aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-17 18:52:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-17 18:52:15 +0000
commit389d99c170bd37f428426a0f37b274059dfcb9a1 (patch)
tree22f4c7ffd33732a4531c3e3cc26e4c96ece52268 /target
parent0699cfb2e52d5bdfb0d41497fa28586916af05e6 (diff)
downloadmaster-187ad058-389d99c170bd37f428426a0f37b274059dfcb9a1.tar.gz
master-187ad058-389d99c170bd37f428426a0f37b274059dfcb9a1.tar.bz2
master-187ad058-389d99c170bd37f428426a0f37b274059dfcb9a1.zip
bcm53xx: add profiling support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45480 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch b/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch
new file mode 100644
index 0000000000..291ec72f2c
--- /dev/null
+++ b/target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch
@@ -0,0 +1,20 @@
+Subject: [PATCH] ARM: BCM5301X: Add profiling support
+
+Signed-off-by: Felix Fietkau <nbd@openwrt.org>
+---
+--- a/arch/arm/boot/dts/bcm5301x.dtsi
++++ b/arch/arm/boot/dts/bcm5301x.dtsi
+@@ -82,6 +82,13 @@
+ };
+ };
+
++ pmu {
++ compatible = "arm,cortex-a9-pmu";
++ interrupts =
++ <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
++ <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
++ };
++
+ clocks {
+ #address-cells = <1>;
+ #size-cells = <0>;