mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
a34255b795
Removed upstreamed: bcm27xx/patches-5.15/950-0446-drm-vc4-Fix-timings-for-VEC-modes.patch[1] Manually rebased: patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch bcm27xx/patches-5.15/950-0606-usb-xhci-add-VLI_TRB_CACHE_BUG-quirk.patch bcm27xx/patches-5.15/950-0717-usb-xhci-add-a-quirk-for-Superspeed-bulk-OUT-transfe.patch bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch All other patches automatically rebased 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.75&id=2810061452f9b748b096ad023d318690ca519aa3 Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Signed-off-by: John Audia <therealgraysky@proton.me>
35 lines
992 B
Diff
35 lines
992 B
Diff
From d538fde95ee56c030afa988dfda3abd6c424389c Mon Sep 17 00:00:00 2001
|
|
From: Dom Cobley <popcornmix@gmail.com>
|
|
Date: Tue, 19 Oct 2021 14:14:55 +0100
|
|
Subject: [PATCH] clk-bcm2835: Remove VEC clock support
|
|
|
|
Signed-off-by: Dom Cobley <popcornmix@gmail.com>
|
|
---
|
|
drivers/clk/bcm/clk-bcm2835.c | 15 ---------------
|
|
1 file changed, 15 deletions(-)
|
|
|
|
--- a/drivers/clk/bcm/clk-bcm2835.c
|
|
+++ b/drivers/clk/bcm/clk-bcm2835.c
|
|
@@ -2239,21 +2239,6 @@ static const struct bcm2835_clk_desc clk
|
|
.tcnt_mux = 28,
|
|
.round_up = true),
|
|
|
|
- /* TV encoder clock. Only operating frequency is 108Mhz. */
|
|
- [BCM2835_CLOCK_VEC] = REGISTER_PER_CLK(
|
|
- SOC_ALL,
|
|
- .name = "vec",
|
|
- .ctl_reg = CM_VECCTL,
|
|
- .div_reg = CM_VECDIV,
|
|
- .int_bits = 4,
|
|
- .frac_bits = 0,
|
|
- /*
|
|
- * Allow rate change propagation only on PLLH_AUX which is
|
|
- * assigned index 7 in the parent array.
|
|
- */
|
|
- .set_rate_parent = BIT(7),
|
|
- .tcnt_mux = 29),
|
|
-
|
|
/* dsi clocks */
|
|
[BCM2835_CLOCK_DSI0E] = REGISTER_PER_CLK(
|
|
SOC_ALL,
|