forked from Openwrt/openwrt
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
27 lines
842 B
Diff
27 lines
842 B
Diff
From 9b5385a30b150415d4e72baf43d7947822f98a67 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Thu, 2 Dec 2021 13:53:36 +0000
|
|
Subject: [PATCH 0383/1085] clk: bcm: rpi: Add the BCM283x pixel clock.
|
|
|
|
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 | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/clk/bcm/clk-raspberrypi.c
|
|
+++ b/drivers/clk/bcm/clk-raspberrypi.c
|
|
@@ -115,6 +115,7 @@ raspberrypi_clk_variants[RPI_FIRMWARE_NU
|
|
},
|
|
[RPI_FIRMWARE_PIXEL_CLK_ID] = {
|
|
.export = true,
|
|
+ .minimize = true,
|
|
},
|
|
[RPI_FIRMWARE_HEVC_CLK_ID] = {
|
|
.export = true,
|