mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: rk3288: add rng node
rng node is compflict with crypto node, so default disable rng node and crypto node. Change-Id: I9a28108a5667f88c15d5cc9916d927115cdb8918 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -1191,6 +1191,16 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rng: rng@ff8a0000 {
|
||||
compatible = "rockchip,cryptov1-rng";
|
||||
reg = <0x0 0xff8a0000 0x0 0x4000>;
|
||||
clocks = <&cru SCLK_CRYPTO>, <&cru HCLK_CRYPTO>;
|
||||
clock-names = "clk_crypto", "hclk_crypto";
|
||||
assigned-clocks = <&cru SCLK_CRYPTO>, <&cru HCLK_CRYPTO>;
|
||||
assigned-clock-rates = <150000000>, <100000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
crypto: crypto@ff8a0000 {
|
||||
compatible = "rockchip,rk3288-crypto";
|
||||
reg = <0x0 0xff8a0000 0x0 0x4000>;
|
||||
@@ -1200,7 +1210,7 @@
|
||||
clock-names = "aclk", "hclk", "sclk", "apb_pclk";
|
||||
resets = <&cru SRST_CRYPTO>;
|
||||
reset-names = "crypto-rst";
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spdif: sound@ff8b0000 {
|
||||
|
||||
Reference in New Issue
Block a user