projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d1e48
)
add reset_pin in struct rk29lcd_info
author
hhb
<hhb@rock-chips.com>
Thu, 3 May 2012 02:16:01 +0000
(10:16 +0800)
committer
hhb
<hhb@rock-chips.com>
Thu, 3 May 2012 02:16:01 +0000
(10:16 +0800)
include/linux/rk_screen.h
patch
|
blob
|
history
diff --git
a/include/linux/rk_screen.h
b/include/linux/rk_screen.h
index efa47e53cde0d2868cbceda4719927c923f30bc1..ef404c6097523628a17db96be3211650f8dadb3e 100644
(file)
--- a/
include/linux/rk_screen.h
+++ b/
include/linux/rk_screen.h
@@
-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);
};