]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: act8865: add input supply handling
authorHeiko Stuebner <heiko@sntech.de>
Sat, 7 Mar 2015 15:33:53 +0000 (16:33 +0100)
committerMark Brown <broonie@kernel.org>
Sat, 7 Mar 2015 16:32:28 +0000 (16:32 +0000)
commitc8436782b33eb4d12130e6130c0f137c58216f03
treefda2b142d6ea62184192022c27f6c7bab016c2da
parent8562a4f4b45d2de8d593eb52e2ba47c7d97463cd
regulator: act8865: add input supply handling

The act88600/act8846/act8865 regulators have a number of input supplies
supplying the individual regulators. This may even be recursively like on
most Rockchip boards using the act8846 where REG4 is most of the time
connected to the inl1-supply.

Therefore add the ability to specify the input supplies for the individual inputs.
The input-names are taken from the datasheets of act8600, act8846 and act8865.
On the act8600 some regulators do not have separate input supplies.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/act8865-regulator.txt
drivers/regulator/act8865-regulator.c