All of lore.kernel.org
 help / color / mirror / Atom feed
* LVDS Support in R-Car E2(ALT) Board
@ 2016-09-29  4:14 Jithin T Raj
  2016-09-29  6:35 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Jithin T Raj @ 2016-09-29  4:14 UTC (permalink / raw)
  To: linux-renesas-soc@vger.kernel.org; +Cc: Geert Uytterhoeven

Hi Geert and others,
     I have successfully applied the patch and build R-car M2 Kernel for Koelsch Board..now it support LVDS..Thank you all especially Geert and Laurent..now i tried the same source tree(v4.7.5) to build for R-Car E2(ALT)Board to make LVDS up..but i am getting the following error during making .dtb file



ubuntu@teltvm2468l:~/jithin_new/linux-4.7.5$ make -j4 r8a7794-alt.dtb
  DTC     arch/arm/boot/dts/r8a7794-alt.dtb
Error: arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi:39.1-16 Label or path lvds_connector not found
FATAL ERROR: Syntax error parsing input tree
make[1]: *** [arch/arm/boot/dts/r8a7794-alt.dtb] Error 1
make: *** [r8a7794-alt.dtb] Error 2
ubuntu@teltvm2468l:~/jithin_new/linux-4.7.5$ 



I have included the "#include "r8a77xx-aa104xd12-panel.dtsi" in r8a7794-alt.dts

my source tree is v4.7.5 stable edition



 
Best Regards
 Jithin T Raj
 
   

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: LVDS Support in R-Car E2(ALT) Board
  2016-09-29  4:14 LVDS Support in R-Car E2(ALT) Board Jithin T Raj
@ 2016-09-29  6:35 ` Geert Uytterhoeven
  2016-09-29  9:54   ` Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2016-09-29  6:35 UTC (permalink / raw)
  To: Jithin T Raj; +Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven

Hi Jithin,

On Thu, Sep 29, 2016 at 6:14 AM, Jithin T Raj <jithin.t@tataelxsi.co.in> wrote:
> I have successfully applied the patch and build R-car M2 Kernel for
> Koelsch Board..now it support LVDS..Thank you all especially Geert and
> Laurent..now i tried the same source tree(v4.7.5) to build for R-Car

Good to hear it works on Koelsch!

> E2(ALT)Board to make LVDS up..but i am getting the following error
> during making .dtb file
>
> ubuntu@teltvm2468l:~/jithin_new/linux-4.7.5$ make -j4 r8a7794-alt.dtb
>   DTC     arch/arm/boot/dts/r8a7794-alt.dtb
> Error: arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi:39.1-16 Label or path lvds_connector not found
> FATAL ERROR: Syntax error parsing input tree
> make[1]: *** [arch/arm/boot/dts/r8a7794-alt.dtb] Error 1
> make: *** [r8a7794-alt.dtb] Error 2
> ubuntu@teltvm2468l:~/jithin_new/linux-4.7.5$
>
> I have included the "#include "r8a77xx-aa104xd12-panel.dtsi" in r8a7794-alt.dts
>
> my source tree is v4.7.5 stable edition

No one has added LVDS support for r8a7794/alt yet.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: LVDS Support in R-Car E2(ALT) Board
  2016-09-29  6:35 ` Geert Uytterhoeven
@ 2016-09-29  9:54   ` Laurent Pinchart
  0 siblings, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2016-09-29  9:54 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Jithin T Raj, linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven

On Thursday 29 Sep 2016 08:35:32 Geert Uytterhoeven wrote:
> On Thu, Sep 29, 2016 at 6:14 AM, Jithin T Raj wrote:
> > I have successfully applied the patch and build R-car M2 Kernel for
> > Koelsch Board..now it support LVDS..Thank you all especially Geert and
> > Laurent..now i tried the same source tree(v4.7.5) to build for R-Car
> 
> Good to hear it works on Koelsch!
> 
> > E2(ALT)Board to make LVDS up..but i am getting the following error
> > during making .dtb file
> > 
> > ubuntu@teltvm2468l:~/jithin_new/linux-4.7.5$ make -j4 r8a7794-alt.dtb
> > 
> >   DTC     arch/arm/boot/dts/r8a7794-alt.dtb
> > 
> > Error: arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi:39.1-16 Label or
> > path lvds_connector not found FATAL ERROR: Syntax error parsing input
> > tree
> > make[1]: *** [arch/arm/boot/dts/r8a7794-alt.dtb] Error 1
> > make: *** [r8a7794-alt.dtb] Error 2
> > ubuntu@teltvm2468l:~/jithin_new/linux-4.7.5$
> > 
> > I have included the "#include "r8a77xx-aa104xd12-panel.dtsi" in
> > r8a7794-alt.dts
> > 
> > my source tree is v4.7.5 stable edition
> 
> No one has added LVDS support for r8a7794/alt yet.

The R8A7794 has no LVDS output. The Alt board uses an RGB to LVDS bridge, 
similar to the one used by the Marzen board. You can have a look at the Marzen 
DT to see how to implement that.

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-29  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29  4:14 LVDS Support in R-Car E2(ALT) Board Jithin T Raj
2016-09-29  6:35 ` Geert Uytterhoeven
2016-09-29  9:54   ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.