imx7ulp-evk-lpuart.dtb \
imx7ulp-evk-qspi.dtb \
imx7ulp-evk-wm8960.dtb \
- imx7ulp-evk-hdmi.dtb \
+ imx7ulp-evk-mipi.dtb \
imx7ulp-evk-sensors-to-i2c5.dtb
dtb-$(CONFIG_SOC_LS1021A) += \
ls1021a-qds.dtb \
+++ /dev/null
-/*
- * 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 = "okay";
- port {
- dsi_to_hdmi: endpoint {
- remote-endpoint = <&mipi_dsi_ep>;
- };
- };
-};
-
-&mipi_dsi {
- port {
- mipi_dsi_ep: endpoint {
- remote-endpoint = <&dsi_to_hdmi>;
- };
- };
-};
--- /dev/null
+/*
+ * 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;
+};
+
+
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";
};
};
+
+&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 */