From fa0690beb7e0e648b4a3c8db8ba53e928e33ce2c Mon Sep 17 00:00:00 2001 From: Lin Jinhan Date: Fri, 11 Nov 2022 09:52:15 +0800 Subject: [PATCH] ARM: dts: rockchip: rv1106-thunder-boot: remove MCLK_REF_MIPI0 control On some sensors, the exposure configuration for the first frame will be lost if the MCLK was ever turned off before stream on. (Such as GC2093.) Signed-off-by: Lin Jinhan Change-Id: I06f7eb24fa4f13afaca32f66701956e216b552ec --- arch/arm/boot/dts/rv1106-thunder-boot.dtsi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/rv1106-thunder-boot.dtsi b/arch/arm/boot/dts/rv1106-thunder-boot.dtsi index f4951af8fa8f..410b1dd349f5 100644 --- a/arch/arm/boot/dts/rv1106-thunder-boot.dtsi +++ b/arch/arm/boot/dts/rv1106-thunder-boot.dtsi @@ -58,8 +58,7 @@ <&cru SCLK_VICAP_M1>, <&cru PCLK_VICAP_VEPU>, <&cru PCLK_CSIHOST0>, <&cru CLK_RXBYTECLKHS_0>, <&cru PCLK_CSIHOST1>, <&cru CLK_RXBYTECLKHS_1>, - <&cru CLK_I2C4>, <&cru PCLK_I2C4>, - <&cru MCLK_REF_MIPI0>; + <&cru CLK_I2C4>, <&cru PCLK_I2C4>; clock-names = "aclk_isp", "hclk_isp", "clk_isp_core", "clk_isp_core_vicap", "aclk_cif","hclk_cif", @@ -70,7 +69,7 @@ "sclk_m1_cif", "pclk_vepu_cif", "pclk_csi2host0", "clk_rxbyte_hs0", "pclk_csi2host1", "clk_rxbyte_hs1", - "i2c", "pclk", "xvclk"; + "i2c", "pclk"; status = "okay"; };