Skip to content

Commit aaf0242

Browse files
petegriffinkrzk
authored andcommitted
arm64: dts: exynos: gs101: add pmu-intr-gen syscon node
Add syscon node for the PMU Interrupt Generation registers. Additionally update the exynos-pmu node to provide a phandle to pmu-intr-gen syscon. These registers are required for CPU hotplug to be functional. Signed-off-by: Peter Griffin <[email protected]> Link: https://lore.kernel.org/r/20250506-contrib-pg-cpu-hotplug-suspend2ram-fixes-v1-v4-4-9f64a2657316@linaro.org Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent fc581fa commit aaf0242

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@
14051405
pmu_system_controller: system-controller@17460000 {
14061406
compatible = "google,gs101-pmu", "syscon";
14071407
reg = <0x17460000 0x10000>;
1408+
google,pmu-intr-gen-syscon = <&pmu_intr_gen>;
14081409

14091410
poweroff: syscon-poweroff {
14101411
compatible = "syscon-poweroff";
@@ -1434,6 +1435,11 @@
14341435
};
14351436
};
14361437

1438+
pmu_intr_gen: syscon@17470000 {
1439+
compatible = "google,gs101-pmu-intr-gen", "syscon";
1440+
reg = <0x17470000 0x10000>;
1441+
};
1442+
14371443
pinctrl_gpio_alive: pinctrl@174d0000 {
14381444
compatible = "google,gs101-pinctrl";
14391445
reg = <0x174d0000 0x00001000>;

0 commit comments

Comments
 (0)