Skip to content

Commit 40dcfc8

Browse files
committed
clk: bcm: rpi: Mark VEC clock as critical
On pi this was getting set to 0 which was hanging the firmware Signed-off-by: Dom Cobley <popcornmix@gmail.com>
1 parent 00dcc0e commit 40dcfc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/bcm/clk-raspberrypi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ raspberrypi_clk_variants[RPI_FIRMWARE_NUM_CLK_ID] = {
162162
[RPI_FIRMWARE_VEC_CLK_ID] = {
163163
.export = true,
164164
.minimize = true,
165+
.flags = CLK_IS_CRITICAL,
165166
},
166167
[RPI_FIRMWARE_DISP_CLK_ID] = {
167168
.export = true,

0 commit comments

Comments
 (0)