]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: bcm2835: Mark the VPU clock as critical
authorEric Anholt <eric@anholt.net>
Wed, 1 Jun 2016 19:05:33 +0000 (12:05 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 7 Sep 2016 15:57:09 +0000 (08:57 -0700)
commite69fdcca836f0b81a2260b69429c8622a80ea891
treee22f7fa19439664e5c9f4f06aad8f54754cc861f
parent9bb87c027c3fe65f5e76c656a0d34d9980ccb121
clk: bcm2835: Mark the VPU clock as critical

The VPU clock is also the clock for our AXI bus, so we really can't
disable it.  This might have happened during boot if, for example,
uart1 (aux_uart clock) probed and was then disabled before the other
consumers of the VPU clock had probed.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/bcm/clk-bcm2835.c