ARM: dts: rv1126-evb-v10.dtsi: add rkcif_dvp/rkcif_mipi_lvds node

Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
Change-Id: Ib79da479fcef0d882b7b47ca4e4906c5e9f76635
This commit is contained in:
Hu Kejun
2020-08-06 12:00:32 +08:00
committed by Tao Huang
parent fc971da1ca
commit 38f83bebce
2 changed files with 18 additions and 8 deletions

View File

@@ -179,7 +179,7 @@
};
};
&rkcif {
&rkcif_mipi_lvds {
status = "okay";
port {
cif_mipi_in: endpoint {

View File

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