]> Git Repo - linux.git/commitdiff
ARM: dts: at91: sama5d2: add PMU node
authorOlivier Schonken <[email protected]>
Fri, 1 Jul 2016 14:33:39 +0000 (16:33 +0200)
committerAlexandre Belloni <[email protected]>
Mon, 4 Jul 2016 13:59:46 +0000 (15:59 +0200)
Add node to support SAMA5D2 Performance Monitor Unit.

Signed-off-by: Olivier Schonken <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
arch/arm/boot/dts/sama5d2.dtsi

index 2827e7ab5ebcd9a379f0afa390f255b2a986833d..5d63206aab919d181ca7e70239ab0b1b27a62663 100644 (file)
                };
        };
 
+       pmu {
+               compatible = "arm,cortex-a5-pmu";
+               interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>;
+       };
+
        memory {
                reg = <0x20000000 0x20000000>;
        };
This page took 0.064071 seconds and 4 git commands to generate.