b85b2474b23d215f16e32b960669eb7d4831736c
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.15 / 950-0550-clk-bcm2835-Remove-VEC-clock-support.patch
1 From d538fde95ee56c030afa988dfda3abd6c424389c Mon Sep 17 00:00:00 2001
2 From: Dom Cobley <popcornmix@gmail.com>
3 Date: Tue, 19 Oct 2021 14:14:55 +0100
4 Subject: [PATCH] clk-bcm2835: Remove VEC clock support
5
6 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
7 ---
8 drivers/clk/bcm/clk-bcm2835.c | 15 ---------------
9 1 file changed, 15 deletions(-)
10
11 --- a/drivers/clk/bcm/clk-bcm2835.c
12 +++ b/drivers/clk/bcm/clk-bcm2835.c
13 @@ -2239,21 +2239,6 @@ static const struct bcm2835_clk_desc clk
14 .tcnt_mux = 28,
15 .round_up = true),
16
17 - /* TV encoder clock. Only operating frequency is 108Mhz. */
18 - [BCM2835_CLOCK_VEC] = REGISTER_PER_CLK(
19 - SOC_ALL,
20 - .name = "vec",
21 - .ctl_reg = CM_VECCTL,
22 - .div_reg = CM_VECDIV,
23 - .int_bits = 4,
24 - .frac_bits = 0,
25 - /*
26 - * Allow rate change propagation only on PLLH_AUX which is
27 - * assigned index 7 in the parent array.
28 - */
29 - .set_rate_parent = BIT(7),
30 - .tcnt_mux = 29),
31 -
32 /* dsi clocks */
33 [BCM2835_CLOCK_DSI0E] = REGISTER_PER_CLK(
34 SOC_ALL,