arm64: dts: rockchip: rk3528: trng use scmi clk
Change-Id: I7a8bb9e824e9e7732a8fc497a2c828980086bd65 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
@@ -1993,7 +1993,7 @@
|
||||
compatible = "rockchip,rkrng";
|
||||
reg = <0x0 0xffc50000 0x0 0x200>;
|
||||
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru HCLK_TRNG_NS>;
|
||||
clocks = <&scmi_clk SCMI_HCLK_TRNG>;
|
||||
clock-names = "hclk_trng";
|
||||
resets = <&cru SRST_HRESETN_TRNG_NS>;
|
||||
reset-names = "reset";
|
||||
|
||||
@@ -460,6 +460,7 @@
|
||||
#define SCMI_PKA_CRYPTO_S 29
|
||||
#define SCMI_CORE_KLAD 30
|
||||
#define SCMI_ACLK_KLAD 31
|
||||
#define SCMI_HCLK_TRNG 32
|
||||
|
||||
// CRU_SOFTRST_CON03(Offset:0xA0C)
|
||||
#define SRST_NCOREPORESET0 0x00000030
|
||||
|
||||
Reference in New Issue
Block a user