From: Jianwei Wang <[email protected]> Add a TFT LCD panel. the TFT LCD panel is WQVGA "480x272", and the bpp is 24.
Signed-off-by: Alison Wang <[email protected]> Signed-off-by: Xiubo Li <[email protected]> Signed-off-by: Jianwei Wang <[email protected]> Signed-off-by: Yi Meng <[email protected]> Signed-off-by: Wang Dongsheng <[email protected]> diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts index fbb89d1..fad2e3b 100644 --- a/arch/arm/boot/dts/ls1021a-twr.dts +++ b/arch/arm/boot/dts/ls1021a-twr.dts @@ -105,6 +105,17 @@ bitclock-master; }; }; + + panel: panel { + compatible = "nec,nl4827hc19-05b"; + }; + +}; + +&dcu { + fsl,panel = <&panel>; + status = "okay"; + }; &dspi1 { -- 2.1.0.27.g96db324 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
