Skip to content
Snippets Groups Projects
Commit 9d0a8366 authored by Nicolas Dufresne's avatar Nicolas Dufresne
Browse files

dt: imx6qdl-sabrelite: Disable sensors and muxers

Otherwise the media controller won't load as we have no sensor
connected.
parent 95a46a7f
Branches master-imx.6
No related tags found
No related merge requests found
......@@ -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>;
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment