mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
USB: support RK2928B for usb host and usb otg
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
#elif defined(CONFIG_SOC_RK3168) || defined(CONFIG_SOC_RK3188) || defined(CONFIG_SOC_RK3168M)
|
||||
#define RK3066B_HOST_DRV_VBUS RK30_PIN0_PC0
|
||||
#define RK3066B_OTG_DRV_VBUS RK30_PIN3_PD5
|
||||
#elif defined(CONFIG_SOC_RK2928B)
|
||||
#define RK3066B_HOST_DRV_VBUS RK30_PIN1_PA4
|
||||
#define RK3066B_OTG_DRV_VBUS RK30_PIN3_PD7
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user