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:
Wang Panzhenzhuan
2022-03-09 09:58:51 +00:00
committed by Tao Huang
parent d49247b9e3
commit 02275b5be1

View File

@@ -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>;
};
};
};