[ARM] tegra: stingray: Add fixed regulator for panel enable
authorRebecca Schultz Zavin <rebecca@android.com>
Tue, 14 Dec 2010 20:02:54 +0000 (12:02 -0800)
committerRebecca Schultz Zavin <rebecca@android.com>
Wed, 15 Dec 2010 19:15:30 +0000 (11:15 -0800)
commit292f6d84b79bedcfeaec1902cb74a7242f859cfc
tree45b19884cc23e60be41e6b56bdcfdff68a9b8526
parent0fe8d7bf9834dbafd94dcc3f981e593e06a76015
[ARM] tegra: stingray: Add fixed regulator for panel enable

Due to a problem with the hardware design, a voltage divider
is created on the i2c bus when the panel is turned off.  This
can cause problems with other devices on that bus.  To work
around, a fixed regulator has been created representing the panel
power.  This regulator must be enabled when devices on that i2c
bus are in use, even if the panel is otherwise off.

Change-Id: I78d9a3b29e69c1cffd5e8df23025b186527f31b3
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
arch/arm/mach-tegra/board-stingray-panel.c