modify ov2655 Power_IO and Reset_IO for FPGA GPIO
authorddl <ddl@rock-chips.com>
Mon, 2 Aug 2010 03:27:23 +0000 (11:27 +0800)
committerddl <ddl@rock-chips.com>
Mon, 2 Aug 2010 03:27:23 +0000 (11:27 +0800)
arch/arm/mach-rk2818/board-raho.c

index a9fb7f784cd22c7c0ec60f1cf0827e2a157edbc9..805eab3dd712977615527c66127d9816f1e57de4 100644 (file)
@@ -418,8 +418,8 @@ struct rk2818_spi_chip spi_xpt2046_info = {
  *****************************************************************************************/
 #if 1
  
-#define RK2818_CAM_POWER_PIN    FPGA_PIN_PC5//SPI_GPIO_P1_05
-#define RK2818_CAM_RESET_PIN    FPGA_PIN_PD6//SPI_GPIO_P1_14    
+#define RK2818_CAM_POWER_PIN    FPGA_PIO1_05//SPI_GPIO_P1_05
+#define RK2818_CAM_RESET_PIN    FPGA_PIO1_14//SPI_GPIO_P1_14    
 
 static int rk28_sensor_init(void);
 static int rk28_sensor_deinit(void);