commit | e69fdcca836f0b81a2260b69429c8622a80ea891 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Jun 01 12:05:33 2016 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Sep 07 08:57:09 2016 -0700 |
tree | e22f7fa19439664e5c9f4f06aad8f54754cc861f | |
parent | 9bb87c027c3fe65f5e76c656a0d34d9980ccb121 [diff] |
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>