|
21 | 21 |
|
22 | 22 | static DEFINE_SPINLOCK(mt7988_clk_lock); |
23 | 23 |
|
24 | | -static const char *const infra_mux_uart0_parents[] __initconst = { "csw_infra_f26m_sel", |
| 24 | +static const char *const infra_mux_uart0_parents[] = { "csw_infra_f26m_sel", |
25 | 25 | "uart_sel" }; |
26 | 26 |
|
27 | | -static const char *const infra_mux_uart1_parents[] __initconst = { "csw_infra_f26m_sel", |
| 27 | +static const char *const infra_mux_uart1_parents[] = { "csw_infra_f26m_sel", |
28 | 28 | "uart_sel" }; |
29 | 29 |
|
30 | | -static const char *const infra_mux_uart2_parents[] __initconst = { "csw_infra_f26m_sel", |
| 30 | +static const char *const infra_mux_uart2_parents[] = { "csw_infra_f26m_sel", |
31 | 31 | "uart_sel" }; |
32 | 32 |
|
33 | | -static const char *const infra_mux_spi0_parents[] __initconst = { "i2c_sel", "spi_sel" }; |
| 33 | +static const char *const infra_mux_spi0_parents[] = { "i2c_sel", "spi_sel" }; |
34 | 34 |
|
35 | | -static const char *const infra_mux_spi1_parents[] __initconst = { "i2c_sel", "spim_mst_sel" }; |
| 35 | +static const char *const infra_mux_spi1_parents[] = { "i2c_sel", "spim_mst_sel" }; |
36 | 36 |
|
37 | | -static const char *const infra_pwm_bck_parents[] __initconst = { "top_rtc_32p7k", |
| 37 | +static const char *const infra_pwm_bck_parents[] = { "top_rtc_32p7k", |
38 | 38 | "csw_infra_f26m_sel", "sysaxi_sel", |
39 | 39 | "pwm_sel" }; |
40 | 40 |
|
41 | | -static const char *const infra_pcie_gfmux_tl_ck_o_p0_parents[] __initconst = { |
| 41 | +static const char *const infra_pcie_gfmux_tl_ck_o_p0_parents[] = { |
42 | 42 | "top_rtc_32p7k", "csw_infra_f26m_sel", "csw_infra_f26m_sel", "pextp_tl_sel" |
43 | 43 | }; |
44 | 44 |
|
45 | | -static const char *const infra_pcie_gfmux_tl_ck_o_p1_parents[] __initconst = { |
| 45 | +static const char *const infra_pcie_gfmux_tl_ck_o_p1_parents[] = { |
46 | 46 | "top_rtc_32p7k", "csw_infra_f26m_sel", "csw_infra_f26m_sel", "pextp_tl_p1_sel" |
47 | 47 | }; |
48 | 48 |
|
49 | | -static const char *const infra_pcie_gfmux_tl_ck_o_p2_parents[] __initconst = { |
| 49 | +static const char *const infra_pcie_gfmux_tl_ck_o_p2_parents[] = { |
50 | 50 | "top_rtc_32p7k", "csw_infra_f26m_sel", "csw_infra_f26m_sel", "pextp_tl_p2_sel" |
51 | 51 | }; |
52 | 52 |
|
53 | | -static const char *const infra_pcie_gfmux_tl_ck_o_p3_parents[] __initconst = { |
| 53 | +static const char *const infra_pcie_gfmux_tl_ck_o_p3_parents[] = { |
54 | 54 | "top_rtc_32p7k", "csw_infra_f26m_sel", "csw_infra_f26m_sel", "pextp_tl_p3_sel" |
55 | 55 | }; |
56 | 56 |
|
|
0 commit comments