File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515#include "clk-regmap.h"
1616#include "meson-clkc-utils.h"
1717
18+ #include <dt-bindings/clock/amlogic,a1-peripherals-clkc.h>
19+
1820static struct clk_regmap xtal_in = {
1921 .data = & (struct clk_regmap_gate_data ){
2022 .offset = SYS_OSCIN_CTRL ,
Original file line number Diff line number Diff line change 4343#define PSRAM_CLK_CTRL 0xf4
4444#define DMC_CLK_CTRL 0xf8
4545
46- /* include the CLKIDs that have been made part of the DT binding */
47- #include <dt-bindings/clock/amlogic,a1-peripherals-clkc.h>
48-
4946#endif /* __A1_PERIPHERALS_H */
Original file line number Diff line number Diff line change 1414#include "clk-regmap.h"
1515#include "meson-clkc-utils.h"
1616
17+ #include <dt-bindings/clock/amlogic,a1-pll-clkc.h>
18+
1719static struct clk_regmap fixed_pll_dco = {
1820 .data = & (struct meson_clk_pll_data ){
1921 .en = {
Original file line number Diff line number Diff line change 2525#define ANACTRL_HIFIPLL_CTRL4 0xd0
2626#define ANACTRL_HIFIPLL_STS 0xd4
2727
28- /* include the CLKIDs that have been made part of the DT binding */
29- #include <dt-bindings/clock/amlogic,a1-pll-clkc.h>
30-
3128#endif /* __A1_PLL_H */
You can’t perform that action at this time.
0 commit comments