add reset_pin in struct rk29lcd_info
authorhhb <hhb@rock-chips.com>
Thu, 3 May 2012 02:16:01 +0000 (10:16 +0800)
committerhhb <hhb@rock-chips.com>
Thu, 3 May 2012 02:16:01 +0000 (10:16 +0800)
include/linux/rk_screen.h

index efa47e53cde0d2868cbceda4719927c923f30bc1..ef404c6097523628a17db96be3211650f8dadb3e 100644 (file)
@@ -85,6 +85,7 @@ struct rk29lcd_info {
        u32 txd_pin;
        u32 clk_pin;
        u32 cs_pin;
+       u32     reset_pin;
        int (*io_init)(void);
        int (*io_deinit)(void);
 };