summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx/patches-6.1/950-0428-clk-bcm-rpi-Add-the-BCM283x-pixel-clock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm27xx/patches-6.1/950-0428-clk-bcm-rpi-Add-the-BCM283x-pixel-clock.patch')
-rw-r--r--target/linux/bcm27xx/patches-6.1/950-0428-clk-bcm-rpi-Add-the-BCM283x-pixel-clock.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/bcm27xx/patches-6.1/950-0428-clk-bcm-rpi-Add-the-BCM283x-pixel-clock.patch b/target/linux/bcm27xx/patches-6.1/950-0428-clk-bcm-rpi-Add-the-BCM283x-pixel-clock.patch
deleted file mode 100644
index 609e7b83b9..0000000000
--- a/target/linux/bcm27xx/patches-6.1/950-0428-clk-bcm-rpi-Add-the-BCM283x-pixel-clock.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 275331bce7ee7dc7f045218468560db6981d3b95 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] 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
-@@ -140,6 +140,7 @@ raspberrypi_clk_variants[RPI_FIRMWARE_NU
- },
- [RPI_FIRMWARE_PIXEL_CLK_ID] = {
- .export = true,
-+ .minimize = true,
- },
- [RPI_FIRMWARE_HEVC_CLK_ID] = {
- .export = true,