> Subject: Re: [PATCH 07/10] firmware: scmi: mailbox: Support > arm,max_rx_timeout_ms > > Reviewed-by: Tom Rini <[email protected]> > > However: > $ rg -g *.dtsi arm,max-rx-timeout-ms > dts/upstream/src/arm64/freescale/imx95.dtsi: > arm,max-rx-timeout-ms = <5000>; > dts/upstream/src/arm64/freescale/imx94.dtsi: > arm,max-rx-timeout-ms = <5000>; > > Is the timeout really 5 seconds on these platforms?
NXP i.MX SCMI firmware does not allow timeout, In normal running, it is quite fast for SCMI firmware to return back. We just choose a quite large value to avoid potential corner case. Thanks, Peng. > > -- > Tom

