projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd10b3b
)
imx: ventana: add i2c detect for all LVDS displays
author
Tim Harvey
<tharvey@gateworks.com>
Mon, 4 Feb 2019 21:10:53 +0000
(13:10 -0800)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 15 Feb 2019 21:01:15 +0000
(22:01 +0100)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/gw_ventana.c
patch
|
blob
|
history
diff --git
a/board/gateworks/gw_ventana/gw_ventana.c
b/board/gateworks/gw_ventana/gw_ventana.c
index c4a16fff312587323b471417114b1d929dbd3a10..fb81a96e77df72396d4f041d202a2212af6aecc7 100644
(file)
--- a/
board/gateworks/gw_ventana/gw_ventana.c
+++ b/
board/gateworks/gw_ventana/gw_ventana.c
@@
-384,8
+384,8
@@
struct display_info_t const displays[] = {{
.vmode = FB_VMODE_NONINTERLACED
} }, {
/* DLC700JMG-T-4 */
- .bus =
0
,
- .addr = 0,
+ .bus =
2
,
+ .addr = 0
x38
,
.detect = NULL,
.enable = enable_lvds,
.pixfmt = IPU_PIX_FMT_LVDS666,
@@
-405,8
+405,8
@@
struct display_info_t const displays[] = {{
.vmode = FB_VMODE_NONINTERLACED
} }, {
/* DLC800FIG-T-3 */
- .bus =
0
,
- .addr = 0,
+ .bus =
2
,
+ .addr = 0
x14
,
.detect = NULL,
.enable = enable_lvds,
.pixfmt = IPU_PIX_FMT_LVDS666,