From 1acfdb424fdfa4561f6796516c90c28816bdf4ec Mon Sep 17 00:00:00 2001 From: Yiqing Zeng Date: Thu, 27 Aug 2020 16:08:41 +0800 Subject: [PATCH] ARM: dts: rv1126-evb-v10.dtsi: os04a10 link to cif by default Signed-off-by: Yiqing Zeng Change-Id: I13c2b0298077ea5c4cc789f207524216ce592a18 --- arch/arm/boot/dts/rv1126-evb-v10.dtsi | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/rv1126-evb-v10.dtsi b/arch/arm/boot/dts/rv1126-evb-v10.dtsi index 1c08cf691ee0..061a7b15258a 100644 --- a/arch/arm/boot/dts/rv1126-evb-v10.dtsi +++ b/arch/arm/boot/dts/rv1126-evb-v10.dtsi @@ -512,7 +512,7 @@ csidphy0_out: endpoint@0 { reg = <0>; - remote-endpoint = <&isp_in>; + remote-endpoint = <&mipi_csi2_input>; }; }; }; @@ -544,7 +544,7 @@ csi_dphy1_output: endpoint@0 { reg = <0>; - remote-endpoint = <&mipi_csi2_input>; + /*remote-endpoint = <&mipi_csi2_input>;*/ data-lanes = <1 2 3 4>; }; }; @@ -981,7 +981,7 @@ mipi_csi2_input: endpoint@1 { reg = <1>; - remote-endpoint = <&csi_dphy1_output>; + remote-endpoint = <&csidphy0_out>; data-lanes = <1 2 3 4>; }; }; @@ -1165,6 +1165,18 @@ }; }; +&rkcif_mipi_lvds_sditf { + status = "okay"; + + port { + /* MIPI CSI-2 endpoint */ + mipi_lvds_sditf: endpoint { + remote-endpoint = <&isp_in>; + data-lanes = <1 2 3 4>; + }; + }; +}; + &rkisp { status = "okay"; }; @@ -1180,7 +1192,7 @@ isp_in: endpoint@0 { reg = <0>; - remote-endpoint = <&csidphy0_out>; + remote-endpoint = <&mipi_lvds_sditf>; }; }; };