Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: vf610: add performance monitoring unit

All Freescale Vybrid SoC include a Cortex-A5 core which supports
ARM's standard PMU (performance monitoring unit). Include the
monitoring unit into the Cortex-A5 base device tree vf500.dtsi.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Stefan Agner and committed by
Shawn Guo
031345aa 4ee5ad0c

+9
+9
arch/arm/boot/dts/vf500.dtsi
··· 75 75 clocks = <&clks VF610_CLK_PLATFORM_BUS>; 76 76 }; 77 77 }; 78 + 79 + aips-bus@40080000 { 80 + pmu@40089000 { 81 + compatible = "arm,cortex-a5-pmu"; 82 + interrupts = <7 IRQ_TYPE_LEVEL_HIGH>; 83 + interrupt-affinity = <&a5_cpu>; 84 + }; 85 + }; 86 + 78 87 }; 79 88 }; 80 89