mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
arm64: dts: imx95: Add missing vendor string to SCMI property
With commit7bf46ec090("dt-bindings: firmware: arm,scmi: Add missing vendor string") this property has 'arm' vendor prefix. Fix the property name accordingly. Fixes:61ed94cd54("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>
This commit is contained in:
parent
443a2c4538
commit
8d721ebef7
|
|
@ -313,7 +313,7 @@ scmi {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user