[PATCH v2 09/17] ARM: dts: imx6ull: fix pinctrl node name
Sebastian Reichel
sre at kernel.org
Mon Feb 12 17:00:58 PST 2024
pinctrl node name must be either pinctrl or pinmux.
Signed-off-by: Sebastian Reichel <sre at kernel.org>
---
arch/arm/boot/dts/nxp/imx/imx6ull.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ rngb: rng at 2284000 {
clocks = <&clks IMX6UL_CLK_DUMMY>;
};
- iomuxc_snvs: iomuxc-snvs at 2290000 {
+ iomuxc_snvs: pinctrl at 2290000 {
compatible = "fsl,imx6ull-iomuxc-snvs";
reg = <0x02290000 0x4000>;
};
--
2.43.0
More information about the linux-arm-kernel
mailing list