<div dir="ltr"><div><font size="2" face="arial, sans-serif">First way thank for this work</font></div><div><font face="arial, sans-serif" size="2">But I can't use it, I'm explain myself.</font></div><div><font face="arial, sans-serif" size="2"><br></font></div><div><font size="2" face="arial, sans-serif">My LVDS connexion works fine because I display correctly the console under uboot (I work with <span style="color: rgb(0, 0, 0);">CONFIG_VIDEO_LCD_MODE</span><span style="color: rgb(0, 0, 0); background-color: rgb(249, 249, 249);">)</span></font></div><div><font size="2" face="arial, sans-serif"><br></font></div><div><font size="2" face="arial, sans-serif">I use the wiki : <a href="http://linux-sunxi.org/LCD" target="_blank" rel="nofollow" style="cursor: pointer;">http://linux-sunxi.org/LCD</a> to convert my fex config to <span style="color: rgb(0, 0, 0);">CONFIG_VIDEO_LCD_MODE</span><span style="color: rgb(0, 0, 0);"> for the </span><font color="#000000">uboot all work fine</font></font></div><div><font color="#000000" size="2" face="arial, sans-serif"><br></font></div><div><font color="#000000" size="2" face="arial, sans-serif">But for the kernel nothing, I have some crazy line or black screen.</font></div><div><ul><li><font size="2" face="arial, sans-serif"><font color="#000000">I add my lcd configuration into simple_panel.c (</font><a href="http://linux-sunxi.org/LCD" target="_blank" rel="nofollow" style="cursor: pointer;">http://linux-sunxi.org/LCD</a>)</font></li><li><font face="arial, sans-serif" size="2">I can seen the debug ligne came from LVDS driver.</font></li><li><font face="arial, sans-serif" size="2">My LCD screen is a dlc070ddg 7' 800x480 LVDS 18bits.</font></li><li><font face="arial, sans-serif" size="2">I work with<font color="#000000"> a </font></font><font color="#000000" size="2" face="arial, sans-serif" style="background-image: none;"><a href="http://linux-sunxi.org/Olimex_A20-OLinuXino-Micro" title="Olimex A20-OLinuXino-Micro" style="background-image: none;">Olimex_A20-OLinuXino-Micro</a>.</font></li></ul></div><div>I don't know where I can search If some body have a idea?</div><div><br></div><div>Thanks </div><br>Le samedi 11 février 2017 18:44:59 UTC+1, Priit Laes a écrit :<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Add variable to enable either 'rgb' or 'lvds' output.
<br>
<br>Signed-off-by: Priit Laes <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="hN4L9id-BQAJ" rel="nofollow" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">pl...@plaes.org</a>>
<br>---
<br> Documentation/devicetree/<wbr>bindings/display/sunxi/sun4i-<wbr>drm.txt | 3 +++
<br> 1 file changed, 3 insertions(+)
<br>
<br>diff --git a/Documentation/devicetree/<wbr>bindings/display/sunxi/sun4i-<wbr>drm.txt b/Documentation/devicetree/<wbr>bindings/display/sunxi/sun4i-<wbr>drm.txt
<br>index b82c004..c367ede 100644
<br>--- a/Documentation/devicetree/<wbr>bindings/display/sunxi/sun4i-<wbr>drm.txt
<br>+++ b/Documentation/devicetree/<wbr>bindings/display/sunxi/sun4i-<wbr>drm.txt
<br>@@ -43,6 +43,9 @@ Required properties:
<br> - reset-names: the reset names mentioned above
<br> - clock-output-names: Name of the pixel clock created
<br>
<br>+- mode: Defines which encoder will be enabled. Values are 'rgb', 'lvds'.
<br>+ Defaults to 'rgb' if not set.
<br>+
<br> - ports: A ports node with endpoint definitions as defined in
<br> Documentation/devicetree/<wbr>bindings/media/video-<wbr>interfaces.txt. The
<br> first port should be the input endpoint, the second one the output
<br>--
<br>2.9.3
<br>
<br></blockquote></div>