Skip to content

Commit 410cf82

Browse files
popcornmixbebarino
authored andcommitted
clk: bcm: rpi: Add ISP to exported clocks
The ISP clock can be controlled by the driver, so register it with the clock subsystem. Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Dom Cobley <popcornmix@gmail.com> Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> Link: https://lore.kernel.org/r/20250116-bcm2712-clk-updates-v1-1-10bc92ffbf41@raspberrypi.com Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 40384c8 commit 410cf82

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
@@ -118,6 +118,9 @@ raspberrypi_clk_variants[RPI_FIRMWARE_NUM_CLK_ID] = {
118118
[RPI_FIRMWARE_HEVC_CLK_ID] = {
119119
.export = true,
120120
},
121+
[RPI_FIRMWARE_ISP_CLK_ID] = {
122+
.export = true,
123+
},
121124
[RPI_FIRMWARE_PIXEL_BVB_CLK_ID] = {
122125
.export = true,
123126
},

0 commit comments

Comments
 (0)