arm64: dts: rockchip: rk3588s: crypto: use scmi_clk

crypto module should use scmi_clk rather than cru.

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: If20d4ab2ff3906564644a89510fed1b25a8a6b1f
This commit is contained in:
Lin Jinhan
2021-11-17 16:38:35 +08:00
committed by Tao Huang
parent e52773110b
commit 1be460be02

View File

@@ -3175,8 +3175,8 @@
compatible = "rockchip,rk3588-crypto";
reg = <0x0 0xfe370000 0x0 0x2000>;
interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCMI_ACLK_SECURE_NS>, <&cru SCMI_HCLK_SECURE_NS>,
<&cru SCMI_CRYPTO_CORE>, <&cru SCMI_CRYPTO_PKA>;
clocks = <&scmi_clk SCMI_ACLK_SECURE_NS>, <&scmi_clk SCMI_HCLK_SECURE_NS>,
<&scmi_clk SCMI_CRYPTO_CORE>, <&scmi_clk SCMI_CRYPTO_PKA>;
clock-names = "aclk", "hclk", "sclk", "pka";
resets = <&scmi_reset SRST_CRYPTO_CORE>;
reset-names = "crypto-rst";