i2c: cdns: Convert to livetree function
authorMichal Simek <michal.simek@xilinx.com>
Fri, 18 Jan 2019 09:43:39 +0000 (10:43 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Jan 2019 09:03:45 +0000 (10:03 +0100)
Update cadence i2c driver to support livetree
Similar changes were done by:
"net: zynq_gem: convert to use livetree"
(sha1: 26026e695afa794ac018a09e79a48120d322b60d)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/i2c/i2c-cdns.c

index f2c4b2073c48aa552c3679dd3902c20ca5ca7db7..4330d28c2b0dfbf5512e0bb4e2a8d1e81033565f 100644 (file)
@@ -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;