MLK-14780 ARM: dtsi: imx6qdl-sabresd: Set HDMI's DI from 1 back to 0
authorLiu Ying <victor.liu@nxp.com>
Wed, 3 May 2017 02:16:48 +0000 (10:16 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:07 +0000 (15:22 -0500)
To keep backward compatibility of the default device tree settings,
we should set HDMI's display interface to be DI0 of IPU0.
This makes HDMI and MIPI DSI be able to work simultaneously on the
i.MX6q/qp sabresd platform.  Also, LVDS1 and HDMI on the i.MX6sdl
sabresd platform.

So, let's revert "MLK-14678: dts: Fix lcd display id"
(commit 85073fc130e83a1cfba58f0f06d9d8cbbd8c88f4).

Signed-off-by: Liu Ying <victor.liu@nxp.com>
arch/arm/boot/dts/imx6qdl-sabresd.dtsi

index fb41510..e8861ab 100644 (file)
 
 &hdmi_core {
        ipu_id = <0>;
-       disp_id = <1>;
+       disp_id = <0>;
        status = "okay";
 };