arm64: dts: exynos: gs101: sysreg_peric0 needs a clock
authorAndré Draszik <andre.draszik@linaro.org>
Fri, 26 Jan 2024 11:55:17 +0000 (11:55 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 26 Jan 2024 12:00:30 +0000 (13:00 +0100)
Without the clock running, we can not access its registers, and now
that we have it, we should add it here so that it gets enabled as
and when needed.

Update the DTSI accordingly.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20240126115517.1751971-2-andre.draszik@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index 6ded153cb475d63457ea0a0321c39b63236530bd..f1c0f6760066cdd3805c063715635c3a57a56081 100644 (file)
                sysreg_peric0: syscon@10820000 {
                        compatible = "google,gs101-peric0-sysreg", "syscon";
                        reg = <0x10820000 0x10000>;
+                       clocks = <&cmu_peric0 CLK_GOUT_PERIC0_SYSREG_PERIC0_PCLK>;
                };
 
                pinctrl_peric0: pinctrl@10840000 {