regulator: palmas correct dt parsing
authorGraeme Gregory <gg@slimlogic.co.uk>
Thu, 7 Mar 2013 13:17:48 +0000 (13:17 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 8 Mar 2013 09:34:04 +0000 (17:34 +0800)
commit7be859f74ce232361c39d92d29da207ce6ee72bb
tree12b92fa8da6afec7d2b7a99189736abf74f12d24
parent3c870e3f9d9d98f1ab98614b3b1fd5c79287d361
regulator: palmas correct dt parsing

Fix the DT parsing to agree with the bindings document. Some small changes
to the value names and also fix the handling of boolean values. They were
previously using prop = 1/0, now just use of_property_read_bool calls.

Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/palmas-regulator.c