On Sat Mar 7, 2026 at 5:08 PM GMT, Krzysztof Kozlowski wrote:
On 26/02/2026 16:47, Alexey Klimov wrote:
quoted
Add pmu_intr_gen node for Exynos850. This hw block is required
for different power management routines like CPU hotplug and
different sleep and idle states.
Also reference this node from main PMU node.
Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
---
arch/arm64/boot/dts/exynos/exynos850.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/exynos/exynos850.dtsi b/arch/arm64/boot/dts/exynos/exynos850.dtsi
index cb55015c8dce..e3f4fe6ee118 100644
--- a/arch/arm64/boot/dts/exynos/exynos850.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos850.dtsi
@@ -211,9 +211,15 @@ gic: interrupt-controller@12a01000 {
IRQ_TYPE_LEVEL_HIGH)>;
};
+ pmu_intr_gen: syscon@11870000 {
Does not look ordered. Randomness of this file does not make it easier,
so assuming this will be resorted someday we come with a tool, please
place it after @11800000.
Ack. Thanks.
BR,
Alexey