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>
&hdmi_core {
ipu_id = <0>;
- disp_id = <1>;
+ disp_id = <0>;
status = "okay";
};