summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-06-08 23:50:28 +0100
committerKever Yang <kever.yang@rock-chips.com>2020-07-07 19:45:56 +0800
commitdc38a58360bfc3b21621dc9d5e626febd1aa93ec (patch)
tree7319ac4b1dc4efbacb8cae8057dae6540df4caed /arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi
parentf81f9f0ebac596bae7f27db095f4f0272b606cc3 (diff)
downloadu-boot-dc38a58360bfc3b21621dc9d5e626febd1aa93ec.tar.gz
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.dtsi4
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;