diff mbox series

[2/2] ARM: dts: imx7s: fix iomuxc_lpsr node name

Message ID 20220303150653.1903910-2-alexander.stein@ew.tq-group.com
State Accepted
Commit 90f38145e6dd25ff0d9ebe48d28b8ae3a814d52d
Headers show
Series [1/2] dt-bindings: pinctrl: Convert i.MX7D to json-schema | expand

Commit Message

Alexander Stein March 3, 2022, 3:06 p.m. UTC
Schema requires the node being named 'pinctrl'.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 arch/arm/boot/dts/imx7s.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo April 9, 2022, 2:53 a.m. UTC | #1
On Thu, Mar 03, 2022 at 04:06:53PM +0100, Alexander Stein wrote:
> Schema requires the node being named 'pinctrl'.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

I expect patch #1 would go through pinctrl tree, so only applied this
one.

Shawn

> ---
>  arch/arm/boot/dts/imx7s.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
> index 5af6d58666f4..008e3da460f1 100644
> --- a/arch/arm/boot/dts/imx7s.dtsi
> +++ b/arch/arm/boot/dts/imx7s.dtsi
> @@ -446,7 +446,7 @@ wdog4: watchdog@302b0000 {
>  				status = "disabled";
>  			};
>  
> -			iomuxc_lpsr: iomuxc-lpsr@302c0000 {
> +			iomuxc_lpsr: pinctrl@302c0000 {
>  				compatible = "fsl,imx7d-iomuxc-lpsr";
>  				reg = <0x302c0000 0x10000>;
>  				fsl,input-sel = <&iomuxc>;
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 5af6d58666f4..008e3da460f1 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -446,7 +446,7 @@  wdog4: watchdog@302b0000 {
 				status = "disabled";
 			};
 
-			iomuxc_lpsr: iomuxc-lpsr@302c0000 {
+			iomuxc_lpsr: pinctrl@302c0000 {
 				compatible = "fsl,imx7d-iomuxc-lpsr";
 				reg = <0x302c0000 0x10000>;
 				fsl,input-sel = <&iomuxc>;