diff options
| author | Harald Geyer <[email protected]> | 2018-12-16 09:25:24 +0000 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2019-01-07 10:39:03 +0100 |
| commit | 7e345d25c796abc8561786baaf59f30bc082ef1f (patch) | |
| tree | 0b164bb976d5ee564dce9ed778e985ca37891151 | |
| parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
ARM: dts: sun4i-a10: Add PMU node
This is necessary to use 'perf' for cache profiling etc.
Tested on cubieboard with 'perf stat echo foo'.
Signed-off-by: Harald Geyer <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 5d46bb0139fa..a2fb473cbb9d 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -184,6 +184,11 @@ status = "disabled"; }; + pmu { + compatible = "arm,cortex-a8-pmu"; + interrupts = <3>; + }; + soc { compatible = "simple-bus"; #address-cells = <1>; |