summaryrefslogtreecommitdiff
path: root/drivers/mailbox/tegra-hsp.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-19 02:09:46 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-01 13:03:15 (GMT)
commit5e1ff6480fbe7cf1b2be1f8a13086b217b2f8578 (patch)
tree8b49be517edde3d2097c795a4136b2a29a34973f /drivers/mailbox/tegra-hsp.c
parentac206a0f4ebc2b6b8961dcaa03c4b2366ce10d83 (diff)
downloadu-boot-5e1ff6480fbe7cf1b2be1f8a13086b217b2f8578.tar.xz
dm: mailbox: Update uclass to support livetree
Update the mailbox uclass to support livetree. Fix the xlate() method in all callers. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mailbox/tegra-hsp.c')
-rw-r--r--drivers/mailbox/tegra-hsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/tegra-hsp.c b/drivers/mailbox/tegra-hsp.c
index b546ba2..bd2ec41 100644
--- a/drivers/mailbox/tegra-hsp.c
+++ b/drivers/mailbox/tegra-hsp.c
@@ -72,7 +72,7 @@ static int tegra_hsp_db_id(ulong chan_id)
}
static int tegra_hsp_of_xlate(struct mbox_chan *chan,
- struct fdtdec_phandle_args *args)
+ struct ofnode_phandle_args *args)
{
debug("%s(chan=%p)\n", __func__, chan);