Skip to content

Commit 314efcc

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 4ff1cf7 commit 314efcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)