From: Umer Uddin Date: Sat, 14 Dec 2024 11:58:55 +0000 (+0000) Subject: arm64: dts: exynos990: Add a PMU node for the third cluster X-Git-Tag: v6.14-rc1~103^2~29^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86c0d7f230fe71952cddac9905e4c090e09ecf3c;p=thirdparty%2Flinux.git arm64: dts: exynos990: Add a PMU node for the third cluster 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 Link: https://lore.kernel.org/r/20241214115855.49138-2-umer.uddin@mentallysanemainliners.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/boot/dts/exynos/exynos990.dtsi b/arch/arm64/boot/dts/exynos/exynos990.dtsi index 2619f821bc7ca..c53df5d7c3a32 100644 --- a/arch/arm64/boot/dts/exynos/exynos990.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos990.dtsi @@ -46,7 +46,14 @@ <&cpu5>; }; - /* There's no PMU model for cluster2, which are the Mongoose cores. */ + mongoose-m5-pmu { + compatible = "samsung,mongoose-pmu"; + interrupts = , + ; + + interrupt-affinity = <&cpu6>, + <&cpu7>; + }; cpus { #address-cells = <1>;