OMAPDSS: TFP410: use gpio_set_value_cansleep
authorRuss Dill <Russ.Dill@ti.com>
Wed, 9 May 2012 22:08:08 +0000 (15:08 -0700)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 May 2012 12:09:29 +0000 (15:09 +0300)
The Beagleboard xM gpio used for TFP410 powerdown is connected through
an I2C attached chip which means setting the GPIO can sleep. Code that
calls tfp410_power_on/off holds a mutex, so sleeping should be fine.

Signed-off-by: Russ Dill <Russ.Dill@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found