[PATCH 07/10] firmware: scmi: mailbox: Support arm,max_rx_timeout_ms
    Peng Fan 
    peng.fan at nxp.com
       
    Fri Oct 10 02:01:39 CEST 2025
    
    
  
> Subject: Re: [PATCH 07/10] firmware: scmi: mailbox: Support
> arm,max_rx_timeout_ms
> 
> Reviewed-by: Tom Rini <trini at konsulko.com>
> 
> 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
    
    
More information about the U-Boot
mailing list