u-boot-brain/drivers/misc/imx8
Masahiro Yamada 2548493ab4 treewide: convert devfdt_get_addr() to dev_read_addr()
When you enable CONFIG_OF_LIVE, you will end up with a lot of
conversions.

To generate this commit, I used coccinelle excluding drivers/core/,
include/dm/, and test/

The semantic patch that makes this change is as follows:

  <smpl>
  @@
  expression dev;
  @@
  -devfdt_get_addr(dev)
  +dev_read_addr(dev)
  </smpl>

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2020-07-25 14:46:57 -06:00
..
fuse.c imx8: fuse: use arm_smccc_smc 2020-07-14 15:23:46 +08:00
Makefile imx8: fuse: add fuse driver 2019-04-25 09:03:15 +02:00
scu_api.c misc: scu_api: Add SCFW API to get the index of boot container set 2020-07-16 11:19:50 +02:00
scu.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00