[U-Boot] [PATCH v2 09/11] sandbox: Enable MC34708 PMIC support

Lukasz Majewski lukma at denx.de
Sun May 6 20:26:06 UTC 2018


This MC34708 PMIC is somewhat special - it used single transfers (R/W) with
3 bytes size - up till now u-boot's PMICs only used 1 byte.

Signed-off-by: Lukasz Majewski <lukma at denx.de>

---

Changes in v2:
- New patch

 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index c1cdd59c54..2fc84a16c9 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -142,6 +142,7 @@ CONFIG_DM_PMIC=y
 CONFIG_PMIC_ACT8846=y
 CONFIG_DM_PMIC_PFUZE100=y
 CONFIG_DM_PMIC_MAX77686=y
+CONFIG_DM_PMIC_MC34708=y
 CONFIG_PMIC_PM8916=y
 CONFIG_PMIC_RK8XX=y
 CONFIG_PMIC_S2MPS11=y
-- 
2.11.0



More information about the U-Boot mailing list