diff options
author | Lukasz Majewski | 2018-05-15 16:26:41 +0200 |
---|---|---|
committer | Stefano Babic | 2018-05-18 08:27:26 +0200 |
commit | 7ddce7d7a6e1cfa09e0cf5df1d20e30ce28bfd95 (patch) | |
tree | f2c63341bda370b6b0c277e7b66ff4d3e1d462e1 /configs/sandbox_defconfig | |
parent | 686df498efe1b8bf3ea431fab6c16b35394ad0cf (diff) |
sandbox: Enable MC34708 PMIC support
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@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index c1cdd59c545..2fc84a16c91 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 |