From: Raveendra Padasalagi Date: Tue, 15 Aug 2017 17:26:03 +0000 (-0700) Subject: ARM: dts: cygnus: Add generic-ehci/ohci nodes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fdacf0950c11f53d26e402f482fe3776bda8fac1;p=linux.git ARM: dts: cygnus: Add generic-ehci/ohci nodes Add dt nodes for generic-ehci/ohci host controller. Signed-off-by: Raveendra Padasalagi Signed-off-by: Scott Branden Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index 306b04ce90dd2..7c957ea06c66c 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -459,6 +459,20 @@ brcm,nand-has-wp; }; + ehci0: usb@18048000 { + compatible = "generic-ehci"; + reg = <0x18048000 0x100>; + interrupts = ; + status = "disabled"; + }; + + ohci0: usb@18048800 { + compatible = "generic-ohci"; + reg = <0x18048800 0x100>; + interrupts = ; + status = "disabled"; + }; + v3d: v3d@180a2000 { compatible = "brcm,cygnus-v3d"; reg = <0x180a2000 0x1000>;