afd73f5db7cb9d17f1d3d42a0b54963adddd65dd
[openwrt.git] / target / linux / bcm53xx / patches-4.1 / 081-ARM-BCM5301X-Add-profiling-support.patch
1 From: Felix Fietkau <nbd@openwrt.org>
2 Date: Wed, 29 Jul 2015 23:51:00 +0200
3 Subject: [PATCH] ARM: BCM5301X: Add profiling support
4
5 Signed-off-by: Felix Fietkau <nbd@openwrt.org>
6 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
8 Signed-off-by: Olof Johansson <olof@lixom.net>
9 ---
10 --- a/arch/arm/boot/dts/bcm5301x.dtsi
11 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
12 @@ -85,6 +85,13 @@
13                 };
14         };
15  
16 +       pmu {
17 +               compatible = "arm,cortex-a9-pmu";
18 +               interrupts =
19 +                       <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
20 +                       <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
21 +       };
22 +
23         clocks {
24                 #address-cells = <1>;
25                 #size-cells = <0>;