]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: exynos990: Add a PMU node for the third cluster
authorUmer Uddin <umer.uddin@mentallysanemainliners.org>
Sat, 14 Dec 2024 11:58:55 +0000 (11:58 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 22 Dec 2024 11:42:43 +0000 (12:42 +0100)
Since we have a PMU compatiable for Samsung's Mongoose cores now, drop
the comment that explains the lack of it and define the node.

Signed-off-by: Umer Uddin <umer.uddin@mentallysanemainliners.org>
Link: https://lore.kernel.org/r/20241214115855.49138-2-umer.uddin@mentallysanemainliners.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynos990.dtsi

index 2619f821bc7ca8ed7a49ca817f025819201e0e95..c53df5d7c3a320be428bbc46d002288be7ced565 100644 (file)
                                     <&cpu5>;
        };
 
-       /* There's no PMU model for cluster2, which are the Mongoose cores. */
+       mongoose-m5-pmu {
+               compatible = "samsung,mongoose-pmu";
+               interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>;
+
+               interrupt-affinity = <&cpu6>,
+                                    <&cpu7>;
+       };
 
        cpus {
                #address-cells = <1>;