diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-07 23:05:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-07 23:05:57 -0400 |
commit | 526fe06a5d1d96ce22cca743576945016ec4e2ef (patch) | |
tree | f5950f0058d0c6482d78f7af604864a3b7bf8208 /arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | |
parent | 0b59138690a93f3d880be3d5aa675f7219376e58 (diff) | |
parent | ad277eb4587ab1ac710ce8fd2b733874032d951f (diff) |
Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- dts sync from kernel for rk3399 boards;
- Add Radxa Rock Pi N8, N10;
- Some feature update for Pinebook Pro;
Diffstat (limited to 'arch/arm/dts/rk3399-rockpro64-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi index bac09df4a3..cb8991aa25 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; |