Skip to content

Commit 061f427

Browse files
MrVandlezcano
authored andcommitted
dt-bindings: timer: nxp,sysctr-timer: add nxp,no-divider property
The base clock input to system counter is internally divided by 3 in previous design, but there is change that no divider now. So add a property to indicate that. Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220902111207.2902493-2-peng.fan@oss.nxp.com Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent 789d4b1 commit 061f427

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ properties:
3232
clock-names:
3333
const: per
3434

35+
nxp,no-divider:
36+
description: if present, means there is no internal base clk divider.
37+
type: boolean
38+
3539
required:
3640
- compatible
3741
- reg

0 commit comments

Comments
 (0)