[PATCH v2 09/17] ARM: dts: imx6ull: fix pinctrl node name

Sebastian Reichel posted 17 patches 6 months, 4 weeks ago
There is a newer version of this series
[PATCH v2 09/17] ARM: dts: imx6ull: fix pinctrl node name
Posted by Sebastian Reichel 6 months, 4 weeks ago
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(-)

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>;
 			};
-- 
2.43.0
Re: [PATCH v2 09/17] ARM: dts: imx6ull: fix pinctrl node name
Posted by Linus Walleij 6 months, 3 weeks ago
On Tue, Feb 13, 2024 at 2:03 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