Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: exynos990: Rename and sort PMU nodes

These nodes were sorted by name, but it's nice to have the same class of
devices together. As such, drop the pmu suffix and add "pmu" as a prefix.
This keeps consistency between other Exynos SoCs too.

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
Link: https://lore.kernel.org/r/20250105-pmu-sorting-v1-1-b55519eaff2e@mentallysanemainliners.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Igor Belwon and committed by
Krzysztof Kozlowski
282cbd43 c2281478

+31 -31
+31 -31
arch/arm64/boot/dts/exynos/exynos990.dtsi
··· 25 25 pinctrl6 = &pinctrl_vts; 26 26 }; 27 27 28 - arm-a55-pmu { 29 - compatible = "arm,cortex-a55-pmu"; 30 - interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, 31 - <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>, 32 - <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>, 33 - <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>; 34 - 35 - interrupt-affinity = <&cpu0>, 36 - <&cpu1>, 37 - <&cpu2>, 38 - <&cpu3>; 39 - }; 40 - 41 - arm-a76-pmu { 42 - compatible = "arm,cortex-a76-pmu"; 43 - interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>, 44 - <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>; 45 - 46 - interrupt-affinity = <&cpu4>, 47 - <&cpu5>; 48 - }; 49 - 50 - mongoose-m5-pmu { 51 - compatible = "samsung,mongoose-pmu"; 52 - interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>, 53 - <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>; 54 - 55 - interrupt-affinity = <&cpu6>, 56 - <&cpu7>; 57 - }; 58 - 59 28 cpus { 60 29 #address-cells = <1>; 61 30 #size-cells = <0>; ··· 130 161 compatible = "fixed-clock"; 131 162 #clock-cells = <0>; 132 163 clock-output-names = "oscclk"; 164 + }; 165 + 166 + pmu-a55 { 167 + compatible = "arm,cortex-a55-pmu"; 168 + interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, 169 + <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>, 170 + <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>, 171 + <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>; 172 + 173 + interrupt-affinity = <&cpu0>, 174 + <&cpu1>, 175 + <&cpu2>, 176 + <&cpu3>; 177 + }; 178 + 179 + pmu-a76 { 180 + compatible = "arm,cortex-a76-pmu"; 181 + interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>, 182 + <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>; 183 + 184 + interrupt-affinity = <&cpu4>, 185 + <&cpu5>; 186 + }; 187 + 188 + pmu-mongoose-m5 { 189 + compatible = "samsung,mongoose-pmu"; 190 + interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>, 191 + <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>; 192 + 193 + interrupt-affinity = <&cpu6>, 194 + <&cpu7>; 133 195 }; 134 196 135 197 psci {