Skip to content

Commit e132677

Browse files
committed
clk: bcm: rpi: Mark ISP clock as critical
We currently get a firmware lockup accessing ISP during H264 decode without this
1 parent 0b851f1 commit e132677

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
@@ -151,6 +151,7 @@ raspberrypi_clk_variants[RPI_FIRMWARE_NUM_CLK_ID] = {
151151
[RPI_FIRMWARE_ISP_CLK_ID] = {
152152
.export = true,
153153
.minimize = true,
154+
.flags = CLK_IS_CRITICAL,
154155
},
155156
[RPI_FIRMWARE_PIXEL_BVB_CLK_ID] = {
156157
.export = true,

0 commit comments

Comments
 (0)