firmware: scmi: mailbox: Support arm,max_rx_timeout_ms
authorPeng Fan <peng.fan@nxp.com>
Fri, 26 Sep 2025 16:06:20 +0000 (00:06 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 9 Oct 2025 20:16:11 +0000 (14:16 -0600)
commit5e9fb0e5835ace9f9f7c6eceb3dd4cabc17487d4
tree0748bfc553453fda2f7b28dc31b255dedc76acf3
parentf116ec5b9105ffa4792bfced12aab822e492ff5f
firmware: scmi: mailbox: Support arm,max_rx_timeout_ms

Per devicetree bindings:
arm,max-rx-timeout-ms indicates an optional time value, expressed in
milliseconds, representing the transport maximum timeout value for the
receive channel. The value should be a non-zero value if set.

Support this property if platform set it to a non-default value. This
property is a per SCMI property, so all channels share same value.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/firmware/scmi/mailbox_agent.c