Re: [PATCH 1/2] bindings: ipmi: ssif-bmc: Add property to adjust response timeout
From: Rob Herring (Arm)
Date: Mon Feb 03 2025 - 18:01:16 EST
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>