mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: increase the link config of cif in x4 dts
Change-Id: I1b2dc32d57355cb8b1d947c636436d97a56f8829 Signed-off-by: Xu Hongfei <xuhf@rock-chips.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
port {
|
||||
cif_in: endpoint@0 {
|
||||
remote-endpoint = <&dphy_rx_out>;
|
||||
remote-endpoint = <&csi2_out>;
|
||||
data-lanes = <1 2 3 4>;
|
||||
};
|
||||
};
|
||||
@@ -153,7 +153,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
|
||||
vcamera@30 {
|
||||
@@ -209,8 +209,41 @@
|
||||
#size-cells = <0>;
|
||||
|
||||
dphy_rx_out: endpoint@0 {
|
||||
reg = <0>;
|
||||
remote-endpoint = <&csi2_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&mipi_csi2 {
|
||||
status = "okay";
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
csi2_in: endpoint@1 {
|
||||
reg = <1>;
|
||||
remote-endpoint = <&dphy_rx_out>;
|
||||
data-lanes = <1 2 3 4>;
|
||||
};
|
||||
};
|
||||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
csi2_out: endpoint@0 {
|
||||
reg = <0>;
|
||||
remote-endpoint = <&cif_in>;
|
||||
data-lanes = <1 2 3 4>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user