#endif
#if defined (CONFIG_ANX7150)
#define HDMI_VDD_CTL RK29_PIN6_PD3
-int anx7150_io_init(void)
-{
- return 0;
-}
struct hdmi_platform_data anx7150_data = {
- .io_init = anx7150_io_init,
+ //.io_init = anx7150_io_init,
};
#endif
};
#endif
#if defined (CONFIG_ANX7150)
-int anx7150_io_init(void)
-{
- return 0;
-}
struct hdmi_platform_data anx7150_data = {
- .io_init = anx7150_io_init,
+ //.io_init = anx7150_io_init,
};
#endif
#endif
#if defined (CONFIG_ANX7150)
-#define HDMI_VDD_CTL RK29_PIN6_PD3
-int anx7150_io_init(void)
-{
- gpio_request(HDMI_VDD_CTL, "hdmi pwr ctl");
- gpio_direction_output(HDMI_VDD_CTL, GPIO_HIGH);
- //gpio_set_value(HDMI_VDD_CTL, GPIO_HIGH);
- mdelay(10);
- return 0;
-}
struct hdmi_platform_data anx7150_data = {
- .io_init = anx7150_io_init,
+ //.io_init = anx7150_io_init,
};
#endif
#ifdef CONFIG_I2C0_RK29
#endif
};
#endif
+#if defined (CONFIG_ANX7150)
+#define HDMI_VDD_CTL RK29_PIN6_PD3
+int anx7150_io_init(void)
+{
+ gpio_request(HDMI_VDD_CTL, "hdmi pwr ctl");
+ gpio_direction_output(HDMI_VDD_CTL, GPIO_HIGH);
+ //gpio_set_value(HDMI_VDD_CTL, GPIO_HIGH);
+ mdelay(10);
+ return 0;
+}
+struct hdmi_platform_data anx7150_data = {
+ .io_init = anx7150_io_init,
+};
+#endif
#ifdef CONFIG_I2C3_RK29
static struct i2c_board_info __initdata board_i2c3_devices[] = {
.addr = 0x39, //0x39, 0x3d
.flags = 0,
.irq = RK29_PIN1_PD7,
+ .platform_data = &anx7150_data,
},
#endif
};
#endif
#if defined (CONFIG_ANX7150)
-int anx7150_io_init(void)
-{
- return 0;
-}
struct hdmi_platform_data anx7150_data = {
- .io_init = anx7150_io_init,
+ //.io_init = anx7150_io_init,
};
#endif
#ifdef CONFIG_I2C1_RK29