diff mbox

[U-Boot,RFC,3/4] arm: dts: am4372: add xhci-omap compatible to host node

Message ID 1451916233-3226-4-git-send-email-mugunthanvnm@ti.com
State RFC
Headers show

Commit Message

Mugunthan V N Jan. 4, 2016, 2:03 p.m. UTC
since dwc3 node can support both host and device mode, but U-boot
driver for host and device are separate driver, adding host
compatible for host usb node.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 arch/arm/dts/am4372.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Jan. 8, 2016, 3:34 a.m. UTC | #1
On 4 January 2016 at 07:03, Mugunthan V N <mugunthanvnm@ti.com> wrote:
> since dwc3 node can support both host and device mode, but U-boot
> driver for host and device are separate driver, adding host
> compatible for host usb node.
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> ---
>  arch/arm/dts/am4372.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/arch/arm/dts/am4372.dtsi b/arch/arm/dts/am4372.dtsi
index 3fffe1e..2fbe4d9 100644
--- a/arch/arm/dts/am4372.dtsi
+++ b/arch/arm/dts/am4372.dtsi
@@ -883,7 +883,7 @@ 
 		};
 
 		dwc3_2: omap_dwc3@483c0000 {
-			compatible = "ti,am437x-dwc3";
+			compatible = "ti,am437x-dwc3", "ti,am437x-xhci";
 			ti,hwmods = "usb_otg_ss1";
 			reg = <0x483c0000 0x10000>;
 			interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;