mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user