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:
5345593
)
rk3188 lr097 : fix ct36x bug on lr097
author
Cody Xie
<xkd@rock-chips.com>
Tue, 26 Feb 2013 06:47:36 +0000
(14:47 +0800)
committer
Cody Xie
<xkd@rock-chips.com>
Tue, 26 Feb 2013 06:47:36 +0000
(14:47 +0800)
arch/arm/mach-rk30/board-rk3168-LR097.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/board-rk3168-LR097.c
b/arch/arm/mach-rk30/board-rk3168-LR097.c
index 12e0cbcc66acc0b03de174a75b9b6e3b3d090af2..c96cc76c83fec3f12ccbd736601d6bde3766ccee 100755
(executable)
--- a/
arch/arm/mach-rk30/board-rk3168-LR097.c
+++ b/
arch/arm/mach-rk30/board-rk3168-LR097.c
@@
-153,7
+153,7
@@
static struct ct36x_platform_data ct36x_info = {
.gpio = TOUCH_INT_PIN,
.active_low = 1,
},
- .orientation = {1, 0,
1, 0
},
+ .orientation = {1, 0,
0, 1
},
};
#endif