diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-05-13 21:07:24 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-11 15:47:19 -0700 |
commit | ba18ec214e4a8a45a164bbb4b2a8af401dd5b408 (patch) | |
tree | c3536ac6f80b0ec582d4dfc896cc3a9240f56120 /arch/arm/mach-clps711x/include/mach/autcpu12.h | |
parent | 2a6f06141533fc48dc4077b0b4a9e722c1b72711 (diff) |
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/autcpu12.h')
-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 0452f5f3f03..b95d60a79b3 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 |