mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
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>
23 lines
667 B
Diff
23 lines
667 B
Diff
From 7cdd917ff28317a362935cbcd12e5ec98e22368c Mon Sep 17 00:00:00 2001
|
|
From: Dom Cobley <popcornmix@gmail.com>
|
|
Date: Tue, 12 Apr 2022 20:07:20 +0100
|
|
Subject: [PATCH 0042/1085] clk-raspberrypi: Add ISP to exported clocks
|
|
|
|
Signed-off-by: Dom Cobley <popcornmix@gmail.com>
|
|
---
|
|
drivers/clk/bcm/clk-raspberrypi.c | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/drivers/clk/bcm/clk-raspberrypi.c
|
|
+++ b/drivers/clk/bcm/clk-raspberrypi.c
|
|
@@ -118,6 +118,9 @@ raspberrypi_clk_variants[RPI_FIRMWARE_NU
|
|
[RPI_FIRMWARE_HEVC_CLK_ID] = {
|
|
.export = true,
|
|
},
|
|
+ [RPI_FIRMWARE_ISP_CLK_ID] = {
|
|
+ .export = true,
|
|
+ },
|
|
[RPI_FIRMWARE_PIXEL_BVB_CLK_ID] = {
|
|
.export = true,
|
|
},
|