projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a869e6
)
sandbox: pmic: Convert pmic emulator to support livetree
author
Simon Glass
<
[email protected]
>
Fri, 19 May 2017 02:09:33 +0000
(20:09 -0600)
committer
Simon Glass
<
[email protected]
>
Thu, 1 Jun 2017 13:03:13 +0000
(07:03 -0600)
Update this driver to support a live device tree.
Signed-off-by: Simon Glass <
[email protected]
>
drivers/power/pmic/i2c_pmic_emul.c
patch
|
blob
|
history
diff --git
a/drivers/power/pmic/i2c_pmic_emul.c
b/drivers/power/pmic/i2c_pmic_emul.c
index 4f92e3dad8228565021a5aab4252ed1f048ba314..2d35d09d454cc0dff05bca46cac343615e9a05db 100644
(file)
--- a/
drivers/power/pmic/i2c_pmic_emul.c
+++ b/
drivers/power/pmic/i2c_pmic_emul.c
@@
-6,7
+6,6
@@
*/
#include <common.h>
-#include <fdtdec.h>
#include <errno.h>
#include <dm.h>
#include <i2c.h>
@@
-108,9
+107,8
@@
static int sandbox_i2c_pmic_ofdata_to_platdata(struct udevice *emul)
debug("%s:%d Setting PMIC default registers\n", __func__, __LINE__);
- reg_defaults = fdtdec_locate_byte_array(gd->fdt_blob,
- dev_of_offset(emul), "reg-defaults",
- SANDBOX_PMIC_REG_COUNT);
+ reg_defaults = dev_read_u8_array_ptr(emul, "reg-defaults",
+ SANDBOX_PMIC_REG_COUNT);
if (!reg_defaults) {
error("Property \"reg-defaults\" not found for device: %s!",