clk: bcm2835: Mark PLLD_PER as CRITICAL
authorStefan Wahren <wahrenst@gmx.net>
Sun, 18 Aug 2019 16:23:44 +0000 (18:23 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 17 Sep 2019 16:55:31 +0000 (09:55 -0700)
commit5c5ba218c6dc1e469b2796345935b8b758162b66
treeae5862b5432b4ed06595f8ceb7580159556fbc29
parent42de9ad400afadd41ee027b5feef234a2d2918b9
clk: bcm2835: Mark PLLD_PER as CRITICAL

The VPU firmware assume that the PLLD_PER isn't modified by the ARM core.
Otherwise this could cause firmware lookups. So mark the clock as critical
to avoid this.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
drivers/clk/bcm/clk-bcm2835.c