diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-18 20:09:46 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-01 07:03:15 -0600 |
commit | 5e1ff6480fbe7cf1b2be1f8a13086b217b2f8578 (patch) | |
tree | 8b49be517edde3d2097c795a4136b2a29a34973f /drivers/mailbox/tegra-hsp.c | |
parent | ac206a0f4ebc2b6b8961dcaa03c4b2366ce10d83 (diff) | |
download | u-boot-5e1ff6480fbe7cf1b2be1f8a13086b217b2f8578.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/tegra-hsp.c b/drivers/mailbox/tegra-hsp.c index b546ba2471..bd2ec411c7 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); |