diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 17:57:20 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 09:57:45 -0800 |
commit | 94760bf2523b4b5d3938e85ea0964ca7cd59a42b (patch) | |
tree | 93643ae945d3a3fc6e37325f268cda2fe3e7ddc4 /arch/arm/mach-clps711x/include/mach | |
parent | e377ca1e32f66378cc6d0562851bfc51126865ea (diff) | |
download | blackbird-obmc-linux-94760bf2523b4b5d3938e85ea0964ca7cd59a42b.tar.gz blackbird-obmc-linux-94760bf2523b4b5d3938e85ea0964ca7cd59a42b.zip |
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.h | 6 |
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 |