hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/clk/meson/gxbb-aoclk.h
....@@ -7,25 +7,7 @@
77 #ifndef __GXBB_AOCLKC_H
88 #define __GXBB_AOCLKC_H
99
10
-#define NR_CLKS 7
11
-
12
-/* AO Configuration Clock registers offsets */
13
-#define AO_RTI_PWR_CNTL_REG1 0x0c
14
-#define AO_RTI_PWR_CNTL_REG0 0x10
15
-#define AO_RTI_GEN_CNTL_REG0 0x40
16
-#define AO_OSCIN_CNTL 0x58
17
-#define AO_CRT_CLK_CNTL1 0x68
18
-#define AO_RTC_ALT_CLK_CNTL0 0x94
19
-#define AO_RTC_ALT_CLK_CNTL1 0x98
20
-
21
-struct aoclk_cec_32k {
22
- struct clk_hw hw;
23
- struct regmap *regmap;
24
-};
25
-
26
-#define to_aoclk_cec_32k(_hw) container_of(_hw, struct aoclk_cec_32k, hw)
27
-
28
-extern const struct clk_ops meson_aoclk_cec_32k_ops;
10
+#define NR_CLKS 14
2911
3012 #include <dt-bindings/clock/gxbb-aoclkc.h>
3113 #include <dt-bindings/reset/gxbb-aoclkc.h>