Hello Xi Chen, Hung-Te Lin, build bot (Jenkins), Patrick Georgi, Martin Roth, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46687
to look at the new patch set (#10).
Change subject: mb/google/asurada: Implement enable_regulator and regulator_is_enabled ......................................................................
mb/google/asurada: Implement enable_regulator and regulator_is_enabled
SD Card driver needs to access two regulators - MT6360_LDO5 and MT6360_LDO3. These two regulators are disabled by default.
Two APIs are implemented: - mainboard_enable_regulator: Configure the regulator as enabled/disabled. - mainboard_regulator_is_enabled: Query if the regulator is enabled.
BUG=b:168863056,b:147789962 BRANCH=none TEST=emerge-asurada coreboot
Change-Id: I391f908fcb33ffdcccc53063644482eabc863ac4 Signed-off-by: Yidi Lin yidi.lin@mediatek.com --- M src/mainboard/google/asurada/Makefile.inc M src/mainboard/google/asurada/regulator.c M src/soc/mediatek/common/include/soc/regulator.h 3 files changed, 49 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/46687/10