aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2022-11-01 02:32:26 +0100
committerSebastian Reichel <sebastian.reichel@collabora.com>2024-02-25 20:10:05 +0100
commit046e70eed54c89d806b3528374cf36e2089a357e (patch)
tree1ad9bdf7491c1d02c9102f028b940ce7243c6e5f
parentdf053332018a6e8c1284f1fa6b0b21830e40f693 (diff)
downloadlinux-misc-046e70eed54c89d806b3528374cf36e2089a357e.tar.gz
[MERGED] 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>
-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 2bccd45e9fc22d..8a1776067ecc35 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>;
};