rk3066b otg drv vbus conflict with pwm2

This commit is contained in:
yangkai
2012-09-01 17:30:24 +08:00
parent 27437642f2
commit c814af278a

View File

@@ -52,7 +52,8 @@ void usb20otg_hw_init(void)
// other haredware init
#ifdef CONFIG_ARCH_RK3066B
rk30_mux_api_set(GPIO3D5_PWM2_JTAGTCK_OTGDRVVBUS_NAME, GPIO3D_OTGDRVVBUS);
// conflict with pwm2
// rk30_mux_api_set(GPIO3D5_PWM2_JTAGTCK_OTGDRVVBUS_NAME, GPIO3D_OTGDRVVBUS);
#else
rk30_mux_api_set(GPIO0A5_OTGDRVVBUS_NAME, GPIO0A_OTG_DRV_VBUS);
#endif