diff options
| author | Peng Fan <peng.fan@nxp.com> | 2024-10-12 19:19:08 +0800 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2024-10-22 09:31:13 +0800 |
| commit | 61ed94cd54e337246e15def19702cce91ef7d438 (patch) | |
| tree | e33fadd06f0f5c2ba2cd1c190a8c79989d9c7e0c | |
| parent | 33e18fc47118097e51a58cdfdcb688ffd5998d52 (diff) | |
arm64: dts: imx95: set max-rx-timeout-ms
With 'max-rx-timeout-ms' property added in 'Documentation/devicetree/
indings/firmware/arm,scmi.yaml', set the value for i.MX95.
NXP i.MX95 SCMI Firmware designation does not allow timeout, it will not
recover if the Agents use timeout design. So set a large value (5000ms)
here.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx95.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index 03661e76550f..9c802c2344fc 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -293,6 +293,7 @@ shmem = <&scmi_buf0>, <&scmi_buf1>; #address-cells = <1>; #size-cells = <0>; + max-rx-timeout-ms = <5000>; scmi_devpd: protocol@11 { reg = <0x11>; |
