[PATCH 5/5] arm64: dts: imx8mp: use syscon for iomuxc-gpr

Peng Fan (OSS) posted 5 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH 5/5] arm64: dts: imx8mp: use syscon for iomuxc-gpr
Posted by Peng Fan (OSS) 2 years, 8 months ago
From: Peng Fan <peng.fan@nxp.com>

It is preferred to use syscon per bindind doc

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 7a6e6221f421..9e5260721931 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -412,7 +412,7 @@ iomuxc: pinctrl@30330000 {
 				reg = <0x30330000 0x10000>;
 			};
 
-			gpr: iomuxc-gpr@30340000 {
+			gpr: syscon@30340000 {
 				compatible = "fsl,imx8mp-iomuxc-gpr", "syscon";
 				reg = <0x30340000 0x10000>;
 			};
-- 
2.37.1
Re: [PATCH 5/5] arm64: dts: imx8mp: use syscon for iomuxc-gpr
Posted by Marco Felsch 2 years, 8 months ago
On 22-12-23, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> It is preferred to use syscon per bindind doc
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>