summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2017-11-14 10:07:40 -0800
committerStephen Boyd <sboyd@codeaurora.org>2017-11-14 10:07:40 -0800
commit7a103f02250092df7f25e2a41917e02bf27e2b96 (patch)
tree251f2d1de84cfa7bddf4461eccf8d6517037ef00 /include/soc
parent2dd850ef6e1e525a06b4ba111968199a32844177 (diff)
parent92041a9ff003858f117009501c14f2d075dd68ce (diff)
Merge branch 'clk-at91' into clk-next
* clk-at91: clk: at91: utmi: set the mainck rate
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/at91/atmel-sfr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/at91/atmel-sfr.h b/include/soc/at91/atmel-sfr.h
index 506ea8ffda19..482337af06b8 100644
--- a/include/soc/at91/atmel-sfr.h
+++ b/include/soc/at91/atmel-sfr.h
@@ -17,6 +17,7 @@
/* 0x08 ~ 0x0c: Reserved */
#define AT91_SFR_OHCIICR 0x10 /* OHCI INT Configuration Register */
#define AT91_SFR_OHCIISR 0x14 /* OHCI INT Status Register */
+#define AT91_SFR_UTMICKTRIM 0x30 /* UTMI Clock Trimming Register */
#define AT91_SFR_I2SCLKSEL 0x90 /* I2SC Register */
/* Field definitions */
@@ -28,5 +29,6 @@
AT91_OHCIICR_SUSPEND_B | \
AT91_OHCIICR_SUSPEND_C)
+#define AT91_UTMICKTRIM_FREQ GENMASK(1, 0)
#endif /* _LINUX_MFD_SYSCON_ATMEL_SFR_H */