USB: support RK2928B for usb host and usb otg

This commit is contained in:
lyz
2013-03-12 10:16:06 +08:00
parent 9112c2ec96
commit ab09f9d7e4

View File

@@ -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