diff options
author | 2024-10-30 10:55:51 +0100 | |
---|---|---|
committer | 2024-11-04 16:46:33 +0800 | |
commit | 8d721ebef7bb3e808ede06c2badc553ef4336a7b (patch) | |
tree | 9c68ad80020b0e5809a2de66bd7c46164fd17f78 | |
parent | arm64: dts: imx8mp-navqp: Add HDMI support (diff) | |
download | wireguard-linux-8d721ebef7bb3e808ede06c2badc553ef4336a7b.tar.xz wireguard-linux-8d721ebef7bb3e808ede06c2badc553ef4336a7b.zip |
arm64: dts: imx95: Add missing vendor string to SCMI property
With commit 7bf46ec090b9e ("dt-bindings: firmware: arm,scmi: Add missing
vendor string") this property has 'arm' vendor prefix. Fix the property
name accordingly.
Fixes: 61ed94cd54e3 ("arm64: dts: imx95: set max-rx-timeout-ms")
Signed-off-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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index 62bb526ba507..d10f62eacfe0 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -313,7 +313,7 @@ shmem = <&scmi_buf0>, <&scmi_buf1>; #address-cells = <1>; #size-cells = <0>; - max-rx-timeout-ms = <5000>; + arm,max-rx-timeout-ms = <5000>; scmi_devpd: protocol@11 { reg = <0x11>; |