]> Git Repo - J-linux.git/commitdiff
dt-bindings: firmware: arm,scmi: Add missing vendor string
authorCristian Marussi <[email protected]>
Mon, 28 Oct 2024 12:01:50 +0000 (12:01 +0000)
committerSudeep Holla <[email protected]>
Mon, 28 Oct 2024 14:48:48 +0000 (14:48 +0000)
Recently introduced max-rx-timeout-ms optionao property is missing a
vendor prefix.

Add the vendor prefix so that it aligns with the new properties that
are about to get added soon.

Fixes: 3a5e6ab06eab ("dt-bindings: firmware: arm,scmi: Introduce property max-rx-timeout-ms")
Signed-off-by: Cristian Marussi <[email protected]>
Message-Id: <20241028120151.1301177[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Documentation/devicetree/bindings/firmware/arm,scmi.yaml

index 54d7d11bfed4d58bf44184093e51c55170dfaab4..ff7a6f12cd00f5ed2cbef04cbfbbc12be1adb327 100644 (file)
@@ -124,7 +124,7 @@ properties:
       atomic mode of operation, even if requested.
     default: 0
 
-  max-rx-timeout-ms:
+  arm,max-rx-timeout-ms:
     description:
       An optional time value, expressed in milliseconds, representing the
       transport maximum timeout value for the receive channel. The value should
This page took 0.051489 seconds and 4 git commands to generate.