File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed
include/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 28
28
/* include the CLKIDs that have been made part of the DT binding */
29
29
#include <dt-bindings/clock/amlogic,a1-pll-clkc.h>
30
30
31
- /*
32
- * CLKID index values for internal clocks
33
- *
34
- * These indices are entirely contrived and do not map onto the hardware.
35
- * It has now been decided to expose everything by default in the DT header:
36
- * include/dt-bindings/clock/a1-pll-clkc.h. Only the clocks ids we don't want
37
- * to expose, such as the internal muxes and dividers of composite clocks,
38
- * will remain defined here.
39
- */
40
- #define CLKID_FIXED_PLL_DCO 0
41
- #define CLKID_FCLK_DIV2_DIV 2
42
- #define CLKID_FCLK_DIV3_DIV 3
43
- #define CLKID_FCLK_DIV5_DIV 4
44
- #define CLKID_FCLK_DIV7_DIV 5
45
-
46
31
#endif /* __A1_PLL_H */
Original file line number Diff line number Diff line change 10
10
#ifndef __A1_PLL_CLKC_H
11
11
#define __A1_PLL_CLKC_H
12
12
13
+ #define CLKID_FIXED_PLL_DCO 0
13
14
#define CLKID_FIXED_PLL 1
15
+ #define CLKID_FCLK_DIV2_DIV 2
16
+ #define CLKID_FCLK_DIV3_DIV 3
17
+ #define CLKID_FCLK_DIV5_DIV 4
18
+ #define CLKID_FCLK_DIV7_DIV 5
14
19
#define CLKID_FCLK_DIV2 6
15
20
#define CLKID_FCLK_DIV3 7
16
21
#define CLKID_FCLK_DIV5 8
You can’t perform that action at this time.
0 commit comments