mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
changed sc6610 GPIO define error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user