Commit 12109610 authored by Sam Protsenko's avatar Sam Protsenko Committed by Arnd Bergmann

arm64: dts: exynos: Remove clock from Exynos850 pmu_system_controller

As described in the corresponding binding documentation for
"samsung,exynos850-pmu", the "clocks" property should be used for
specifying CLKOUT mux inputs. Therefore, the clock provided to exynos850
pmu_system_controller is incorrect and should be removed. Instead of
making syscon regmap keep that clock running for PMU accesses, it should
be made always running in the clock driver, because the kernel is not
the only software accessing PMU registers on Exynos850 platform.
Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20230308233822.31180-8-semen.protsenko@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230612180102.289745-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent d0b5886b
...@@ -200,7 +200,6 @@ gic: interrupt-controller@12a01000 { ...@@ -200,7 +200,6 @@ gic: interrupt-controller@12a01000 {
pmu_system_controller: system-controller@11860000 { pmu_system_controller: system-controller@11860000 {
compatible = "samsung,exynos850-pmu", "syscon"; compatible = "samsung,exynos850-pmu", "syscon";
reg = <0x11860000 0x10000>; reg = <0x11860000 0x10000>;
clocks = <&cmu_apm CLK_GOUT_PMU_ALIVE_PCLK>;
reboot: syscon-reboot { reboot: syscon-reboot {
compatible = "syscon-reboot"; compatible = "syscon-reboot";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment