changed sc6610 GPIO define error

This commit is contained in:
wlq
2012-10-25 10:10:46 +08:00
parent 98d74a3109
commit 40c3af0695

View File

@@ -730,7 +730,7 @@ struct rk29_mu509_data rk29_sc6610_info = {
.io_init = sc6610_io_init,
.io_deinit = sc6610_io_deinit,
.bp_power = RK2928_PIN3_PC2,//RK29_PIN0_PB4,
.bp_reset = NULL,//RK29_PIN0_PB3,
.bp_reset = INVALID_GPIO,//RK29_PIN0_PB3,
.bp_wakeup_ap = RK2928_PIN3_PC3,//RK29_PIN0_PC2,
.ap_wakeup_bp = RK2928_PIN3_PC4,//RK29_PIN0_PB0,
.modem_assert = RK2928_PIN3_PC5,