Skip to content

Commit 3dc7310

Browse files
varshini-rajendranclaudiubeznea
authored andcommitted
dt-bindings: clock: at91: Allow PLLs to be exported and referenced in DT
Allow PLLADIV2 and LVDSPLL to be referenced as a PMC_TYPE_CORE clock from phandle in DT for sam9x7 SoC family. Signed-off-by: Varshini Rajendran <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 5bf194a commit 3dc7310

File tree

1 file changed

+4
-0
lines changed
  • include/dt-bindings/clock

1 file changed

+4
-0
lines changed

include/dt-bindings/clock/at91.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
#define PMC_CPU (PMC_MAIN + 9)
3939
#define PMC_MCK1 (PMC_MAIN + 10)
4040

41+
/* SAM9X7 */
42+
#define PMC_PLLADIV2 (PMC_MAIN + 11)
43+
#define PMC_LVDSPLL (PMC_MAIN + 12)
44+
4145
#ifndef AT91_PMC_MOSCS
4246
#define AT91_PMC_MOSCS 0 /* MOSCS Flag */
4347
#define AT91_PMC_LOCKA 1 /* PLLA Lock */

0 commit comments

Comments
 (0)