Message ID | 20221214044342.49766-5-sriranjani.p@samsung.com |
---|---|
State | New |
Headers | show |
Series | amr64: dts: exynos: add dedicated SYSREG compatibles to Exynos850 and Exynosautov9 | expand |
On Wed, Dec 14, 2022 at 1:50 PM Sriranjani P <sriranjani.p@samsung.com> wrote: > > Exynosautov9 has several different SYSREGs, so use dedicated compatibles > for them. > > Signed-off-by: Sriranjani P <sriranjani.p@samsung.com> Reviewed-by: Chanho Park <chanho61.park@samsung.com> > --- > arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi > index 5dc361734cfe..d3c5cdeff47f 100644 > --- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi > +++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi > @@ -370,17 +370,20 @@ > }; > > syscon_fsys2: syscon@17c20000 { > - compatible = "samsung,exynosautov9-sysreg", "syscon"; > + compatible = "samsung,exynosautov9-fsys2-sysreg", > + "samsung,exynosautov9-sysreg", "syscon"; > reg = <0x17c20000 0x1000>; > }; > > syscon_peric0: syscon@10220000 { > - compatible = "samsung,exynosautov9-sysreg", "syscon"; > + compatible = "samsung,exynosautov9-peric0-sysreg", > + "samsung,exynosautov9-sysreg", "syscon"; > reg = <0x10220000 0x2000>; > }; > > syscon_peric1: syscon@10820000 { > - compatible = "samsung,exynosautov9-sysreg", "syscon"; > + compatible = "samsung,exynosautov9-peric1-sysreg", > + "samsung,exynosautov9-sysreg", "syscon"; > reg = <0x10820000 0x2000>; > }; > > -- > 2.17.1 >
diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi index 5dc361734cfe..d3c5cdeff47f 100644 --- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi +++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi @@ -370,17 +370,20 @@ }; syscon_fsys2: syscon@17c20000 { - compatible = "samsung,exynosautov9-sysreg", "syscon"; + compatible = "samsung,exynosautov9-fsys2-sysreg", + "samsung,exynosautov9-sysreg", "syscon"; reg = <0x17c20000 0x1000>; }; syscon_peric0: syscon@10220000 { - compatible = "samsung,exynosautov9-sysreg", "syscon"; + compatible = "samsung,exynosautov9-peric0-sysreg", + "samsung,exynosautov9-sysreg", "syscon"; reg = <0x10220000 0x2000>; }; syscon_peric1: syscon@10820000 { - compatible = "samsung,exynosautov9-sysreg", "syscon"; + compatible = "samsung,exynosautov9-peric1-sysreg", + "samsung,exynosautov9-sysreg", "syscon"; reg = <0x10820000 0x2000>; };
Exynosautov9 has several different SYSREGs, so use dedicated compatibles for them. Signed-off-by: Sriranjani P <sriranjani.p@samsung.com> --- arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)