Skip to content

Commit dba79b7

Browse files
fancervireshk
authored andcommitted
dt-bindings: opp-v2: Fix clock-latency-ns prop in example
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: 94274f2 ("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>
1 parent 2eedf62 commit dba79b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/opp/opp-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ examples:
155155
opp-hz = /bits/ 64 <1200000000>;
156156
opp-microvolt = <1025000>;
157157
opp-microamp = <90000>;
158-
lock-latency-ns = <290000>;
158+
clock-latency-ns = <290000>;
159159
turbo-mode;
160160
};
161161
};

0 commit comments

Comments
 (0)