Skip to content

Commit

Permalink
arm64: dts: imx8mm-prt8mm: update pinctrl to match dtschema
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peng Fan authored and Shawn Guo committed Apr 6, 2023
1 parent 4629e55 commit cb562ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8mm-prt8mm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
>;
};

pinctrl_usdhc3_100mhz: usdhc3grp100mhz {
pinctrl_usdhc3_100mhz: usdhc3-100mhzgrp {
fsl,pins = <
MX8MM_IOMUXC_NAND_WE_B_USDHC3_CLK 0x194
MX8MM_IOMUXC_NAND_WP_B_USDHC3_CMD 0x1d4
Expand All @@ -280,7 +280,7 @@
>;
};

pinctrl_usdhc3_200mhz: usdhc3grp200mhz {
pinctrl_usdhc3_200mhz: usdhc3-200mhzgrp {
fsl,pins = <
MX8MM_IOMUXC_NAND_WE_B_USDHC3_CLK 0x196
MX8MM_IOMUXC_NAND_WP_B_USDHC3_CMD 0x1d6
Expand Down

0 comments on commit cb562ed

Please sign in to comment.