]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: exynos: Add PMU interrupt affinity to Exynos4 boards
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 14 Jun 2019 14:26:40 +0000 (16:26 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Jun 2019 17:17:18 +0000 (19:17 +0200)
Move SoC-specific PMU properties from exynos4.dtsi to respective SoC
(4210 or 4412) so common DTSI would have only common properties.

Define there also interrupt affinity to remove the boot warning message:

    hw perfevents: no interrupt-affinity property for /pmu, guessing.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos4.dtsi
arch/arm/boot/dts/exynos4210.dtsi
arch/arm/boot/dts/exynos4412.dtsi

index 36ccf227434da6b8e37fc7e392910ce690a8ebdf..dde27451faa8b2f029f028ba7401054bc024fd18 100644 (file)
@@ -54,7 +54,7 @@
        pmu: pmu {
                compatible = "arm,cortex-a9-pmu";
                interrupt-parent = <&combiner>;
-               interrupts = <2 2>, <3 2>;
+               status = "disabled";
        };
 
        soc: soc {
index b491c345b2e8edcdfebf8940af7d24dd15822277..ce29e026e2261b64652db466fdbedda6d2d2db51 100644 (file)
                 <&clock CLK_MOUT_MIXER>, <&clock CLK_SCLK_MIXER>;
 };
 
+&pmu {
+       interrupts = <2 2>, <3 2>;
+       interrupt-affinity = <&cpu0>, <&cpu1>;
+       status = "okay";
+};
+
 &pmu_system_controller {
        clock-names = "clkout0", "clkout1", "clkout2", "clkout3",
                        "clkout4", "clkout8", "clkout9";
index e5c041ec07569312b9afa36cdda24da627693589..4a58b70df1257bd1efec5c02f8c2975adb5934fe 100644 (file)
 
 &pmu {
        interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
+       interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
+       status = "okay";
 };
 
 &pmu_system_controller {