aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBoris BREZILLON <b.brezillon@overkiz.com>2013-10-11 06:22:06 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-12-02 09:31:25 -0500
commitf090fb37def3eb9ea49b71751dbe43f423f3a152 (patch)
tree50cb4902013dfa7addaeaba993b37f8af674303b /arch
parent1f22f8bb64b3619324020b48b03181914b1f5544 (diff)
clk: at91: add PMC utmi clock
This adds new at91 utmi clock implementation using common clk framework. This clock is a pll with a fixed factor (x40). It is used as a source for usb clock. Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-at91/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 85b53a441459..6ad37daca971 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -1,5 +1,8 @@
1if ARCH_AT91 1if ARCH_AT91
2 2
3config HAVE_AT91_UTMI
4 bool
5
3config HAVE_AT91_DBGU0 6config HAVE_AT91_DBGU0
4 bool 7 bool
5 8
@@ -78,6 +81,7 @@ config SOC_SAMA5D3
78 select HAVE_FB_ATMEL 81 select HAVE_FB_ATMEL
79 select HAVE_AT91_DBGU1 82 select HAVE_AT91_DBGU1
80 select AT91_USE_OLD_CLK 83 select AT91_USE_OLD_CLK
84 select HAVE_AT91_UTMI
81 help 85 help
82 Select this if you are using one of Atmel's SAMA5D3 family SoC. 86 Select this if you are using one of Atmel's SAMA5D3 family SoC.
83 This support covers SAMA5D31, SAMA5D33, SAMA5D34, SAMA5D35. 87 This support covers SAMA5D31, SAMA5D33, SAMA5D34, SAMA5D35.
@@ -124,6 +128,7 @@ config SOC_AT91SAM9RL
124 select HAVE_FB_ATMEL 128 select HAVE_FB_ATMEL
125 select SOC_AT91SAM9 129 select SOC_AT91SAM9
126 select AT91_USE_OLD_CLK 130 select AT91_USE_OLD_CLK
131 select HAVE_AT91_UTMI
127 132
128config SOC_AT91SAM9G45 133config SOC_AT91SAM9G45
129 bool "AT91SAM9G45 or AT91SAM9M10 families" 134 bool "AT91SAM9G45 or AT91SAM9M10 families"
@@ -131,6 +136,7 @@ config SOC_AT91SAM9G45
131 select HAVE_FB_ATMEL 136 select HAVE_FB_ATMEL
132 select SOC_AT91SAM9 137 select SOC_AT91SAM9
133 select AT91_USE_OLD_CLK 138 select AT91_USE_OLD_CLK
139 select HAVE_AT91_UTMI
134 help 140 help
135 Select this if you are using one of Atmel's AT91SAM9G45 family SoC. 141 Select this if you are using one of Atmel's AT91SAM9G45 family SoC.
136 This support covers AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11. 142 This support covers AT91SAM9G45, AT91SAM9G46, AT91SAM9M10 and AT91SAM9M11.
@@ -141,6 +147,7 @@ config SOC_AT91SAM9X5
141 select HAVE_FB_ATMEL 147 select HAVE_FB_ATMEL
142 select SOC_AT91SAM9 148 select SOC_AT91SAM9
143 select AT91_USE_OLD_CLK 149 select AT91_USE_OLD_CLK
150 select HAVE_AT91_UTMI
144 help 151 help
145 Select this if you are using one of Atmel's AT91SAM9x5 family SoC. 152 Select this if you are using one of Atmel's AT91SAM9x5 family SoC.
146 This means that your SAM9 name finishes with a '5' (except if it is 153 This means that your SAM9 name finishes with a '5' (except if it is