USB: support RK3168M for usb host and usb otg

This commit is contained in:
wlf
2013-03-11 10:55:24 +08:00
parent 3aae7adc71
commit e4e30f6567

View File

@@ -27,7 +27,7 @@
#if defined(CONFIG_SOC_RK3066B) || defined(CONFIG_SOC_RK3108)
#define RK3066B_HOST_DRV_VBUS RK30_PIN0_PD7
#define RK3066B_OTG_DRV_VBUS RK30_PIN0_PD6
#elif defined(CONFIG_SOC_RK3168) || defined(CONFIG_ARCH_RK3188)
#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
#endif