arm64: dts: exynos: add dedicated SYSREG compatibles to Exynosautov9
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> Link: https://lore.kernel.org/r/20221214044342.49766-5-sriranjani.p@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>pull/938/head
parent
40a1827ea4
commit
138d72031e
|
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue