mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ARM: dts: rockchip: rv1106-evb-cam: change sc530ai to 2lane
Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com> Change-Id: Id9869b58421fab69e6814fea71d2ad43f2a54228
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
csi_dphy_input0: endpoint@0 {
|
||||
reg = <0>;
|
||||
remote-endpoint = <&sc530ai_out>;
|
||||
data-lanes = <1 2 3 4>;
|
||||
data-lanes = <1 2>;
|
||||
};
|
||||
csi_dphy_input1: endpoint@1 {
|
||||
reg = <1>;
|
||||
@@ -83,7 +83,7 @@
|
||||
port {
|
||||
sc530ai_out: endpoint {
|
||||
remote-endpoint = <&csi_dphy_input0>;
|
||||
data-lanes = <1 2 3 4>;
|
||||
data-lanes = <1 2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user