summaryrefslogtreecommitdiff
path: root/drivers/rng
diff options
context:
space:
mode:
authorMatthias Brugger <mbrugger@suse.com>2020-12-15 12:49:24 +0300
committerMatthias Brugger <mbrugger@suse.com>2021-02-18 13:56:20 +0300
commit1613cf506c68ea4361ac6c8287932ba86e5e04a2 (patch)
treeba5718227ebcf5c542b6ac5c04e0ca2e74f77196 /drivers/rng
parent537f00182ffd276a81dbf9746652fc940151528e (diff)
downloadu-boot-1613cf506c68ea4361ac6c8287932ba86e5e04a2.tar.xz
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.c1
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)