summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMatthias Brugger <[email protected]>2020-12-15 10:49:24 +0100
committerMatthias Brugger <[email protected]>2021-02-18 11:56:20 +0100
commit1613cf506c68ea4361ac6c8287932ba86e5e04a2 (patch)
treeba5718227ebcf5c542b6ac5c04e0ca2e74f77196 /drivers
parent537f00182ffd276a81dbf9746652fc940151528e (diff)
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 <[email protected]> Tested-by: Peter Robinson <[email protected]> [mb: drop rpi_4_32b_defconfig] Signed-off-by: Matthias Brugger <[email protected]>
Diffstat (limited to 'drivers')
-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 de6672e955f..f71f285f536 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)