From: Anson Huang Date: Wed, 26 Feb 2020 05:36:17 +0000 (+0800) Subject: arm64: dts: imx8mq: Align iomuxc node name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c18696de2cd95a4cbbf876a6c4f13ab797b34e1f;p=linux.git arm64: dts: imx8mq: Align iomuxc node name Node name should be generic, use "pinctrl" instead of "iomuxc" for all i.MX8M SoCs. Signed-off-by: Anson Huang Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 460ff0acdc40c..985a1a68b6d1d 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -521,7 +521,7 @@ status = "disabled"; }; - iomuxc: iomuxc@30330000 { + iomuxc: pinctrl@30330000 { compatible = "fsl,imx8mq-iomuxc"; reg = <0x30330000 0x10000>; };