2022-12-23 03:04:04

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH 4/5] arm64: dts: imx8mn: update iomuxc-gpr node name

From: Peng Fan <[email protected]>

It is better use syscon for IOMUXC GPR, since it contains various
bits for system control

Signed-off-by: Peng Fan <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index b7d91df71cc2..08ca91bb1887 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@ -552,7 +552,7 @@ iomuxc: pinctrl@30330000 {
reg = <0x30330000 0x10000>;
};

- gpr: iomuxc-gpr@30340000 {
+ gpr: syscon@30340000 {
compatible = "fsl,imx8mn-iomuxc-gpr", "syscon";
reg = <0x30340000 0x10000>;
};
--
2.37.1


2022-12-23 09:26:19

by Marco Felsch

[permalink] [raw]
Subject: Re: [PATCH 4/5] arm64: dts: imx8mn: update iomuxc-gpr node name

On 22-12-23, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> It is better use syscon for IOMUXC GPR, since it contains various
> bits for system control
>
> Signed-off-by: Peng Fan <[email protected]>

Reviewed-by: Marco Felsch <[email protected]>