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