modify ov2655 Power_IO and Reset_IO for FPGA GPIO

This commit is contained in:
ddl
2010-08-02 11:27:23 +08:00
parent 6cb7cf1f8e
commit eb650ef3c0

View 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);