video: mxsfb: Introduce regulator support
authorFabio Estevam <fabio.estevam@freescale.com>
Sun, 7 Apr 2013 18:44:59 +0000 (15:44 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 8 Apr 2013 07:44:55 +0000 (15:44 +0800)
Instead of using a custom binding for retrieving the GPIO that activates the
LCD from devicetree, use a standard regulator.

This approach has the advantage to be more generic.

For example: in the case of a board that has a PMIC supplying the LCD voltage,
the current approach would not work, as it only searches for a GPIO pin.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found