If a LVDS device is not connected, having the LVDS channels
enabled will prevent imx-ldb from probing correctly even
if other CRTCs are connected.

Signed-off-by: Robert Foss <robert.f...@collabora.com>
---
 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi 
b/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
index 39200e5dc896..5b413cf4c250 100644
--- a/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
@@ -703,7 +703,7 @@
        status = "okay";
 
        lvds-channel@0 {
-               status = "okay";
+               status = "disabled";
 
                port@4 {
                        reg = <4>;
@@ -715,7 +715,7 @@
        };
 
        lvds-channel@1 {
-               status = "okay";
+               status = "disabled";
 
                port@4 {
                        reg = <4>;
-- 
2.19.1

Reply via email to