arm64: dts: rockchip: rk3588s: rng: use scmi_clk

rng module should use scmi_clk rather than cru.

Fixes: b56b10f007 ("arm64: dts: rockchip: rk3588s: add rng node")
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: I49994529fcc209c2bc173c1abc497536fb920302
This commit is contained in:
Lin Jinhan
2021-11-17 14:51:34 +08:00
committed by Tao Huang
parent 94dab507e0
commit 8f3ec33049

View File

@@ -2938,7 +2938,7 @@
compatible = "rockchip,trngv1";
reg = <0x0 0xfe378000 0x0 0x200>;
interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCMI_HCLK_SECURE_NS>;
clocks = <&scmi_clk SCMI_HCLK_SECURE_NS>;
clock-names = "hclk_trng";
resets = <&scmi_reset SRST_H_TRNG_NS>;
reset-names = "reset";