[PATCH 2/2] ARM: dts: sabrelite: use simple-panel instead of display-timings for LVDS0

Philipp Zabel p.zabel at pengutronix.de
Tue May 19 09:04:12 PDT 2015


Hi Eric,

Am Dienstag, den 19.05.2015, 08:50 -0700 schrieb Eric Nelson:
> Also add label for backlight_lvds and connect it to the LVDS display.
> 
> Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
> ---
[...]
> @@ -129,6 +129,17 @@
>  		power-supply = <&reg_3p3v>;
>  		status = "okay";
>  	};
> +
> +	panel {
> +		compatible = "hannstar,hsd100pxn1";
> +		backlight = <&backlight_lvds>;
> +
> +		port {
> +			panel_in: endpoint {
> +				remote-endpoint = <&lvds0_out>;
> +			};
> +		};
> +	};
>  };
>  
>  &audmux {
> @@ -374,18 +385,11 @@
>  		fsl,data-width = <18>;

The fsl,data-width property shouldn't be needed anymore if you
set .bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG for the hsd100pxn1
panel in panel-simple.c.

regards
Philipp




More information about the linux-arm-kernel mailing list