diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2013-06-28 14:24:16 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 17:28:49 +0200 |
commit | 964c847a4282f08e166bacb5bceb35630361955f (patch) | |
tree | faeef851e97b2750f3260069b0c1343608892ba5 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | ARM: dts: mx53qsb: Enable VPU support (diff) | |
download | linux-964c847a4282f08e166bacb5bceb35630361955f.tar.xz linux-964c847a4282f08e166bacb5bceb35630361955f.zip |
ARM i.MX6DL: dts: add clock and mux configuration for LDB
i.MX6DL does not have the second IPU, but the LVDS multiplexers can connect
either LVDS channel of the LDB to IPU1 DI0 or IPU1 DI1.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
[shawn.guo: remove "crtcs" property from imx6qdl.dtsi]
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 4033ad4cfe99..799cd1c0b2fd 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -574,13 +574,11 @@ lvds-channel@0 { reg = <0>; - crtcs = <&ipu1 0>; status = "disabled"; }; lvds-channel@1 { reg = <1>; - crtcs = <&ipu1 1>; status = "disabled"; }; }; |