From c2fb01402a1458801acb6ca9c23cba2b3fff39e8 Mon Sep 17 00:00:00 2001 From: Louis <1270384833@qq.com> Date: Mon, 5 Sep 2022 11:52:16 +0800 Subject: [PATCH] modified csi2_dphy1 to csi2_dphy0 --- .../boot/dts/rockchip/rk3568-lubancat2-n.dts | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3568-lubancat2-n.dts b/arch/arm64/boot/dts/rockchip/rk3568-lubancat2-n.dts index 973de493a9c4..a9ae69c2b89b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-lubancat2-n.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-lubancat2-n.dts @@ -1138,7 +1138,7 @@ port { /* MIPI CSI-2 bus endpoint */ cam0_ov5648_out: endpoint { - remote-endpoint = <&dphy1_in>; + remote-endpoint = <&dphy0_in>; clock-lanes = <0>; data-lanes = <1 2>; }; @@ -1150,13 +1150,9 @@ status = "okay"; }; -&csi2_dphy1 { +&csi2_dphy0 { status = "okay"; - /* - * dphy1 only used for split mode, - * can be used concurrently with dphy2 - * full mode and split mode are mutually exclusive - */ + ports { #address-cells = <1>; #size-cells = <0>; @@ -1166,7 +1162,7 @@ #address-cells = <1>; #size-cells = <0>; - dphy1_in: endpoint@1 { + dphy0_in: endpoint@1 { reg = <1>; remote-endpoint = <&cam0_ov5648_out>; data-lanes = <1 2>; @@ -1178,7 +1174,7 @@ #address-cells = <1>; #size-cells = <0>; - dphy1_out: endpoint@1 { + dphy0_out: endpoint@1 { reg = <1>; remote-endpoint = <&isp0_in>; }; @@ -1207,7 +1203,7 @@ isp0_in: endpoint@0 { reg = <0>; - remote-endpoint = <&dphy1_out>; + remote-endpoint = <&dphy0_out>; }; }; };