mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3566-evb2: enable csi2_dphy0 for gc8034
For ov5695 has been stop production, so replace ov5695 module config with gc8034 Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com> Change-Id: I06aa7d18a82f11a98e6c8bee40a1dd9d5ae60e66
This commit is contained in:
committed by
Tao Huang
parent
19f0cc15dc
commit
2ce635afa3
@@ -59,7 +59,7 @@
|
||||
};
|
||||
|
||||
&csi2_dphy0 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
/*
|
||||
* dphy0 only used for full mode,
|
||||
* full mode and split mode are mutually exclusive
|
||||
@@ -87,14 +87,14 @@
|
||||
|
||||
dphy0_out: endpoint@1 {
|
||||
reg = <1>;
|
||||
remote-endpoint = <&isp0_in>;
|
||||
remote-endpoint = <&isp0_in_dphy0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&csi2_dphy1 {
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
|
||||
/*
|
||||
* dphy1 only used for split mode,
|
||||
@@ -131,7 +131,7 @@
|
||||
};
|
||||
|
||||
&csi2_dphy2 {
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
|
||||
/*
|
||||
* dphy2 only used for split mode,
|
||||
@@ -519,6 +519,10 @@
|
||||
reg = <0>;
|
||||
remote-endpoint = <&dphy1_out>;
|
||||
};
|
||||
isp0_in_dphy0: endpoint@1 {
|
||||
reg = <1>;
|
||||
remote-endpoint = <&dphy0_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user