mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user