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 <harald@ccbib.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Harald Geyer 2018-12-16 09:25:24 +00:00 committed by Maxime Ripard
parent bfeffd1552
commit 7e345d25c7
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -184,6 +184,11 @@
status = "disabled";
};
pmu {
compatible = "arm,cortex-a8-pmu";
interrupts = <3>;
};
soc {
compatible = "simple-bus";
#address-cells = <1>;