summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-06-15 19:30:05 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:32:14 +0800
commit2a4a5c2770417ff6bfb95f5989b87585fcb3da19 (patch)
treeee48d5304a58757adefab6a6da691cd17e2aafdd
parente6eadee0d7275a45ceaac3dfb84a92a5dd5ceddd (diff)
MLK-18622: Revert "ARM: dts: imx6ul-evk: Add DRM panel support"
This reverts commit e10bb395568fbda30eb76cf0d0d6e479ed30648f. The mxsfb driver uses old bindings so we need to provide those Acked-by: Robert Chiras <robert.chiras@nxp.com> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
-rw-r--r--arch/arm/boot/dts/imx6ul-14x14-evk.dts37
1 files changed, 23 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
index 5f43a939ce53..c2dc452ca8ef 100644
--- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts
+++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
@@ -122,17 +122,6 @@
"CPU-Capture", "Capture";
};
- panel {
- compatible = "innolux,at043tn24";
- backlight = <&backlight_display>;
-
- port {
- panel_in: endpoint {
- remote-endpoint = <&display_out>;
- };
- };
- };
-
spi4 {
compatible = "spi-gpio";
pinctrl-names = "default";
@@ -297,11 +286,31 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lcdif_dat
&pinctrl_lcdif_ctrl>;
+ display = <&display0>;
status = "okay";
- port {
- display_out: endpoint {
- remote-endpoint = <&panel_in>;
+ display0: display {
+ bits-per-pixel = <16>;
+ bus-width = <24>;
+
+ display-timings {
+ native-mode = <&timing0>;
+
+ timing0: timing0 {
+ clock-frequency = <9200000>;
+ hactive = <480>;
+ vactive = <272>;
+ hfront-porch = <8>;
+ hback-porch = <4>;
+ hsync-len = <41>;
+ vback-porch = <2>;
+ vfront-porch = <4>;
+ vsync-len = <10>;
+ hsync-active = <0>;
+ vsync-active = <0>;
+ de-active = <1>;
+ pixelclk-active = <0>;
+ };
};
};
};