Message ID | 20240210012114.489102-10-sre@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | UNI-T UTi260B support | expand |
On Sat, Feb 10, 2024 at 2:21 AM Sebastian Reichel <sre@kernel.org> wrote: > pinctrl node name must be either pinctrl or pinmux. > > Signed-off-by: Sebastian Reichel <sre@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
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@2284000 { clocks = <&clks IMX6UL_CLK_DUMMY>; }; - iomuxc_snvs: iomuxc-snvs@2290000 { + iomuxc_snvs: pinctrl@2290000 { compatible = "fsl,imx6ull-iomuxc-snvs"; reg = <0x02290000 0x4000>; };
pinctrl node name must be either pinctrl or pinmux. Signed-off-by: Sebastian Reichel <sre@kernel.org> --- arch/arm/boot/dts/nxp/imx/imx6ull.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)