Skip to content

Commit 16baa8c

Browse files
hanzydbebarino
authored andcommitted
clk: bcm: rpi: Handle pixel clock in firmware
The clk-bcm2835 handling of the pixel clock does not function correctly when the HDMI power domain is disabled. The firmware supports it correctly, so add it to the firmware clock driver. Acked-by: Maxime Ripard <[email protected]> Acked-by: Dave Stevenson <[email protected]> Signed-off-by: Ivan T. Ivanov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 4c68a34 commit 16baa8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/bcm/clk-raspberrypi.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ raspberrypi_clk_variants[RPI_FIRMWARE_NUM_CLK_ID] = {
129129
[RPI_FIRMWARE_V3D_CLK_ID] = {
130130
.export = true,
131131
},
132+
[RPI_FIRMWARE_PIXEL_CLK_ID] = {
133+
.export = true,
134+
},
132135
[RPI_FIRMWARE_HEVC_CLK_ID] = {
133136
.export = true,
134137
},

0 commit comments

Comments
 (0)