diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-06-08 23:50:28 +0100 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-07-07 19:45:56 +0800 |
commit | dc38a58360bfc3b21621dc9d5e626febd1aa93ec (patch) | |
tree | 7319ac4b1dc4efbacb8cae8057dae6540df4caed /arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi | |
parent | f81f9f0ebac596bae7f27db095f4f0272b606cc3 (diff) |
rockchip: Pinebook Pro: enable rng to provide an entropy source
Enable the rng so UEFI can provide entropy for KASLR
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi b/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi index 1a2e24d3ef..296321d697 100644 --- a/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi +++ b/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi @@ -24,6 +24,10 @@ u-boot,dm-pre-reloc; }; +&rng { + status = "okay"; +}; + &sdhci { max-frequency = <25000000>; u-boot,dm-pre-reloc; |