From 3ab53b6e073767569196a296a4f1599a5173815f Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Fri, 14 Mar 2014 17:26:28 +0800 Subject: [PATCH] ENGR00298127-1 ARM: dtsi: imx6qdl sabreauto: Remove v4l2_cap_1 node As the sabreauto CPU board schematics mentions, the MIPI connector isn't mechanically compatible with Freescale MIPI display and camera board, then we have only the parallel CSI video input that is supported by the v4l2_cap_0 node. So, let's remove the orphan one - v4l2_cap_1. Signed-off-by: Liu Ying --- arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi index 799a3b6aa813..4eaafc3306cc 100644 --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi @@ -255,14 +255,6 @@ status = "okay"; }; - v4l2_cap_1 { - compatible = "fsl,imx6q-v4l2-capture"; - ipu_id = <0>; - csi_id = <1>; - mclk_source = <0>; - status = "okay"; - }; - v4l2_out { compatible = "fsl,mxc_v4l2_output"; status = "okay"; -- 2.34.1