From 7e8e41f4dfc8cb71e3dff2f20396dbe0f5884617 Mon Sep 17 00:00:00 2001 From: Yuefu Su Date: Sat, 23 Aug 2025 11:12:33 +0800 Subject: [PATCH] ARM: dts: rockchip: rv1126b-thunder-boot: Add DCLK_CSI2HOST0 to protect Signed-off-by: Yuefu Su Change-Id: I9a5a48974ca95cab01847f479b3443b200434d9a --- arch/arm/boot/dts/rv1126b-thunder-boot.dtsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rv1126b-thunder-boot.dtsi b/arch/arm/boot/dts/rv1126b-thunder-boot.dtsi index b66d0d5f6d18..c16aa894e0cb 100644 --- a/arch/arm/boot/dts/rv1126b-thunder-boot.dtsi +++ b/arch/arm/boot/dts/rv1126b-thunder-boot.dtsi @@ -19,7 +19,8 @@ <&cru CLK_CORE_ISP>, <&cru ISP0CLK_VICAP>, <&cru ACLK_VICAP>, <&cru HCLK_VICAP>, <&cru DCLK_VICAP>, <&cru ISP0CLK_VICAP>, - <&cru PCLK_CSI2HOST0>, <&cru PCLK_CSI2HOST1>, + <&cru PCLK_CSI2HOST0>, + <&cru DCLK_CSI2HOST0>, <&cru CLK_I2C4>, <&cru PCLK_I2C4>; clock-names = "clk_hpmcu", "pclk_hpmcu_intmux", "pclk_hpmcu_mailbox", @@ -29,7 +30,8 @@ "clk_isp_core", "clk_isp_core_vicap", "aclk_cif","hclk_cif", "dclk_cif", "isp0clk_cif", - "pclk_csi2host0", "pclk_csi2host1", + "pclk_csi2host0", + "dclk_csi2host0", "clk_i2c4", "pclk_i2c4"; };