diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-06-25 21:33:53 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-06-25 21:33:53 +0000 |
commit | 37fb5ab8934413d1428fddc32ae460c6a70c16e5 (patch) | |
tree | 7c229ae54dc4fa539e437732dbfe3712ffcb860b /target/linux/bcm53xx/patches-4.1/340-ARM-BCM5301X-Add-profiling-support.patch | |
parent | a98549b8ecf41718f224c79c8debb1a31400b231 (diff) | |
download | upstream-37fb5ab8934413d1428fddc32ae460c6a70c16e5.tar.gz upstream-37fb5ab8934413d1428fddc32ae460c6a70c16e5.tar.bz2 upstream-37fb5ab8934413d1428fddc32ae460c6a70c16e5.zip |
bcm53xx: add support for kernel 4.1
This only removes the patches already applied upstream and makes the
rest apply cleanly.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46128
Diffstat (limited to 'target/linux/bcm53xx/patches-4.1/340-ARM-BCM5301X-Add-profiling-support.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.1/340-ARM-BCM5301X-Add-profiling-support.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-4.1/340-ARM-BCM5301X-Add-profiling-support.patch b/target/linux/bcm53xx/patches-4.1/340-ARM-BCM5301X-Add-profiling-support.patch new file mode 100644 index 0000000000..291ec72f2c --- /dev/null +++ b/target/linux/bcm53xx/patches-4.1/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>; |