On Mon, 03 Feb 2025 21:09:13 +0800, Potin Lai wrote: > The SSIF response is handled by a userspace application, which may exceed > the default 500 ms timeout when the BMC or application is under heavy load. > > Add a new device tree property, `timeout-ms`, allowing platforms to adjust > the response timeout based on their specific requirements. This helps > prevent timeouts in scenarios where longer processing times are expected. > > Signed-off-by: Potin Lai <potin.lai.pt@xxxxxxxxx> > --- > Documentation/devicetree/bindings/ipmi/ssif-bmc.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>