[PATCH v2 3/4] arm64: dts: imx8mp: Add gpio-line-names

Tim Harvey tharvey at gateworks.com
Tue Sep 5 08:55:43 PDT 2023


On Tue, Sep 5, 2023 at 1:29 AM Cem Tenruh <c.tenruh at phytec.de> wrote:
>
> Add gpio-line-names for imx8mp-phycore and imx8mp-phyboard-pollux.
>
> Signed-off-by: Cem Tenruh <c.tenruh at phytec.de>
> ---
> Changes in v2:
>  - No changes
> ---
>  .../freescale/imx8mp-phyboard-pollux-rdk.dts  | 27 +++++++++++++++++++
>  .../dts/freescale/imx8mp-phycore-som.dtsi     | 13 +++++++++
>  2 files changed, 40 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> index 061db98a36d3..f2620dea19ed 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> @@ -192,6 +192,33 @@ &usdhc2 {
>         status = "okay";
>  };
>
> +&gpio1 {
> +       gpio-line-names = "", "", "X_PMIC_WDOG_B", "",
> +               "PMIC_SD_VSEL", "", "", "", "", "",
> +               "", "", "USB1_OTG_PWR", "", "", "X_nETHPHY_INT";
> +};
> +
> +&gpio2 {
> +       gpio-line-names = "", "", "", "",
> +               "", "", "", "", "", "",
> +               "", "", "X_SD2_CD_B", "", "", "",
> +               "", "", "", "SD2_RESET_B";
> +};
> +
> +&gpio3 {
> +       gpio-line-names = "", "", "", "",
> +               "", "", "", "", "", "",
> +               "", "", "", "", "", "",
> +               "", "", "", "", "nCAN1_EN", "nCAN2_EN";
> +};
> +
> +&gpio4 {
> +       gpio-line-names = "", "", "", "",
> +               "", "", "", "", "", "",
> +               "", "", "", "", "", "",
> +               "", "", "X_PMIC_IRQ_B", "", "nENET0_INT_PWDN";
> +};
> +
>  &iomuxc {
>         pinctrl_eqos: eqosgrp {
>                 fsl,pins = <
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
> index d8df97060e8f..c976c3b6cbc6 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
> @@ -199,6 +199,19 @@ &wdog1 {
>         status = "okay";
>  };
>
> +&gpio1 {
> +       gpio-line-names = "", "", "X_PMIC_WDOG_B", "",
> +               "", "", "", "", "", "",
> +               "", "", "", "", "", "X_nETHPHY_INT";
> +};
> +
> +&gpio4 {
> +       gpio-line-names = "", "", "", "",
> +               "", "", "", "", "", "",
> +               "", "", "", "", "", "",
> +               "", "", "X_PMIC_IRQ_B";
> +};
> +
>  &iomuxc {
>         pinctrl_fec: fecgrp {
>                 fsl,pins = <
> --
> 2.25.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Please change commit short desc to something like 'arm64: dts:
imx8mp-phyboard-pollux: Add gpio-line-names' to call out what board
you are changing. Perhaps you need to split this into two patches to
be clear.

Best regards,

Tim



More information about the linux-arm-kernel mailing list