diff options
author | Matthias Brugger <mbrugger@suse.com> | 2020-12-15 10:49:24 +0100 |
---|---|---|
committer | Matthias Brugger <mbrugger@suse.com> | 2021-02-18 11:56:20 +0100 |
commit | 1613cf506c68ea4361ac6c8287932ba86e5e04a2 (patch) | |
tree | ba5718227ebcf5c542b6ac5c04e0ca2e74f77196 /drivers/rng | |
parent | 537f00182ffd276a81dbf9746652fc940151528e (diff) | |
download | u-boot-1613cf506c68ea4361ac6c8287932ba86e5e04a2.tar.gz u-boot-1613cf506c68ea4361ac6c8287932ba86e5e04a2.tar.bz2 u-boot-1613cf506c68ea4361ac6c8287932ba86e5e04a2.zip |
config: Enable iProc RNG200 driver in RPi4 configs
We find the iProc RNG200 in the Raspberry Pi 4. Add it to all it's
config so that it can be used.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
[mb: drop rpi_4_32b_defconfig]
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'drivers/rng')
-rw-r--r-- | drivers/rng/iproc_rng200.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rng/iproc_rng200.c b/drivers/rng/iproc_rng200.c index de6672e955..f71f285f53 100644 --- a/drivers/rng/iproc_rng200.c +++ b/drivers/rng/iproc_rng200.c @@ -50,7 +50,6 @@ static void iproc_rng200_enable(struct iproc_rng200_platdata *pdata, bool enable val &= ~RNG_CTRL_RNG_RBGEN_ENABLE; writel(val, rng_base + RNG_CTRL_OFFSET); - } static void iproc_rng200_restart(struct iproc_rng200_platdata *pdata) |