From 38f83bebce9374e5e5191f4d6cbff2422301127c Mon Sep 17 00:00:00 2001 From: Hu Kejun Date: Thu, 6 Aug 2020 12:00:32 +0800 Subject: [PATCH] ARM: dts: rv1126-evb-v10.dtsi: add rkcif_dvp/rkcif_mipi_lvds node Signed-off-by: Hu Kejun Change-Id: Ib79da479fcef0d882b7b47ca4e4906c5e9f76635 --- .../dts/rv1109-evb-ddr3-v12-facial-gate.dts | 2 +- arch/arm/boot/dts/rv1126-evb-v10.dtsi | 24 +++++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/arch/arm/boot/dts/rv1109-evb-ddr3-v12-facial-gate.dts b/arch/arm/boot/dts/rv1109-evb-ddr3-v12-facial-gate.dts index 5c26dc7e446e..c24cbf0bcb01 100644 --- a/arch/arm/boot/dts/rv1109-evb-ddr3-v12-facial-gate.dts +++ b/arch/arm/boot/dts/rv1109-evb-ddr3-v12-facial-gate.dts @@ -179,7 +179,7 @@ }; }; -&rkcif { +&rkcif_mipi_lvds { status = "okay"; port { cif_mipi_in: endpoint { diff --git a/arch/arm/boot/dts/rv1126-evb-v10.dtsi b/arch/arm/boot/dts/rv1126-evb-v10.dtsi index ad81ed7e7102..1c08cf691ee0 100644 --- a/arch/arm/boot/dts/rv1126-evb-v10.dtsi +++ b/arch/arm/boot/dts/rv1126-evb-v10.dtsi @@ -864,9 +864,9 @@ rockchip,camera-module-name = "CMK-OT0836-PT2"; rockchip,camera-module-lens-name = "YT-2929"; port { - cam_para_out1: endpoint { - /* remote-endpoint = <&cif_para_in>;*/ - }; + cam_para_out1: endpoint { + /* remote-endpoint = <&cif_para_in>; */ + }; }; }; @@ -1131,6 +1131,14 @@ &rkcif { status = "okay"; +}; + +&rkcif_mmu { + status = "disabled"; +}; + +&rkcif_dvp { + status = "okay"; port { /* Parallel bus endpoint */ @@ -1142,7 +1150,13 @@ vsync-active = <0>; }; */ + }; +}; +&rkcif_mipi_lvds { + status = "okay"; + + port { /* MIPI CSI-2 endpoint */ cif_mipi_in: endpoint { remote-endpoint = <&mipi_csi2_output>; @@ -1151,10 +1165,6 @@ }; }; -&rkcif_mmu { - status = "disabled"; -}; - &rkisp { status = "okay"; };