commit | db58d9e43e6ab53933aae2ea528648343931c6fb | [log] [tgz] |
---|---|---|
author | Sven Schwermer <sven@svenschwermer.de> | Mon Jun 24 13:03:34 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 11:31:25 2019 -0400 |
tree | 5aeb25a7b788455bd90348bb068b954212a8cdbd | |
parent | 25957520cd7c4912e499985a2c93bcba88c3a5d9 [diff] |
regulator: Allow enabling GPIO regulator Drivers need to be able to enable regulators that may be implemented as GPIO regulators. Example: fsl_esdhc enables the vqmmc supply which is commonly implemented as a GPIO regulator in order to switch between I/O voltage levels. Signed-off-by: Sven Schwermer <sven@svenschwermer.de> Reviewed-by: Lukasz Majewski <lukma@denx.de>