Skip to content

Commit 58eebb7

Browse files
committed
dt: bcm283x: Change BCM283x HDMI to use firmware clock driver
The clk-bcm2835 handling of the pixel clock does not function correctly when the HDMI power domain is disabled. The firmware supports it correctly, and the firmware clock driver now supports it, so switch the vc4-hdmi driver to use the firmware clock driver. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 3bf50b1 commit 58eebb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm2835-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"hd";
129129
interrupts = <2 8>, <2 9>;
130130
ddc = <&i2c2>;
131-
clocks = <&clocks BCM2835_PLLH_PIX>,
131+
clocks = <&firmware_clocks 9>,
132132
<&clocks BCM2835_CLOCK_HSM>;
133133
clock-names = "pixel", "hdmi";
134134
dmas = <&dma (17|(1<<27)|(1<<24))>;

0 commit comments

Comments
 (0)