mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-26 15:43:06 -04:00
arm64: dts: exynos: add dedicated SYSREG compatibles to Exynos850
Exynos850 has two different SYSREGs, so use dedicated compatibles for them. Signed-off-by: Sriranjani P <sriranjani.p@samsung.com> Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> Link: https://lore.kernel.org/r/20221214044342.49766-3-sriranjani.p@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
beaf55952d
commit
40a1827ea4
@@ -549,13 +549,15 @@ sysmmu_aud: sysmmu@14850000 {
|
||||
};
|
||||
|
||||
sysreg_peri: syscon@10020000 {
|
||||
compatible = "samsung,exynos850-sysreg", "syscon";
|
||||
compatible = "samsung,exynos850-peri-sysreg",
|
||||
"samsung,exynos850-sysreg", "syscon";
|
||||
reg = <0x10020000 0x10000>;
|
||||
clocks = <&cmu_peri CLK_GOUT_SYSREG_PERI_PCLK>;
|
||||
};
|
||||
|
||||
sysreg_cmgp: syscon@11c20000 {
|
||||
compatible = "samsung,exynos850-sysreg", "syscon";
|
||||
compatible = "samsung,exynos850-cmgp-sysreg",
|
||||
"samsung,exynos850-sysreg", "syscon";
|
||||
reg = <0x11c20000 0x10000>;
|
||||
clocks = <&cmu_cmgp CLK_GOUT_SYSREG_CMGP_PCLK>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user