mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
i2c: cdns: Convert to livetree function
Update cadence i2c driver to support livetree
Similar changes were done by:
"net: zynq_gem: convert to use livetree"
(sha1: 26026e695a
)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
89fe08bb88
commit
84de0f9188
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ static int cdns_i2c_ofdata_to_platdata(struct udevice *dev)
|
|||
struct clk clk;
|
||||
int ret;
|
||||
|
||||
i2c_bus->regs = (struct cdns_i2c_regs *)devfdt_get_addr(dev);
|
||||
i2c_bus->regs = (struct cdns_i2c_regs *)dev_read_addr(dev);
|
||||
if (!i2c_bus->regs)
|
||||
return -ENOMEM;
|
||||
|
||||
|
|
Loading…
Reference in a new issue