diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-08-26 14:39:06 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-08-26 14:39:06 +0000 |
commit | 1111782e20eb54683629121790de1047dccd8c51 (patch) | |
tree | 3aca9c9835c5c2c39ffb74539d06aabff7fbfc3d /target/linux/bcm53xx/patches-4.1/340-ARM-BCM5301X-Add-profiling-support.patch | |
parent | 05a3cdd71fae682bdb03a1f7dc8cc2d0ceaf192b (diff) | |
download | upstream-1111782e20eb54683629121790de1047dccd8c51.tar.gz upstream-1111782e20eb54683629121790de1047dccd8c51.tar.bz2 upstream-1111782e20eb54683629121790de1047dccd8c51.zip |
bcm53xx: use backported patches for UART0 and profiling
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46729
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, 0 insertions, 20 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 deleted file mode 100644 index eed44f7997..0000000000 --- a/target/linux/bcm53xx/patches-4.1/340-ARM-BCM5301X-Add-profiling-support.patch +++ /dev/null @@ -1,20 +0,0 @@ -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 -@@ -85,6 +85,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>; |