summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2024-02-25 00:29:40 +0300
committerShawn Guo <shawnguo@kernel.org>2024-02-26 04:35:06 +0300
commitd28b03073a8423a4d51c8233710e5db41bdc9bc1 (patch)
tree855de4a9be5b07e72c6c90369f0bec6e918b5182 /arch/arm/boot/dts
parent8aa96bbd704f9181c19752c9576a7d744d24616c (diff)
downloadlinux-d28b03073a8423a4d51c8233710e5db41bdc9bc1.tar.xz
ARM: dts: imx6ull: fix pinctrl node name
pinctrl node name must be either pinctrl or pinmux. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx6ull.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi
index 2bccd45e9fc2..8a1776067ecc 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi
@@ -75,7 +75,7 @@
clocks = <&clks IMX6UL_CLK_DUMMY>;
};
- iomuxc_snvs: iomuxc-snvs@2290000 {
+ iomuxc_snvs: pinctrl@2290000 {
compatible = "fsl,imx6ull-iomuxc-snvs";
reg = <0x02290000 0x4000>;
};