arm64: dts: rockchip: rk3566-evb2: compatible with ov5695 and gc5025

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: I0587126caa692a9c9faaa9c1566211a54a238d73
This commit is contained in:
Yiqing Zeng
2022-06-14 21:19:21 +08:00
committed by Tao Huang
parent 65d026e5c3
commit dd2e948987

View File

@ -78,6 +78,18 @@
remote-endpoint = <&gc8034_out>;
data-lanes = <1 2 3 4>;
};
mipi_in_ucam1: endpoint@2 {
reg = <2>;
remote-endpoint = <&ov5695_out>;
data-lanes = <1 2>;
};
mipi_in_ucam2: endpoint@3 {
reg = <3>;
remote-endpoint = <&gc5025_out>;
data-lanes = <1 2>;
};
};
port@1 {
@ -112,7 +124,7 @@
dphy1_in: endpoint@1 {
reg = <1>;
remote-endpoint = <&ov5695_out>;
//remote-endpoint = <&ov5695_out>;
data-lanes = <1 2>;
};
};
@ -149,7 +161,7 @@
dphy2_in: endpoint@1 {
reg = <1>;
remote-endpoint = <&gc5025_out>;
//remote-endpoint = <&gc5025_out>;
data-lanes = <1 2>;
};
};
@ -263,7 +275,7 @@
rockchip,camera-module-lens-name = "CHT842-MD";
port {
ov5695_out: endpoint {
remote-endpoint = <&dphy1_in>;
remote-endpoint = <&mipi_in_ucam1>;
data-lanes = <1 2>;
};
};
@ -288,7 +300,7 @@
rockchip,camera-module-lens-name = "CHT842-MD";
port {
gc5025_out: endpoint {
remote-endpoint = <&dphy2_in>;
remote-endpoint = <&mipi_in_ucam2>;
data-lanes = <1 2>;
};
};