mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
timer: cadence: Use live-tree functions
Use live-tree functions. Reported-by: Simon Glass <sjg@chromium.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -64,8 +64,10 @@ static int cadence_ttc_ofdata_to_platdata(struct udevice *dev)
|
|||||||
{
|
{
|
||||||
struct cadence_ttc_priv *priv = dev_get_priv(dev);
|
struct cadence_ttc_priv *priv = dev_get_priv(dev);
|
||||||
|
|
||||||
priv->regs = map_physmem(devfdt_get_addr(dev),
|
priv->regs = map_physmem(dev_read_addr(dev),
|
||||||
sizeof(struct cadence_ttc_regs), MAP_NOCACHE);
|
sizeof(struct cadence_ttc_regs), MAP_NOCACHE);
|
||||||
|
if (IS_ERR(priv->regs))
|
||||||
|
return PTR_ERR(priv->regs);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user