projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b0fb0
)
clk: bcm: rpi: Add the BCM283x pixel clock.
author
Dave Stevenson
<dave.stevenson@raspberrypi.com>
Thu, 2 Dec 2021 13:53:36 +0000
(13:53 +0000)
committer
Dom Cobley
<popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:23 +0000
(11:33 +0000)
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.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/clk/bcm/clk-raspberrypi.c
patch
|
blob
|
history
diff --git
a/drivers/clk/bcm/clk-raspberrypi.c
b/drivers/clk/bcm/clk-raspberrypi.c
index
7489b70
..
f3a8ba6
100644
(file)
--- a/
drivers/clk/bcm/clk-raspberrypi.c
+++ b/
drivers/clk/bcm/clk-raspberrypi.c
@@
-115,6
+115,7
@@
raspberrypi_clk_variants[RPI_FIRMWARE_NUM_CLK_ID] = {
},
[RPI_FIRMWARE_PIXEL_CLK_ID] = {
.export = true,
+ .minimize = true,
},
[RPI_FIRMWARE_HEVC_CLK_ID] = {
.export = true,