mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
This commit adds emulation of sandbox PMIC device, which includes: - PMIC I2C emulation driver - PMIC I/O driver (UCLASS_PMIC) - PMIC regulator driver (UCLASS_REGULATOR) The sandbox PMIC has 12 significant registers and 4 as padding to 16 bytes, which allows using 'i2c md' command with the default count (16). The sandbox PMIC provides regulators: - 2x BUCK - 2x LDO Each, with adjustable output: - Enable state - Voltage - Current limit (LDO1/BUCK1 only) - Operation mode (different for BUCK and LDO) Each attribute has it's own register, beside the enable state, which depends on operation mode. The header file: sandbox_pmic.h includes PMIC's default register values, which are set on i2c pmic emul driver's probe() method. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Tested on sandbox: Tested-by: Simon Glass <sjg@chromium.org> |
||
|---|---|---|
| .. | ||
| battery | ||
| fuel_gauge | ||
| mfd | ||
| pmic | ||
| regulator | ||
| as3722.c | ||
| axp152.c | ||
| axp209.c | ||
| axp221.c | ||
| exynos-tmu.c | ||
| ftpmu010.c | ||
| Kconfig | ||
| Makefile | ||
| palmas.c | ||
| power_core.c | ||
| power_dialog.c | ||
| power_fsl.c | ||
| power_i2c.c | ||
| power_spi.c | ||
| tps6586x.c | ||
| twl4030.c | ||
| twl6030.c | ||