ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree
authorJon Mason <jon.mason@broadcom.com>
Tue, 7 Mar 2017 23:34:04 +0000 (18:34 -0500)
committerFlorian Fainelli <f.fainelli@gmail.com>
Sat, 18 Mar 2017 16:40:01 +0000 (09:40 -0700)
Add the EHCI and OHCI entries to the Northstar Plus device tree files.

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-nsp.dtsi
arch/arm/boot/dts/bcm958522er.dts
arch/arm/boot/dts/bcm958525er.dts
arch/arm/boot/dts/bcm958525xmc.dts
arch/arm/boot/dts/bcm958622hr.dts
arch/arm/boot/dts/bcm958623hr.dts
arch/arm/boot/dts/bcm958625hr.dts
arch/arm/boot/dts/bcm958625k.dts
arch/arm/boot/dts/bcm988312hr.dts

index 832795b..fbc1d1d 100644 (file)
                        status = "disabled";
                };
 
+               ehci0: usb@2a000 {
+                       compatible = "generic-ehci";
+                       reg = <0x2a000 0x100>;
+                       interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
+                       status = "disabled";
+               };
+
+               ohci0: usb@2b000 {
+                       compatible = "generic-ohci";
+                       reg = <0x2b000 0x100>;
+                       interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
+                       status = "disabled";
+               };
+
                rng: rng@33000 {
                        compatible = "brcm,bcm-nsp-rng";
                        reg = <0x33000 0x14>;
index 3f04a40..3c42384 100644 (file)
@@ -59,7 +59,7 @@
        };
 };
 
-/* USB 2/3 support needed to be complete */
+/* USB 3 support needed to be complete */
 
 &amac0 {
        status = "okay";
        status = "okay";
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &nand {
        nandcs@0 {
                compatible = "brcm,nandcs";
        };
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &pcie0 {
        status = "okay";
 };
index 9fd5422..9030771 100644 (file)
@@ -59,7 +59,7 @@
        };
 };
 
-/* USB 2/3 support needed to be complete */
+/* USB 3 support needed to be complete */
 
 &amac0 {
        status = "okay";
        status = "okay";
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &nand {
        nandcs@0 {
                compatible = "brcm,nandcs";
        };
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &pcie0 {
        status = "okay";
 };
index 41e7fd3..5fca946 100644 (file)
        status = "okay";
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &i2c0 {
        temperature-sensor@4c {
                compatible = "adi,adt7461a";
        };
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &pcie0 {
        status = "okay";
 };
index 477c486..98839a3 100644 (file)
@@ -59,7 +59,7 @@
        };
 };
 
-/* USB 2/3 and SLIC support needed to be complete */
+/* USB 3 and SLIC support needed to be complete */
 
 &amac0 {
        status = "okay";
        status = "okay";
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &nand {
        nandcs@0 {
                compatible = "brcm,nandcs";
        };
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &pcie0 {
        status = "okay";
 };
index c0a499d..54ddb69 100644 (file)
@@ -59,7 +59,7 @@
        };
 };
 
-/* USB 2/3 and SLIC support needed to be complete */
+/* USB 3 and SLIC support needed to be complete */
 
 &amac0 {
        status = "okay";
        status = "okay";
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &nand {
        nandcs@0 {
                compatible = "brcm,nandcs";
        };
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &pcie0 {
        status = "okay";
 };
index f7eb585..9673710 100644 (file)
        status = "okay";
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &nand {
        nandcs@0 {
                compatible = "brcm,nandcs";
        };
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &pcie0 {
        status = "okay";
 };
index f8d47e5..64740f8 100644 (file)
        status = "okay";
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &nand {
        nandcs@0 {
                compatible = "brcm,nandcs";
        };
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &pcie0 {
        status = "okay";
 };
index 1666632..5dea565 100644 (file)
@@ -59,7 +59,7 @@
        };
 };
 
-/* USB 2/3 support needed to be complete */
+/* USB 3 support needed to be complete */
 
 &amac0 {
        status = "okay";
        status = "okay";
 };
 
+&ehci0 {
+       status = "okay";
+};
+
 &nand {
        nandcs@0 {
                compatible = "brcm,nandcs";
        };
 };
 
+&ohci0 {
+       status = "okay";
+};
+
 &pcie0 {
        status = "okay";
 };