diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-07-28 21:46:40 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-07-28 21:48:10 +0200 |
commit | a07730472c49c1f7bb56afa3eb8be23e6e87b4f1 (patch) | |
tree | 5ca1b196a2c3b84dff14c2988145b90e027b672c /target/linux/bcm53xx/patches-4.14/905-BCM53573-minor-hacks.patch | |
parent | 8a175ea2198f59795113a3857f6a742a455ad54f (diff) | |
download | upstream-a07730472c49c1f7bb56afa3eb8be23e6e87b4f1.tar.gz upstream-a07730472c49c1f7bb56afa3eb8be23e6e87b4f1.tar.bz2 upstream-a07730472c49c1f7bb56afa3eb8be23e6e87b4f1.zip |
bcm53xx: backport BCM5301X/BCM53573 dts commits from 4.19+
This includes Linksys EA9500 support, BCM53573 timer fix and
upstream-ready partitions patch that replaces two downstream hacks.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/patches-4.14/905-BCM53573-minor-hacks.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.14/905-BCM53573-minor-hacks.patch | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/target/linux/bcm53xx/patches-4.14/905-BCM53573-minor-hacks.patch b/target/linux/bcm53xx/patches-4.14/905-BCM53573-minor-hacks.patch index 4e0a752d66..e3ee0f7356 100644 --- a/target/linux/bcm53xx/patches-4.14/905-BCM53573-minor-hacks.patch +++ b/target/linux/bcm53xx/patches-4.14/905-BCM53573-minor-hacks.patch @@ -11,22 +11,14 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- a/arch/arm/boot/dts/bcm53573.dtsi +++ b/arch/arm/boot/dts/bcm53573.dtsi -@@ -48,6 +48,15 @@ - }; +@@ -54,6 +54,7 @@ + <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>, + <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>, + <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; ++ clocks = <&ilp>; }; -+ timer { -+ compatible = "arm,armv7-timer"; -+ interrupts = <GIC_PPI 13 0>, -+ <GIC_PPI 14 0>, -+ <GIC_PPI 11 0>, -+ <GIC_PPI 10 0>; -+ clocks = <&ilp>; -+ }; -+ clocks { - #address-cells = <1>; - #size-cells = <1>; --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c @@ -348,14 +348,6 @@ static int bcma_register_devices(struct |