bcm53xx: add profiling support
[openwrt/svn-archive/archive.git] / target / linux / bcm53xx / patches-3.18 / 340-ARM-BCM5301X-Add-profiling-support.patch
1 Subject: [PATCH] ARM: BCM5301X: Add profiling support
2
3 Signed-off-by: Felix Fietkau <nbd@openwrt.org>
4 ---
5 --- a/arch/arm/boot/dts/bcm5301x.dtsi
6 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
7 @@ -82,6 +82,13 @@
8 };
9 };
10
11 + pmu {
12 + compatible = "arm,cortex-a9-pmu";
13 + interrupts =
14 + <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
15 + <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
16 + };
17 +
18 clocks {
19 #address-cells = <1>;
20 #size-cells = <0>;