File tree Expand file tree Collapse file tree 6 files changed +6
-9
lines changed Expand file tree Collapse file tree 6 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 21
21
#include "axg.h"
22
22
#include "meson-eeclk.h"
23
23
24
+ #include <dt-bindings/clock/axg-clkc.h>
25
+
24
26
static DEFINE_SPINLOCK (meson_clk_lock );
25
27
26
28
static struct clk_regmap axg_fixed_pll_dco = {
Original file line number Diff line number Diff line change 102
102
#define HHI_DPLL_TOP_I 0x318
103
103
#define HHI_DPLL_TOP2_I 0x31C
104
104
105
- /* include the CLKIDs that have been made part of the DT binding */
106
- #include <dt-bindings/clock/axg-clkc.h>
107
-
108
105
#endif /* __AXG_H */
Original file line number Diff line number Diff line change 25
25
#include "meson-eeclk.h"
26
26
#include "g12a.h"
27
27
28
+ #include <dt-bindings/clock/g12a-clkc.h>
29
+
28
30
static DEFINE_SPINLOCK (meson_clk_lock );
29
31
30
32
static struct clk_regmap g12a_fixed_pll_dco = {
Original file line number Diff line number Diff line change 126
126
#define HHI_SYS1_PLL_CNTL5 0x394
127
127
#define HHI_SYS1_PLL_CNTL6 0x398
128
128
129
- /* include the CLKIDs that have been made part of the DT binding */
130
- #include <dt-bindings/clock/g12a-clkc.h>
131
-
132
129
#endif /* __G12A_H */
Original file line number Diff line number Diff line change 17
17
#include "meson-eeclk.h"
18
18
#include "vid-pll-div.h"
19
19
20
+ #include <dt-bindings/clock/gxbb-clkc.h>
21
+
20
22
static DEFINE_SPINLOCK (meson_clk_lock );
21
23
22
24
static const struct pll_params_table gxbb_gp0_pll_params_table [] = {
Original file line number Diff line number Diff line change 112
112
#define HHI_BT656_CLK_CNTL 0x3D4 /* 0xf5 offset in data sheet */
113
113
#define HHI_SAR_CLK_CNTL 0x3D8 /* 0xf6 offset in data sheet */
114
114
115
- /* include the CLKIDs that have been made part of the DT binding */
116
- #include <dt-bindings/clock/gxbb-clkc.h>
117
-
118
115
#endif /* __GXBB_H */
You can’t perform that action at this time.
0 commit comments