Re: [U-Boot] [PATCH v3 43/72] sandbox: pmic: Convert pmic emulator to support livetree

2017-05-24 Thread sjg
Update this driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/power/pmic/i2c_pmic_emul.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) Applied to u-boot-dm ___ U-Boot m

[U-Boot] [PATCH v3 43/72] sandbox: pmic: Convert pmic emulator to support livetree

2017-05-18 Thread Simon Glass
Update this driver to support a live device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/power/pmic/i2c_pmic_emul.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/power/pmic/i2c_pmic_emul.c b/drivers/power/pmic/i2c_pmi