]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: adapt fixed regulator driver to dt
authorRajendra Nayak <rnayak@ti.com>
Fri, 18 Nov 2011 11:17:18 +0000 (16:47 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 23 Nov 2011 18:47:00 +0000 (18:47 +0000)
commita988bc6f1408fa4ec810033055ca11287779c8c5
treeb0768529f9f01b44c10bcf1f6c431d708870a72a
parentfb04f7d200296e1bc95c6b0c2c5e5f74e90431c3
regulator: adapt fixed regulator driver to dt

The fixed regulator driver uses of_get_fixed_voltage_config()
to extract fixed_voltage_config structure contents from device tree.

Also add documenation for additional bindings for fixed
regulators that can be passed through dt.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Documentation/devicetree/bindings/regulator/fixed-regulator.txt [new file with mode: 0644]
drivers/regulator/fixed.c