File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Documentation/devicetree/bindings/clock
include/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ properties:
43
43
- atmel,sama5d4-pmc
44
44
- microchip,sam9x60-pmc
45
45
- microchip,sam9x7-pmc
46
+ - microchip,sama7d65-pmc
46
47
- microchip,sama7g5-pmc
47
48
- const : syscon
48
49
90
91
enum :
91
92
- microchip,sam9x60-pmc
92
93
- microchip,sam9x7-pmc
94
+ - microchip,sama7d65-pmc
93
95
- microchip,sama7g5-pmc
94
96
then :
95
97
properties :
Original file line number Diff line number Diff line change 42
42
#define PMC_PLLADIV2 (PMC_MAIN + 11)
43
43
#define PMC_LVDSPLL (PMC_MAIN + 12)
44
44
45
+ /* SAMA7D65 */
46
+ #define PMC_MCK3 (PMC_MAIN + 13)
47
+ #define PMC_MCK5 (PMC_MAIN + 14)
48
+
45
49
#ifndef AT91_PMC_MOSCS
46
50
#define AT91_PMC_MOSCS 0 /* MOSCS Flag */
47
51
#define AT91_PMC_LOCKA 1 /* PLLA Lock */
You can’t perform that action at this time.
0 commit comments