Skip to content

Commit 4629e55

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mn-bsh-smm: update pinctrl to match dtschema
The dtschema requires 'grp' in the end, so update the name Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 6de2a9e commit 4629e55

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-common.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
>;
342342
};
343343

344-
pinctrl_pmic: pmicirq {
344+
pinctrl_pmic: pmicirqgrp {
345345
fsl,pins = <
346346
MX8MN_IOMUXC_GPIO1_IO03_GPIO1_IO3 0x040
347347
>;
@@ -381,7 +381,7 @@
381381
>;
382382
};
383383

384-
pinctrl_usdhc2_100mhz: usdhc2grp100mhz {
384+
pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
385385
fsl,pins = <
386386
MX8MN_IOMUXC_SD2_CLK_USDHC2_CLK 0x094
387387
MX8MN_IOMUXC_SD2_CMD_USDHC2_CMD 0x0d4
@@ -392,7 +392,7 @@
392392
>;
393393
};
394394

395-
pinctrl_usdhc2_200mhz: usdhc2grp200mhz {
395+
pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
396396
fsl,pins = <
397397
MX8MN_IOMUXC_SD2_CLK_USDHC2_CLK 0x096
398398
MX8MN_IOMUXC_SD2_CMD_USDHC2_CMD 0x0d6

arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
};
2727

2828
&iomuxc {
29-
pinctrl_gpmi_nand: gpmi-nand {
29+
pinctrl_gpmi_nand: gpminandgrp {
3030
fsl,pins = <
3131
MX8MN_IOMUXC_NAND_ALE_RAWNAND_ALE 0x00000096
3232
MX8MN_IOMUXC_NAND_CE0_B_RAWNAND_CE0_B 0x00000096

arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2pro.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
>;
137137
};
138138

139-
pinctrl_usdhc1_100mhz: usdhc1grp100mhz {
139+
pinctrl_usdhc1_100mhz: usdhc1-100mhzgrp {
140140
fsl,pins = <
141141
MX8MN_IOMUXC_SD1_CLK_USDHC1_CLK 0x40000094
142142
MX8MN_IOMUXC_SD1_CMD_USDHC1_CMD 0x0d4
@@ -152,7 +152,7 @@
152152
>;
153153
};
154154

155-
pinctrl_usdhc1_200mhz: usdhc1grp200mhz {
155+
pinctrl_usdhc1_200mhz: usdhc1-200mhzgrp {
156156
fsl,pins = <
157157
MX8MN_IOMUXC_SD1_CLK_USDHC1_CLK 0x40000096
158158
MX8MN_IOMUXC_SD1_CMD_USDHC1_CMD 0x0d6

0 commit comments

Comments
 (0)