summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evk.dts
diff options
context:
space:
mode:
authorShenwei Wang <shenwei.wang@nxp.com>2018-04-10 22:38:13 -0500
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:15 +0800
commitbece4a083230e980110a6a1e26fad293e1ab9412 (patch)
treefd691397c54b10b07aa027474000ec4140ef62df /arch/arm/boot/dts/imx7ulp-evk.dts
parent900e808bf6060a5767d9cdd7f2a918e2465cf286 (diff)
MLK-17993: arm: dts: rename the dts to match i.MX7ULP board design
The default display interface on i.MX7ULP EVK board is the HDMI interface, and a hardware rework is required to support the MIPI panel. To match the current board design, added the HDMI node in the imx7ulp-evk.dts and created a new file named imx7ulp-evk-mipi.dts. Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com> Reviewed-by: Andy Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx7ulp-evk.dts28
1 files changed, 20 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx7ulp-evk.dts b/arch/arm/boot/dts/imx7ulp-evk.dts
index c9f6cf9db7aa..90b0d767bfd7 100644
--- a/arch/arm/boot/dts/imx7ulp-evk.dts
+++ b/arch/arm/boot/dts/imx7ulp-evk.dts
@@ -439,9 +439,9 @@
interrupt-parent = <&gpio_ptc>;
interrupts = <18 IRQ_TYPE_EDGE_FALLING>;
video-mode = <1>; /*
- * Only support CEA modes.
- * Reference mxc_edid.c
- */
+ * Only support CEA modes.
+ * Reference mxc_edid.c
+ */
dsi-traffic-mode = <0>;
bpp = <24>;
status = "disabled";
@@ -463,13 +463,25 @@
};
};
+
+&adv7535 {
+ status = "okay";
+
+ port {
+ dsi_to_hdmi: endpoint {
+ remote-endpoint = <&mipi_dsi_ep>;
+ };
+ };
+};
+
&mipi_dsi {
- pinctrl-names = "default", "sleep";
- pinctrl-0 = <&pinctrl_mipi_dsi_reset>;
- pinctrl-1 = <&pinctrl_mipi_dsi_reset>;
- lcd_panel = "TRULY-WVGA-TFT3P5581E";
- resets = <&mipi_dsi_reset>;
status = "okay";
+
+ port {
+ mipi_dsi_ep: endpoint {
+ remote-endpoint = <&dsi_to_hdmi>;
+ };
+ };
};
&lpuart4 { /* console */