]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: r8a7796: Add Cortex-A57 PMU node
authorTakeshi Kihara <takeshi.kihara.df@renesas.com>
Tue, 7 Mar 2017 18:03:23 +0000 (19:03 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 10 Mar 2017 09:26:25 +0000 (10:26 +0100)
Enable the performance monitor unit for the Cortex-A57 cores on the
R8A7796 SoC.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7796.dtsi

index d2a2110fc7fc3d2320356ec7bd571eec4569a92d..454e1292f9108b34a996469fd7bac8f81f0b79d7 100644 (file)
                        reg = <0 0xe6060000 0 0x50c>;
                };
 
+               pmu_a57 {
+                       compatible = "arm,cortex-a57-pmu";
+                       interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-affinity = <&a57_0>,
+                                            <&a57_1>;
+               };
+
                cpg: clock-controller@e6150000 {
                        compatible = "renesas,r8a7796-cpg-mssr";
                        reg = <0 0xe6150000 0 0x1000>;