[PATCH v2] ARM: imx6: add ZII RDU2 boards

Lucas Stach l.stach at pengutronix.de
Wed Mar 8 09:32:37 PST 2017


Am Mittwoch, den 08.03.2017, 18:14 +0100 schrieb Shawn Guo:
> On Fri, Feb 10, 2017 at 04:39:28PM +0100, Lucas Stach wrote:
> > This adds support for the Zodiac Inflight Innovations RDU2 board,
> > which has both a Quad and a QuadPlus variant.
> > 
> > The board supports different panels, with the bootloader patching
> > in the correct compatible, depending on the hardware configuration.
> > 
> > Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
> > Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
> > Tested-by: Nikita Yushchenko <nikita.yoush at cogentembedded.com>
> 
[...]
>   +	panel {
> > +		power-supply = <&reg_3p3v_display>;
> > +		status = "disabled";
> 
> Why does it get disabled?

The LVDS panel node as well as several other display related nodes are
disabled by default, as this is a generic DT with multiple possible
display configurations. The bootloader (Barebox) knows about the
specific connected display and will enable the correct nodes, as well
as patch in the correct compatible for the panel.

> 
> > +
> > +		port {
> > +			panel_in: endpoint {
> > +				remote-endpoint = <&lvds0_out>;
> > +			};
> > +		};
> > +	};
[...]

Regards,
Lucas



More information about the linux-arm-kernel mailing list