Author: rmilecki
Date: 2015-11-07 01:26:20 +0100 (Sat, 07 Nov 2015)
New Revision: 47399

Modified:
   
branches/chaos_calmer/target/linux/bcm53xx/patches-3.18/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch
   
branches/chaos_calmer/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch
Log:
bcm53xx: Netgear R8000: define GPIO powering USB ports

Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]>

Backport of r47337

Modified: 
branches/chaos_calmer/target/linux/bcm53xx/patches-3.18/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch
===================================================================
--- 
branches/chaos_calmer/target/linux/bcm53xx/patches-3.18/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch
     2015-11-07 00:26:06 UTC (rev 47398)
+++ 
branches/chaos_calmer/target/linux/bcm53xx/patches-3.18/321-ARM-BCM5301X-Set-vcc-gpio-for-USB-controllers.patch
     2015-11-07 00:26:20 UTC (rev 47399)
@@ -61,3 +61,32 @@
        leds {
                compatible = "gpio-leds";
  
+--- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts
++++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts
+@@ -25,6 +25,26 @@
+                      0x88000000 0x08000000>;
+       };
+ 
++      axi@18000000 {
++              usb2@21000 {
++                      reg = <0x00021000 0x1000>;
++
++                      #address-cells = <1>;
++                      #size-cells = <1>;
++
++                      vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
++              };
++
++              usb3@23000 {
++                      reg = <0x00023000 0x1000>;
++
++                      #address-cells = <1>;
++                      #size-cells = <1>;
++
++                      vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
++              };
++      };
++
+       leds {
+               compatible = "gpio-leds";
+ 

Modified: 
branches/chaos_calmer/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch
===================================================================
--- 
branches/chaos_calmer/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch
        2015-11-07 00:26:06 UTC (rev 47398)
+++ 
branches/chaos_calmer/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch
        2015-11-07 00:26:20 UTC (rev 47399)
@@ -151,8 +151,8 @@
                #address-cells = <1>;
 --- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts
 +++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts
-@@ -25,6 +25,18 @@
-                      0x88000000 0x08000000>;
+@@ -45,6 +45,18 @@
+               };
        };
  
 +      chipcommonA {
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to