On Mon, 22 Apr 2019 10:18:10 +0000, Wen He wrote: > The LS1028A has a LCD controller and Displayport interface that > connects to eDP and Displayport connectors on the LS1028A board. > > This patch enables the LCD controller driver on the LS1028A. > > Signed-off-by: Alison Wang <alison.wang@xxxxxxx> > Signed-off-by: Wen He <wen.he_1@xxxxxxx> > Reviewed-by: Liviu Dudau <liviu.dudau@xxxxxxx> > --- > change in v4: > - using 'malidp0:display' instead of the node name > 'display0:malidp'. > change in v3: > - using 'display0' instead of node name 'display-0' to > fixed syntax error. > > change in v2: > - renamed node name 'dp0' to be generic name 'display-0'. > - replace clk name 'xxclk' to 'clock-xx'. > - add newline between properties and child node. > > .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 38 +++++++++++++++++++ > 1 file changed, 38 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>