summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-mipi_dsi.dts
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@freescale.com>2015-08-21 16:08:31 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:22:48 +0800
commit47fbae828729c5af82eb7aca4d63ad0c772a5134 (patch)
treea8b03b61a89f9edf4ddf65be162482c8f8a427c3 /arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-mipi_dsi.dts
parent37c382b69cb018bdc7f6018e4ce1822c643d7589 (diff)
MLK-11395-7 ARM: dts: imx7d-12x12-lpddr3-arm2: create an new dts for mipi dsi
Since mipi display and normal lcd display cannot exsit together, an new dts should be created for the mipi display. Signed-off-by: Fancy Fang <chen.fang@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-mipi_dsi.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-mipi_dsi.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-mipi_dsi.dts b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-mipi_dsi.dts
new file mode 100644
index 000000000000..db38d4120f34
--- /dev/null
+++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-mipi_dsi.dts
@@ -0,0 +1,29 @@
+/*
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ *
+ * 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 "imx7d-12x12-lpddr3-arm2.dts"
+
+/ {
+ mipi_dsi_reset: mipi-dsi-reset {
+ compatible = "gpio-reset";
+ reset-gpios = <&gpio4 17 GPIO_ACTIVE_LOW>;
+ reset-delay-us = <50>;
+ #reset-cells = <0>;
+ };
+};
+
+&lcdif {
+ disp-dev = "mipi_dsi_samsung";
+};
+
+&mipi_dsi {
+ lcd_panel = "TRULY-WVGA";
+ disp-power-on-supply = <&reg_mipi_dsi_pwr_on>;
+ resets = <&mipi_dsi_reset>;
+ status = "okay";
+};