summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200/clock.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2006-12-01 11:27:31 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-12-01 13:54:00 +0000
commitd481f86449ccd66314b700c78b3a79168df80d02 (patch)
tree3971a2f5a987788e664e57e648a3d4b9c72c4859 /arch/arm/mach-at91rm9200/clock.h
parentfcc63716a5ee93ec3d1043890e38753d53313b80 (diff)
[ARM] 3959/1: AT91: Support for SAM9 USB and HCK clocks
The bits used to select the USB clocks are different on the SAM9's. Add support for the HCK clocks on the AT91SAM9261. Patch from Patrice Vilchez & Nicolas Ferre Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91rm9200/clock.h')
-rw-r--r--arch/arm/mach-at91rm9200/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91rm9200/clock.h b/arch/arm/mach-at91rm9200/clock.h
index 0592e662ab3..b5c7a2eb2d1 100644
--- a/arch/arm/mach-at91rm9200/clock.h
+++ b/arch/arm/mach-at91rm9200/clock.h
@@ -10,6 +10,7 @@
#define CLK_TYPE_PLL 0x2
#define CLK_TYPE_PROGRAMMABLE 0x4
#define CLK_TYPE_PERIPHERAL 0x8
+#define CLK_TYPE_SYSTEM 0x10
struct clk {