diff options
author | Roger Quadros <rogerq@ti.com> | 2014-10-21 13:41:18 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-10 14:27:35 -0800 |
commit | 6b14eb4705d65befdb055998b017bb7a3bb7dff4 (patch) | |
tree | bec3acab1de13657a3d1dd4e97d490cefa814ec0 /arch/arm/boot/dts/dra7.dtsi | |
parent | 09d4993cf50e4f61ed639ed181d5f077e98e0f3c (diff) | |
download | op-kernel-dev-6b14eb4705d65befdb055998b017bb7a3bb7dff4.zip op-kernel-dev-6b14eb4705d65befdb055998b017bb7a3bb7dff4.tar.gz |
ARM: dts: DRA7: Move USB_OTG 4 to dra74x.dtsi
The 4th USB controller instance present only on the DRA74x family of
devices so move it there.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 077da72..6470acf 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1282,26 +1282,6 @@ }; }; - omap_dwc3_4@48940000 { - compatible = "ti,dwc3"; - ti,hwmods = "usb_otg_ss4"; - reg = <0x48940000 0x10000>; - interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>; - #address-cells = <1>; - #size-cells = <1>; - utmi-mode = <2>; - ranges; - status = "disabled"; - usb4: usb@48950000 { - compatible = "snps,dwc3"; - reg = <0x48950000 0x17000>; - interrupts = <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>; - tx-fifo-resize; - maximum-speed = "high-speed"; - dr_mode = "otg"; - }; - }; - elm: elm@48078000 { compatible = "ti,am3352-elm"; reg = <0x48078000 0xfc0>; /* device IO registers */ |