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"; };