mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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>
This commit is contained in:
parent
33e18fc471
commit
61ed94cd54
|
|
@ -293,6 +293,7 @@ scmi {
|
|||
shmem = <&scmi_buf0>, <&scmi_buf1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
max-rx-timeout-ms = <5000>;
|
||||
|
||||
scmi_devpd: protocol@11 {
|
||||
reg = <0x11>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user