]> git.ipfire.org Git - people/ms/u-boot.git/commit
regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 21 Sep 2017 15:03:10 +0000 (17:03 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 22 Sep 2017 14:23:54 +0000 (23:23 +0900)
commit8ff7763d62d09c541e398239b7e4e3a5e732d273
tree257f082bf15d79a6b8b449d6678f3302ebb001e9
parentb5a144a5014be5e3b065e2061a7d17e653d739ae
regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1

In the TI SOCs a PBIAS cell exists to provide a bias voltage to the MMC1
IO cells. Without this bias voltage these I/O cells can not function
properly. The PBIAS cell is controlled by software.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mmc/Kconfig
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/pbias_regulator.c [new file with mode: 0644]