changed sc6610 GPIO define error
authorwlq <wlq@rock-chips.com>
Thu, 25 Oct 2012 02:10:46 +0000 (10:10 +0800)
committerwlq <wlq@rock-chips.com>
Thu, 25 Oct 2012 02:10:46 +0000 (10:10 +0800)
arch/arm/mach-rk2928/board-rk2928-phonepad.c

index bb1dfd5a444d14b663d874d65d406efdba3969ee..3bd82b8b803d66c259c4bc9cfd42ced54c19c150 100755 (executable)
@@ -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,