]> git.karo-electronics.de Git - linux-beck.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)
commitcef49102c1d6b1e7adcb3f8b706757e0731e955c
treeb0768529f9f01b44c10bcf1f6c431d708870a72a
parent8f446e6fa1d506be2cb80f91c214f1705327c7f9
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