diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-10-17 11:49:01 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-10-17 11:49:01 +0000 |
commit | 99a468a9dd7ab7538cb22c972ad62f73646ca89b (patch) | |
tree | 0e6c7ab023e89718b4de6363674991f3a711d45b /target/linux/bcm53xx/patches-3.18/068-ARM-BCM5301X-Add-profiling-support.patch | |
parent | 75078acd93b061d1068930ad886001119f7cf20b (diff) | |
download | upstream-99a468a9dd7ab7538cb22c972ad62f73646ca89b.tar.gz upstream-99a468a9dd7ab7538cb22c972ad62f73646ca89b.tar.bz2 upstream-99a468a9dd7ab7538cb22c972ad62f73646ca89b.zip |
bcm53xx: remove support for kernel 3.18
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47198
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/068-ARM-BCM5301X-Add-profiling-support.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/068-ARM-BCM5301X-Add-profiling-support.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/068-ARM-BCM5301X-Add-profiling-support.patch b/target/linux/bcm53xx/patches-3.18/068-ARM-BCM5301X-Add-profiling-support.patch deleted file mode 100644 index afd1ce6959..0000000000 --- a/target/linux/bcm53xx/patches-3.18/068-ARM-BCM5301X-Add-profiling-support.patch +++ /dev/null @@ -1,25 +0,0 @@ -From: Felix Fietkau <nbd@openwrt.org> -Date: Wed, 29 Jul 2015 23:51:00 +0200 -Subject: [PATCH] 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> ---- ---- 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>; |