diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-11-17 08:57:18 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 12:57:44 -0500 |
commit | 87c37b51ade7d1296ab99ed8f237637bed7779c7 (patch) | |
tree | 615582ab943b3f0c2e587668d09e7d38d6e0289c /arch/arm/mach-clps711x/include | |
parent | 90383e0ac2ae3df283f2b56997040f71f6d1df08 (diff) |
ARM: clps711x: Moving power management of framebuffer driver to the board
This patch moves the power management for clps711x-framebuffer driver
to the board code. To control we use "platform-lcd" driver.
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')
-rw-r--r-- | arch/arm/mach-clps711x/include/mach/hardware.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/hardware.h b/arch/arm/mach-clps711x/include/mach/hardware.h index 5a278cb02b03..4e273f2a5cb1 100644 --- a/arch/arm/mach-clps711x/include/mach/hardware.h +++ b/arch/arm/mach-clps711x/include/mach/hardware.h | |||
@@ -82,8 +82,6 @@ | |||
82 | * Relevant bits in port D, which controls power to the various parts of | 82 | * Relevant bits in port D, which controls power to the various parts of |
83 | * the LCD on the EDB7211. | 83 | * the LCD on the EDB7211. |
84 | */ | 84 | */ |
85 | #define EDB_PD1_LCD_DC_DC_EN (1<<1) | ||
86 | #define EDB_PD2_LCDEN (1<<2) | ||
87 | #define EDB_PD3_LCDBL (1<<3) | 85 | #define EDB_PD3_LCDBL (1<<3) |
88 | 86 | ||
89 | #endif | 87 | #endif |