mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: rv1106: crypto: assign clock frequency
The default clock is not necessarily the normal operating frequency, so the frequency must be specified explicitly. CORE_CRYPTO: 300M PKA_CRYPTO : 300M Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Change-Id: Ic65db79365c0b21678d04bb0a09cc813d84c1eb7
This commit is contained in:
@@ -608,6 +608,8 @@
|
||||
clocks = <&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>,
|
||||
<&cru CLK_CORE_CRYPTO>, <&cru CLK_PKA_CRYPTO>;
|
||||
clock-names = "aclk", "hclk", "sclk", "pka";
|
||||
assigned-clocks = <&cru CLK_CORE_CRYPTO>, <&cru CLK_PKA_CRYPTO>;
|
||||
assigned-clock-rates = <300000000>, <300000000>;
|
||||
resets = <&cru SRST_CORE_CRYPTO>;
|
||||
reset-names = "crypto-rst";
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user