regulator: add pbias regulator support
authorBalaji T K <balajitk@ti.com>
Wed, 19 Feb 2014 14:56:40 +0000 (20:26 +0530)
committerChris Ball <chris@printf.net>
Tue, 4 Mar 2014 16:44:47 +0000 (11:44 -0500)
commit11469e0bb1c5eedd3b489a4b19dbd26c02577674
tree62ead13af6af8dba9426277a2cfced9bc5b48d4f
parent987fd49b894ec964231dfc5b6bbb2bc12e2b56b5
regulator: add pbias regulator support

pbias register controls internal power supply to sd card i/o pads
in most OMAPs (OMAP2-5, DRA7).
Control bits for selecting voltage level and
enabling/disabling are in the same PBIAS register.

Signed-off-by: Balaji T K <balajitk@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Mark Brown <broonie@linaro.org>
Tested-by: Florian Vaussard <florian.vaussard@epfl.ch>
Tested-by: Stefan Roese <sr@denx.de>
Signed-off-by: Chris Ball <chris@printf.net>
Documentation/devicetree/bindings/regulator/pbias-regulator.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/pbias-regulator.c [new file with mode: 0644]
This page took 0.025642 seconds and 5 git commands to generate.