diff options
author | Lin Jinhan <troy.lin@rock-chips.com> | 2020-03-31 17:39:58 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-04-29 10:30:55 +0800 |
commit | fb9230c53b01666503010f1d59effc64b0e7842e (patch) | |
tree | 026940485cbf4b92c4d222728f410b78d0a56af1 | |
parent | 91e858dcf667e58f1c814cfcd32d6d8d811b03a7 (diff) | |
download | u-boot-fb9230c53b01666503010f1d59effc64b0e7842e.tar.gz |
arm: dts: rockchip: px30: add and enable rng node
Add enable rng node in px30-evb-u-boot.dtsi.
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r-- | arch/arm/dts/px30-evb-u-boot.dtsi | 4 | ||||
-rw-r--r-- | arch/arm/dts/px30-u-boot.dtsi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/px30-evb-u-boot.dtsi b/arch/arm/dts/px30-evb-u-boot.dtsi index aea9f4d6e5..61b1433af9 100644 --- a/arch/arm/dts/px30-evb-u-boot.dtsi +++ b/arch/arm/dts/px30-evb-u-boot.dtsi @@ -4,3 +4,7 @@ */ #include "px30-u-boot.dtsi" + +&rng { + status = "okay"; +}; diff --git a/arch/arm/dts/px30-u-boot.dtsi b/arch/arm/dts/px30-u-boot.dtsi index bb782b4e2d..029c8fbd8d 100644 --- a/arch/arm/dts/px30-u-boot.dtsi +++ b/arch/arm/dts/px30-u-boot.dtsi @@ -12,6 +12,12 @@ chosen { u-boot,spl-boot-order = &emmc, &sdmmc; }; + + rng: rng@ff0b0000 { + compatible = "rockchip,cryptov2-rng"; + reg = <0x0 0xff0b0000 0x0 0x4000>; + status = "disabled"; + }; }; &dmc { |