clk: bcm: rpi: Add the BCM283x pixel clock.
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 2 Dec 2021 13:53:36 +0000 (13:53 +0000)
committerDom 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

index 7489b70..f3a8ba6 100644 (file)
@@ -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,