summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evk-mipi.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-mipi.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-mipi.dts')
-rw-r--r--arch/arm/boot/dts/imx7ulp-evk-mipi.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7ulp-evk-mipi.dts b/arch/arm/boot/dts/imx7ulp-evk-mipi.dts
new file mode 100644
index 000000000000..2c10cba9a85a
--- /dev/null
+++ b/arch/arm/boot/dts/imx7ulp-evk-mipi.dts
@@ -0,0 +1,27 @@
+/*
+ * Copyright 2017 NXP.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx7ulp-evk.dts"
+
+&adv7535 {
+ status = "disabled";
+
+ /delete-node/ port;
+};
+
+&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>;
+
+ /delete-node/ port;
+};
+
+