summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@nxp.com>2017-02-28 15:08:53 +0800
committerAnson Huang <Anson.Huang@nxp.com>2017-06-09 22:18:37 +0800
commitd9e66a2b9750b4eb204a632d2b5b2782cfe5e89e (patch)
tree0740e451305d143d165257c800e16daa4fa919f1
parent1bce753e362b8ec82c370ca8e6248323c12d3ec2 (diff)
MLK-14286-2 ARM: dts: imx7ulp-evk: add dts support for ADV7535
ADV7535 is a low-power MIPI-DSI receiver with HDMI 1.4 compliant transmitter. And it's an I2C device attached by lpi2c5. Signed-off-by: Fancy Fang <chen.fang@nxp.com> (cherry picked from commit 0bbfb671445d1f2d5037ea7168ebcb4699760095)
-rw-r--r--arch/arm/boot/dts/imx7ulp-evk.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7ulp-evk.dts b/arch/arm/boot/dts/imx7ulp-evk.dts
index 31b33804641a..f8c87cb523cc 100644
--- a/arch/arm/boot/dts/imx7ulp-evk.dts
+++ b/arch/arm/boot/dts/imx7ulp-evk.dts
@@ -329,6 +329,12 @@
ULP1_PAD_PTE6__PTE6 0x20043 /* WL_REG_ON */
>;
};
+
+ pinctrl_dsi_hdmi: dsi_hdmi_grp {
+ fsl,pins = <
+ ULP1_PAD_PTC18__PTC18 0x10103 /* DSI_HDMI_INT */
+ >;
+ };
};
};
@@ -398,6 +404,21 @@
pinctrl-1 = <&pinctrl_lpi2c5>;
status = "okay";
+ adv7535: adv7535@3d {
+ compatible = "adi,adv7535";
+ reg = <0x3d>; /* PD pin is low */
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_dsi_hdmi>;
+ interrupt-parent = <&gpio0>;
+ interrupts = <18 IRQ_TYPE_EDGE_FALLING>;
+ video-mode = <1>; /*
+ * Only support CEA modes.
+ * Reference mxc_edid.c
+ */
+ bpp = <24>;
+ status = "disabled";
+ };
+
fxas2100x@20 {
compatible = "fsl,fxas2100x";
reg = <0x20>;