From 2ce635afa37e01d5d021384b3c67c56adbc0ad64 Mon Sep 17 00:00:00 2001 From: Wang Panzhenzhuan Date: Wed, 9 Mar 2022 09:58:51 +0000 Subject: [PATCH] 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 Change-Id: I06aa7d18a82f11a98e6c8bee40a1dd9d5ae60e66 --- .../boot/dts/rockchip/rk3566-evb2-lp4x-v10.dtsi | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3566-evb2-lp4x-v10.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-evb2-lp4x-v10.dtsi index fe1c8a19d261..0736395d5727 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-evb2-lp4x-v10.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3566-evb2-lp4x-v10.dtsi @@ -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>; + }; }; };