ramips: drop non-existant ralink,port-map for Ravpower WD03
[oweals/openwrt.git] / target / linux / bcm53xx / patches-4.14 / 905-BCM53573-minor-hacks.patch
index 4e0a752d6613ceefc1e0ca450ea64cb78992a9da..39f4cf7662ffaa9c22e7ee4f4a1d08e420448dbd 100644 (file)
@@ -11,25 +11,17 @@ 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 @@
-               };
+@@ -53,6 +53,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
+@@ -326,14 +326,6 @@ static int bcma_register_devices(struct
        }
  #endif
  
@@ -44,7 +36,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  #ifdef CONFIG_BCMA_NFLASH
        if (bus->drv_cc.nflash.present) {
                err = platform_device_register(&bcma_nflash_dev);
-@@ -436,6 +428,14 @@ int bcma_bus_register(struct bcma_bus *b
+@@ -411,6 +403,14 @@ int bcma_bus_register(struct bcma_bus *b
                        bcma_register_core(bus, core);
        }