From 9d0a83668e1f631620b98e88178e40b653a8a183 Mon Sep 17 00:00:00 2001
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Date: Fri, 22 Jun 2018 15:58:48 -0400
Subject: [PATCH] dt: imx6qdl-sabrelite: Disable sensors and muxers

Otherwise the media controller won't load as we have no sensor
connected.
---
 arch/arm/boot/dts/imx6dl.dtsi            | 2 ++
 arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 1 +
 2 files changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index b384913c34dda..959bcddab2e5a 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -159,6 +159,7 @@
 		mux-controls = <&mux 0>;
 		#address-cells = <1>;
 		#size-cells = <0>;
+		status = "disabled";
 
 		port@0 {
 			reg = <0>;
@@ -213,6 +214,7 @@
 		mux-controls = <&mux 1>;
 		#address-cells = <1>;
 		#size-cells = <0>;
+		status = "disabled";
 
 		port@0 {
 			reg = <0>;
diff --git a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
index 72a8abbca81c0..d4d089aa14af5 100644
--- a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
@@ -377,6 +377,7 @@
 		DVDD-supply = <&reg_1p5v>;
 		reset-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; /* NANDF_D5 */
 		powerdown-gpios = <&gpio6 9 GPIO_ACTIVE_HIGH>; /* NANDF_WP_B */
+		status = "disabled";
 
 		port {
 			ov5640_to_mipi_csi2: endpoint {
-- 
GitLab