Skip to content

Commit

Permalink
arm64: dts: renesas: r8a77970: Add Cortex-A53 PMU node
Browse files Browse the repository at this point in the history
Enable the performance monitor unit for the Cortex-A53 cores on the
R-Car V3M (r8a77970) SoC.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
geertu authored and horms committed May 16, 2018
1 parent 77899dd commit d005b56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a77970.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
clock-frequency = <0>;
};

pmu_a53 {
compatible = "arm,cortex-a53-pmu";
interrupts-extended = <&gic GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>,
<&gic GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
interrupt-affinity = <&a53_0>, <&a53_1>;
};

psci {
compatible = "arm,psci-1.0", "arm,psci-0.2";
method = "smc";
Expand Down

0 comments on commit d005b56

Please sign in to comment.