dm: mailbox: Update uclass to support livetree
[oweals/u-boot.git] / include / mailbox-uclass.h
index 6ec62e5a0ee3679d72b1a986601baa3e44d1a850..8a638b04c573f5a501e1f2e9acd985554546c16a 100644 (file)
@@ -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.
         *