summaryrefslogtreecommitdiff
path: root/arch/arm/mach-clps711x/include/mach
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-11-17 17:57:20 +0400
committerOlof Johansson <olof@lixom.net>2012-11-21 09:57:45 -0800
commit94760bf2523b4b5d3938e85ea0964ca7cd59a42b (patch)
tree93643ae945d3a3fc6e37325f268cda2fe3e7ddc4 /arch/arm/mach-clps711x/include/mach
parente377ca1e32f66378cc6d0562851bfc51126865ea (diff)
ARM: clps711x: Moving backlight controls of framebuffer driver to the board
This patch moves the backlight controls for clps711x-framebuffer driver to the board code. To control we use "generic-bl" driver. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> [olof: fixed space/tab whitespace in drivers/video/clps711xfb.c] 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/hardware.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/hardware.h b/arch/arm/mach-clps711x/include/mach/hardware.h
index 6acf714031e2..1ebf7b9e69fc 100644
--- a/arch/arm/mach-clps711x/include/mach/hardware.h
+++ b/arch/arm/mach-clps711x/include/mach/hardware.h
@@ -81,10 +81,4 @@
#endif /* CONFIG_ARCH_EDB7211 */
-/*
- * Relevant bits in port D, which controls power to the various parts of
- * the LCD on the EDB7211.
- */
-#define EDB_PD3_LCDBL (1<<3)
-
#endif