diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2014-03-14 05:34:11 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:59 -0400 |
commit | 65ed5f098398bf5bd588f692add3c80798017c4c (patch) | |
tree | 5da6ec482cb1c1ae4b73cf022f9e164e627589c2 | |
parent | 3ab53b6e073767569196a296a4f1599a5173815f (diff) |
ENGR00298127-2 ARM: dtsi: imx6qdl sabreauto: Disable mipi csi
As the sabreauto CPU board schematics mentions, the MIPI connector
isn't mechanically compatible with Freescale MIPI display and camera
board, then we have no way to support MIPI features currently on
this platform. So, let's disable MIPI CSI.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi index 4eaafc3306cc..beb489f0162f 100644 --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | |||
@@ -624,14 +624,6 @@ | |||
624 | }; | 624 | }; |
625 | }; | 625 | }; |
626 | 626 | ||
627 | &mipi_csi { | ||
628 | status = "okay"; | ||
629 | ipu_id = <0>; | ||
630 | csi_id = <1>; | ||
631 | v_channel = <0>; | ||
632 | lanes = <1>; | ||
633 | }; | ||
634 | |||
635 | &mlb { | 627 | &mlb { |
636 | pinctrl-names = "default"; | 628 | pinctrl-names = "default"; |
637 | pinctrl-0 = <&pinctrl_mlb_2>; | 629 | pinctrl-0 = <&pinctrl_mlb_2>; |