mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-21 16:59:24 +00:00
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.186 Manually rebased patch: realtek/patches-5.15/800-net-mdio-support-hardware-assisted-indirect-access.patch[1-2] All other patches are automatically refreshed. [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.186&id=694456462ed63a06adbb0b7f2396a2eb5cc153c0 [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.186&id=014ad9210373d2104f6ef10e6bb999a7a0a4c50e Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/19250 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
21 lines
727 B
Diff
21 lines
727 B
Diff
From a6823d1513a3cfd2acbacdf0a9d7d9e510618936 Mon Sep 17 00:00:00 2001
|
|
From: Dom Cobley <popcornmix@gmail.com>
|
|
Date: Mon, 22 Feb 2021 18:47:19 +0000
|
|
Subject: [PATCH] clk-raspberrypi: Also support HEVC clock
|
|
|
|
Signed-off-by: Dom Cobley <popcornmix@gmail.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
|
|
@@ -278,6 +278,7 @@ static int raspberrypi_discover_clocks(s
|
|
case RPI_FIRMWARE_CORE_CLK_ID:
|
|
case RPI_FIRMWARE_M2MC_CLK_ID:
|
|
case RPI_FIRMWARE_V3D_CLK_ID:
|
|
+ case RPI_FIRMWARE_HEVC_CLK_ID:
|
|
case RPI_FIRMWARE_PIXEL_BVB_CLK_ID:
|
|
hw = raspberrypi_clk_register(rpi, clks->parent,
|
|
clks->id);
|