1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0562-clk-bcm2835-Remove-VEC-clock-support.patch

35 lines
999 B
Diff
Raw Normal View History

2022-04-22 15:00:47 +00:00
From 6e3ac9c07cf666904718a26011f6bbe95501844d Mon Sep 17 00:00:00 2001
2021-11-24 17:32:01 +00:00
From: Dom Cobley <popcornmix@gmail.com>
Date: Tue, 19 Oct 2021 14:14:55 +0100
2022-04-22 15:00:47 +00:00
Subject: [PATCH 562/828] clk-bcm2835: Remove VEC clock support
2021-11-24 17:32:01 +00:00
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
2022-04-22 15:00:47 +00:00
@@ -2208,21 +2208,6 @@ static const struct bcm2835_clk_desc clk
2021-11-24 17:32:01 +00:00
.frac_bits = 12,
.tcnt_mux = 28),
- /* 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,