ARM: dts: rockchip: rv1106-evb-cam: support ircut for sc530ai/sc3336

and change sc530ai to 4lane

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: Ib5c1a99920512a6497b4995dcac39eed4ae01331
This commit is contained in:
Yiqing Zeng
2022-05-27 17:34:49 +08:00
committed by Tao Huang
parent 4481fb8b8a
commit 9e445581db

View File

@@ -33,7 +33,7 @@
csi_dphy_input0: endpoint@0 {
reg = <0>;
remote-endpoint = <&sc530ai_out>;
data-lanes = <1 2>;
data-lanes = <1 2 3 4>;
};
csi_dphy_input1: endpoint@1 {
reg = <1>;
@@ -90,10 +90,11 @@
rockchip,camera-module-facing = "back";
rockchip,camera-module-name = "CMK-OT2115-PC1";
rockchip,camera-module-lens-name = "30IRC-F16";
lens-focus = <&cam_ircut0>;
port {
sc530ai_out: endpoint {
remote-endpoint = <&csi_dphy_input0>;
data-lanes = <1 2>;
data-lanes = <1 2 3 4>;
};
};
};
@@ -112,6 +113,7 @@
rockchip,camera-module-facing = "back";
rockchip,camera-module-name = "CMK-OT2119-PC1";
rockchip,camera-module-lens-name = "30IRC-F16";
lens-focus = <&cam_ircut0>;
port {
sc3336_out: endpoint {
remote-endpoint = <&csi_dphy_input1>;