From a0f99badf026c155a5d82262710282997e6a53ef Mon Sep 17 00:00:00 2001 From: Ziyuan Xu Date: Wed, 3 Sep 2025 11:13:10 +0800 Subject: [PATCH] ARM: dts: rockchip: rv1126b-thunder-boot: Add i2c3 clocks to thunder_boot_rkisp Change-Id: Ifcdc0b3a3acf5a34ed3f95fc1a088636175d1005 Signed-off-by: Ziyuan Xu --- arch/arm/boot/dts/rv1126b-thunder-boot.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/rv1126b-thunder-boot.dtsi b/arch/arm/boot/dts/rv1126b-thunder-boot.dtsi index c16aa894e0cb..2b4622d05edb 100644 --- a/arch/arm/boot/dts/rv1126b-thunder-boot.dtsi +++ b/arch/arm/boot/dts/rv1126b-thunder-boot.dtsi @@ -21,6 +21,7 @@ <&cru DCLK_VICAP>, <&cru ISP0CLK_VICAP>, <&cru PCLK_CSI2HOST0>, <&cru DCLK_CSI2HOST0>, + <&cru CLK_I2C3>, <&cru PCLK_I2C3>, <&cru CLK_I2C4>, <&cru PCLK_I2C4>; clock-names = "clk_hpmcu", "pclk_hpmcu_intmux", "pclk_hpmcu_mailbox", @@ -32,6 +33,7 @@ "dclk_cif", "isp0clk_cif", "pclk_csi2host0", "dclk_csi2host0", + "clk_i2c3", "pclk_i2c3", "clk_i2c4", "pclk_i2c4"; };