[U-Boot] [PATCH v3 24/30] configs: sun50i: Set proper USB PHY count for A64
Jagan Teki
jagannadh.teki at gmail.com
Sun Jan 28 16:19:45 UTC 2018
There are two USB PHY's on A64 which are connected as:
PHY#0: shared between USB-OTG_DEVICE and USB-OTG-HCI
PHY#1: USB-HCI0(EHCI0/OHCI0)
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
include/configs/sun50i.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/sun50i.h b/include/configs/sun50i.h
index c9dd5f7..1a12ed5 100644
--- a/include/configs/sun50i.h
+++ b/include/configs/sun50i.h
@@ -18,7 +18,7 @@
#ifdef CONFIG_MACH_SUNXI_H3_H5
# define CONFIG_SUNXI_USB_PHYS 4
#else
-# define CONFIG_SUNXI_USB_PHYS 1
+# define CONFIG_SUNXI_USB_PHYS 2
#endif
#define GICD_BASE 0x1c81000
--
2.7.4
More information about the U-Boot
mailing list