diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-17 18:52:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-17 18:52:15 +0000 |
commit | c73adc80a37df6b14c400df0f37c912076a80e15 (patch) | |
tree | c9712b6e2f1dd833973c04eee3b3135e22f8c11c | |
parent | 0d1b5a1fd2359949cd7b3cddce76f6f248758ed9 (diff) | |
download | upstream-c73adc80a37df6b14c400df0f37c912076a80e15.tar.gz upstream-c73adc80a37df6b14c400df0f37c912076a80e15.tar.bz2 upstream-c73adc80a37df6b14c400df0f37c912076a80e15.zip |
bcm53xx: add profiling support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45480
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/340-ARM-BCM5301X-Add-profiling-support.patch | 20 |
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>; |