diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-21 10:06:16 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 11:13:11 +0100 |
commit | 06f31cb0f601728f24b85c51972eee6bdc94a1d1 (patch) | |
tree | 5696c77fee6810740f6c8f650fbc2a133d293d9e /arch/arm/include | |
parent | Merge branch 'depends/clk' into next/soc (diff) | |
parent | ARM: vexpress: Remove motherboard dependencies in the DTS files (diff) | |
download | linux-06f31cb0f601728f24b85c51972eee6bdc94a1d1.tar.xz linux-06f31cb0f601728f24b85c51972eee6bdc94a1d1.zip |
Merge branch 'vexpress-clk-soc' of git://git.linaro.org/people/pawelmoll/linux into next/soc
From Pawel Moll:
* 'vexpress-clk-soc' of git://git.linaro.org/people/pawelmoll/linux:
ARM: vexpress: Remove motherboard dependencies in the DTS files
ARM: vexpress: Start using new Versatile Express infrastructure
ARM: vexpress: Add config bus components and clocks to DTs
mfd: Versatile Express system registers driver
mfd: Versatile Express config infrastructure
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/hardware/sp810.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/include/asm/hardware/sp810.h b/arch/arm/include/asm/hardware/sp810.h index afd7e916472f..6636430dd0e6 100644 --- a/arch/arm/include/asm/hardware/sp810.h +++ b/arch/arm/include/asm/hardware/sp810.h @@ -50,12 +50,6 @@ #define SCPCELLID2 0xFF8 #define SCPCELLID3 0xFFC -#define SCCTRL_TIMEREN0SEL_REFCLK (0 << 15) -#define SCCTRL_TIMEREN0SEL_TIMCLK (1 << 15) - -#define SCCTRL_TIMEREN1SEL_REFCLK (0 << 17) -#define SCCTRL_TIMEREN1SEL_TIMCLK (1 << 17) - #define SCCTRL_TIMERENnSEL_SHIFT(n) (15 + ((n) * 2)) static inline void sysctl_soft_reset(void __iomem *base) |