regulator: lp872x: support the device tree feature
authorKim, Milo <Milo.Kim@ti.com>
Mon, 20 May 2013 12:36:07 +0000 (12:36 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 20 May 2013 23:13:44 +0000 (18:13 -0500)
commit00fd6e6153100ae868975cab67f02df6f16343eb
tree1e5f7364e9b9fe97342d32ee8cb302ef981f0a14
parentc7788792a5e7b0d5d7f96d0766b4cb6112d47d75
regulator: lp872x: support the device tree feature

This patch enables the DT structure of the LP8720 and LP8725 device.
The LP872x platform data is generated when the device tree is configured.
Even if the platform data is NULL, it is no issue at all because the driver is
configured with the default mode.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Documentation/devicetree/bindings/regulator/lp872x.txt [new file with mode: 0644]
drivers/regulator/lp872x.c