diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-05-13 19:07:24 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-12 00:47:19 +0200 |
commit | ba18ec214e4a8a45a164bbb4b2a8af401dd5b408 (patch) | |
tree | c3536ac6f80b0ec582d4dfc896cc3a9240f56120 /arch/arm/mach-clps711x/include/mach | |
parent | ARM: clps711x: Set PLL clock to zero if we work from 13 mHz source (diff) | |
download | linux-ba18ec214e4a8a45a164bbb4b2a8af401dd5b408.tar.xz linux-ba18ec214e4a8a45a164bbb4b2a8af401dd5b408.zip |
ARM: clps711x: autcpu12: Move LCD DPOT definitions to board file
We do not have driver for Up/Down digital potentiometer (DPOT), so
just define pins as GPIOs and export these pins to user.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/include/mach')
-rw-r--r-- | arch/arm/mach-clps711x/include/mach/autcpu12.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/autcpu12.h b/arch/arm/mach-clps711x/include/mach/autcpu12.h index 0452f5f3f034..b95d60a79b30 100644 --- a/arch/arm/mach-clps711x/include/mach/autcpu12.h +++ b/arch/arm/mach-clps711x/include/mach/autcpu12.h @@ -48,12 +48,4 @@ #define AUTCPU12_PHYS_LPT CS1_PHYS_BASE +0x0E000000 /* physical */ -/* -* defines for lcd contrast -*/ -#define AUTCPU12_DPOT_PORT_OFFSET PEDR -#define AUTCPU12_DPOT_CS (1<<0) -#define AUTCPU12_DPOT_CLK (1<<1) -#define AUTCPU12_DPOT_UD (1<<2) - #endif |