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 <[email protected]>
---
 arch/arm/dts/am4372.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>;
-- 
2.7.0.rc3

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to