diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-29 17:51:00 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-11 09:17:24 -0400 |
commit | 1ff80363524cf78e2894b1c6fdd5b7b03ea41994 (patch) | |
tree | 6c6b100cca173b54fb64113eef349b163db358ce | |
parent | db44f1342d8c2606dbbcbcab83741a3d1c872cff (diff) |
ARM: BCM5301X: Add profiling support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/boot/dts/bcm5301x.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi index 0bae9825c0b0..6f50f672efbd 100644 --- a/arch/arm/boot/dts/bcm5301x.dtsi +++ b/arch/arm/boot/dts/bcm5301x.dtsi | |||
@@ -85,6 +85,13 @@ | |||
85 | }; | 85 | }; |
86 | }; | 86 | }; |
87 | 87 | ||
88 | pmu { | ||
89 | compatible = "arm,cortex-a9-pmu"; | ||
90 | interrupts = | ||
91 | <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, | ||
92 | <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; | ||
93 | }; | ||
94 | |||
88 | clocks { | 95 | clocks { |
89 | #address-cells = <1>; | 96 | #address-cells = <1>; |
90 | #size-cells = <0>; | 97 | #size-cells = <0>; |