]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: exynos: gs101: fix sysreg_apm reg property
authorPeter Griffin <peter.griffin@linaro.org>
Mon, 13 Oct 2025 20:51:34 +0000 (21:51 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 21 Oct 2025 19:26:05 +0000 (21:26 +0200)
Both the start address and size are incorrect for the apm_sysreg DT
node. Update to match the TRM (rather than how it was defined
downstream).

Fixes: ea89fdf24fd9 ("arm64: dts: exynos: google: Add initial Google gs101 SoC support")
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20251013-automatic-clocks-v1-5-72851ee00300@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index 47c9000283708d992fdd0e7139d5cf115fff4964..d06d1d05f36408137a8acd98e43d48ea7d4f4292 100644 (file)
                        clock-names = "oscclk";
                };
 
-               sysreg_apm: syscon@174204e0 {
+               sysreg_apm: syscon@17420000 {
                        compatible = "google,gs101-apm-sysreg", "syscon";
-                       reg = <0x174204e0 0x1000>;
+                       reg = <0x17420000 0x10000>;
                };
 
                pmu_system_controller: system-controller@17460000 {