aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
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
parentf81f9f0ebac596bae7f27db095f4f0272b606cc3 (diff)
downloadu-boot-dc38a58360bfc3b21621dc9d5e626febd1aa93ec.zip
u-boot-dc38a58360bfc3b21621dc9d5e626febd1aa93ec.tar.gz
u-boot-dc38a58360bfc3b21621dc9d5e626febd1aa93ec.tar.bz2
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')
-rw-r--r--arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi4
-rw-r--r--arch/arm/dts/rk3399-rockpro64-u-boot.dtsi4
2 files changed, 8 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 1a2e24d..296321d 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;
diff --git a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
index bac09df..cb8991a 100644
--- a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
@@ -19,6 +19,10 @@
};
};
+&rng {
+ status = "okay";
+};
+
&spi1 {
spi_flash: flash@0 {
u-boot,dm-pre-reloc;