Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98d4b6c3 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Shawn Guo
Browse files

ARM: dts: imx6q-apalis-ixora: add camera i2c bus definition

parent e8c8984c
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -185,6 +185,14 @@
	};
	};
};
};


/*
 * I2C3_SDA/SCL (CAM) on MXM3 pin 201/203 (e.g. camera sensor on carrier
 * board)
 */
&i2c3 {
	status = "okay";
};

&ipu1_di1_disp1 {
&ipu1_di1_disp1 {
	remote-endpoint = <&lcd_display_in>;
	remote-endpoint = <&lcd_display_in>;
};
};