diff options
author | Luka Pivk <luka.pivk@toradex.com> | 2018-10-31 13:13:08 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2019-04-25 18:06:50 +0200 |
commit | 07b4797256bfc4678b16d9400b7c97a5e22ed3b4 (patch) | |
tree | d6d15927388ae40897b4a690d27dc051cabf786a | |
parent | 415dbeedd91fc8968d5c78cf568657b3619c3f0d (diff) |
ARM: dts: imx6dl-colibri rename display interface
Rename display interface to match imx6qdl-apalis
to make it easyer to use overlays
Signed-off-by: Luka Pivk <luka.pivk@toradex.com>
-rw-r--r-- | arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts b/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts index d5f7a1703aae..fff8cae76040 100644 --- a/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts +++ b/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts @@ -121,13 +121,25 @@ }; }; - panel: panel { - /* - * edt,et057090dhu: EDT 5.7" LCD TFT - * edt,et070080dh6: EDT 7.0" LCD TFT - */ - compatible = "edt,et057090dhu"; + panel_dpi: panel-dpi { + compatible = "panel-dpi"; backlight = <&backlight>; + width-mm = <115>; + height-mm = <86>; + + data-mapping = "rgb24"; + + panel-timing { + clock-frequency = <25175000>; + hactive = <640>; + vactive = <480>; + hsync-len = <30>; + hfront-porch = <16>; + hback-porch = <114>; + vsync-len = <3>; + vfront-porch = <10>; + vback-porch = <32>; + }; port { lcd_panel_in: endpoint { |