]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: bcm283x: Add the PMU to the devicetree.
authorEric Anholt <eric@anholt.net>
Mon, 21 May 2018 18:39:07 +0000 (11:39 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 9 Jul 2018 15:10:08 +0000 (08:10 -0700)
This only probes on arm64 so far, but hopefully that driver will be
generalized soon.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
arch/arm/boot/dts/bcm2837.dtsi

index 7704bb029605ed94f3ea8aad77dfe301e4b0beac..beb6c502dadc7bc09537f37e6d7b12e44ec466b7 100644 (file)
@@ -17,6 +17,12 @@ local_intc: local_intc@40000000 {
                };
        };
 
+       arm-pmu {
+               compatible = "arm,cortex-a53-pmu";
+               interrupt-parent = <&local_intc>;
+               interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
+       };
+
        timer {
                compatible = "arm,armv7-timer";
                interrupt-parent = <&local_intc>;