Skip to content

Commit 9fde394

Browse files
Cai YiWeirkhuangtao
authored andcommitted
ARM: dts: rockchip: rv1106-thunder-boot: add isp thunder boot node
Change-Id: I9a23b06703e87dbe7dd2980ae80a8bcdfdbcda72 Signed-off-by: Cai YiWei <[email protected]>
1 parent f9d6f92 commit 9fde394

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

arch/arm/boot/dts/rv1106-thunder-boot.dtsi

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,34 @@
2727
reg = <0x001900000 (5 * 0x00100000)>;
2828
};
2929
};
30+
31+
thunder_boot_rkisp: thunder-boot-rkisp {
32+
compatible = "rockchip,thunder-boot-rkisp";
33+
clocks = <&cru ACLK_ISP3P2>, <&cru HCLK_ISP3P2>,
34+
<&cru CLK_CORE_ISP3P2>, <&cru ISP0CLK_VICAP>,
35+
<&cru ACLK_VICAP>, <&cru HCLK_VICAP>,
36+
<&cru DCLK_VICAP>, <&cru PCLK_VICAP>,
37+
<&cru I0CLK_VICAP>, <&cru I1CLK_VICAP>,
38+
<&cru RX0PCLK_VICAP>, <&cru RX1PCLK_VICAP>,
39+
<&cru ISP0CLK_VICAP>, <&cru SCLK_VICAP_M0>,
40+
<&cru SCLK_VICAP_M1>, <&cru PCLK_VICAP_VEPU>,
41+
<&cru PCLK_CSIHOST0>, <&cru CLK_RXBYTECLKHS_0>,
42+
<&cru PCLK_CSIHOST1>, <&cru CLK_RXBYTECLKHS_1>,
43+
<&cru CLK_I2C4>, <&cru PCLK_I2C4>,
44+
<&cru MCLK_REF_MIPI0>;
45+
clock-names = "aclk_isp", "hclk_isp",
46+
"clk_isp_core", "clk_isp_core_vicap",
47+
"aclk_cif","hclk_cif",
48+
"dclk_cif", "pclk_cif",
49+
"i0clk_cif", "i1clk_cif",
50+
"rx0clk_cif", "rx1clk_cif",
51+
"isp0clk_cif", "sclk_m0_cif",
52+
"sclk_m1_cif", "pclk_vepu_cif",
53+
"pclk_csi2host0", "clk_rxbyte_hs0",
54+
"pclk_csi2host1", "clk_rxbyte_hs1",
55+
"i2c", "pclk", "xvclk";
56+
status = "okay";
57+
};
3058
};
3159

3260
&hw_decompress {

0 commit comments

Comments
 (0)