Skip to content

Commit 72783d6

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mq-librem5: 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 523306b commit 72783d6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@
667667
>;
668668
};
669669

670-
pinctrl_spkamp: spkamp {
670+
pinctrl_spkamp: spkampgrp {
671671
fsl,pins = <
672672
MX8MQ_IOMUXC_SPDIF_TX_GPIO5_IO3 0x81 /* MUTE */
673673
>;

arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
>;
687687
};
688688

689-
pinctrl_usdhc1_100mhz: usdhc1grp100mhz {
689+
pinctrl_usdhc1_100mhz: usdhc1-100mhzgrp {
690690
fsl,pins = <
691691
MX8MQ_IOMUXC_SD1_CLK_USDHC1_CLK 0x8d
692692
MX8MQ_IOMUXC_SD1_CMD_USDHC1_CMD 0xcd
@@ -703,7 +703,7 @@
703703
>;
704704
};
705705

706-
pinctrl_usdhc1_200mhz: usdhc1grp200mhz {
706+
pinctrl_usdhc1_200mhz: usdhc1-200mhzgrp {
707707
fsl,pins = <
708708
MX8MQ_IOMUXC_SD1_CLK_USDHC1_CLK 0x9f
709709
MX8MQ_IOMUXC_SD1_CMD_USDHC1_CMD 0xdf
@@ -733,7 +733,7 @@
733733
>;
734734
};
735735

736-
pinctrl_usdhc2_100mhz: usdhc2grp100mhz {
736+
pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
737737
fsl,pins = <
738738
MX8MQ_IOMUXC_SD2_CD_B_GPIO2_IO12 0x80
739739
MX8MQ_IOMUXC_SD2_CLK_USDHC2_CLK 0x8d
@@ -746,7 +746,7 @@
746746
>;
747747
};
748748

749-
pinctrl_usdhc2_200mhz: usdhc2grp200mhz {
749+
pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
750750
fsl,pins = <
751751
MX8MQ_IOMUXC_SD2_CD_B_GPIO2_IO12 0x80
752752
MX8MQ_IOMUXC_SD2_CLK_USDHC2_CLK 0x9f

0 commit comments

Comments
 (0)