]> git.ipfire.org Git - thirdparty/linux.git/commit
remoteproc: xlnx: Avoid mailbox setup
authorTanmay Shah <tanmay.shah@amd.com>
Tue, 3 Mar 2026 23:51:26 +0000 (15:51 -0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 10 Mar 2026 15:19:29 +0000 (09:19 -0600)
commitd20c27dc8141c90a27927b1343ec2131f864fbb3
treefd12f80426350db42c2d59d326e25eb4e2e69302
parent664b6b3ca5766ce487b80601f356a58d92b483b7
remoteproc: xlnx: Avoid mailbox setup

Mailbox properties are optional in the remoteproc xlnx bindings.
If mailbox properties are not found in device-tree it's not fatal error
in the driver. Driver will print warning messages and continue with
normal operation. However, these warning messages can be interpreted as
error. Check "mboxes" and "mbox-names" properties in the driver and setup
mailbox only if they are available in the device-tree.
This will avoid any unwanted warning/error messages.

Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
Link: https://lore.kernel.org/r/20260303235127.2317955-2-tanmay.shah@amd.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/xlnx_r5_remoteproc.c