Skip to content

Commit

Permalink
ARM: dts: imx6: apalis: parallel lcd display support on ixora
Browse files Browse the repository at this point in the history
Add parallel LCD display support for the EDT ET057090DHU 5.7" LCD TFT
panel.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Marcel Ziswiler authored and Shawn Guo committed May 3, 2016
1 parent 1dd58e1 commit 975f0d1
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions arch/arm/boot/dts/imx6q-apalis-ixora.dts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,47 @@
};
};

lcd_display: display@di0 {
compatible = "fsl,imx-parallel-display";
#address-cells = <1>;
#size-cells = <0>;
interface-pix-fmt = "rgb24";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ipu1_lcdif>;
status = "okay";

port@0 {
reg = <0>;

lcd_display_in: endpoint {
remote-endpoint = <&ipu1_di0_disp1>;
};
};

port@1 {
reg = <1>;

lcd_display_out: endpoint {
remote-endpoint = <&lcd_panel_in>;
};
};
};

panel: panel {
/*
* edt,et057090dhu: EDT 5.7" LCD TFT
* edt,et070080dh6: EDT 7.0" LCD TFT
*/
compatible = "edt,et057090dhu";
backlight = <&backlight>;

port {
lcd_panel_in: endpoint {
remote-endpoint = <&lcd_display_out>;
};
};
};

leds {
compatible = "gpio-leds";

Expand Down Expand Up @@ -169,6 +210,10 @@
};
};

&ipu1_di0_disp1 {
remote-endpoint = <&lcd_display_in>;
};

&ldb {
status = "okay";
};
Expand Down

0 comments on commit 975f0d1

Please sign in to comment.