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>
This commit is contained in:
@@ -36,7 +36,7 @@ struct mbox_ops {
|
||||
* @return 0 if OK, or a negative error code.
|
||||
*/
|
||||
int (*of_xlate)(struct mbox_chan *chan,
|
||||
struct fdtdec_phandle_args *args);
|
||||
struct ofnode_phandle_args *args);
|
||||
/**
|
||||
* request - Request a translated channel.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user