Skip to content

Commit 33013b4

Browse files
varshini-rajendranclaudiubeznea
authored andcommitted
clk: at91: sam9x7: add sam9x7 pmc driver
Add a driver for the PMC clocks of sam9x7 Soc family. Signed-off-by: Varshini Rajendran <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 3dc7310 commit 33013b4

File tree

2 files changed

+947
-0
lines changed

2 files changed

+947
-0
lines changed

drivers/clk/at91/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ obj-$(CONFIG_SOC_AT91SAM9) += at91sam9260.o at91sam9rl.o at91sam9x5.o dt-compat.
2020
obj-$(CONFIG_SOC_AT91SAM9) += at91sam9g45.o dt-compat.o
2121
obj-$(CONFIG_SOC_AT91SAM9) += at91sam9n12.o at91sam9x5.o dt-compat.o
2222
obj-$(CONFIG_SOC_SAM9X60) += sam9x60.o
23+
obj-$(CONFIG_SOC_SAM9X7) += sam9x7.o
2324
obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o dt-compat.o
2425
obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o dt-compat.o
2526
obj-$(CONFIG_SOC_SAMA5D2) += sama5d2.o dt-compat.o

0 commit comments

Comments
 (0)