]> git.itanic.dy.fi Git - linux-stable/commitdiff
dt-bindings: opp-v2: Fix clock-latency-ns prop in example
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Mon, 7 Nov 2022 20:43:54 +0000 (23:43 +0300)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 8 Nov 2022 04:20:44 +0000 (09:50 +0530)
Accidentally discovered a hidden typo in the DT-nodes defined in the
opp-v2 bindings example. Instead of specifying the "clock-latency-ns"
property the DT-node has been created with the "lock-latency-ns" property
in it, which doesn't exist neither in opp-v2 nor in the base schemas.
Let's fix the name to having the "clock-" prefix as it was originally
implied and as the rest of the similar nodes has.

Fixes: 94274f20f6bf ("dt-bindings: opp: Convert to DT schema")
Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Documentation/devicetree/bindings/opp/opp-v2.yaml

index eaf8fba2c691c13fcc68ecc5fe107b7daa276f01..2f05920fce79a247432da306ab7c5a3a3cd62430 100644 (file)
@@ -155,7 +155,7 @@ examples:
             opp-hz = /bits/ 64 <1200000000>;
             opp-microvolt = <1025000>;
             opp-microamp = <90000>;
-            lock-latency-ns = <290000>;
+            clock-latency-ns = <290000>;
             turbo-mode;
         };
     };