mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk3026: V86 not need OTG_DRV_VBUS mux GPIO3_C1 to GPIO
This commit is contained in:
@@ -114,7 +114,11 @@ void usb20otg_hw_init(void)
|
||||
#ifdef CONFIG_RK_CONFIG
|
||||
otg_drv_init(0);
|
||||
#else
|
||||
iomux_set(GPIO3_C1|0x01);
|
||||
#ifdef CONFIG_ARCH_RK3026_86V
|
||||
|
||||
#else
|
||||
iomux_set(OTG_DRV_VBUS);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
void usb20otg_phy_suspend(void* pdata, int suspend)
|
||||
|
||||
Reference in New Issue
Block a user