Skip to content

Commit 8ec11bd

Browse files
MrVandlezcano
authored andcommitted
dt-bindings: timer: nxp,sysctr-timer: support i.MX95
Add i.MX95 System counter module compatible string, the SCMI firmware blocks access to control register, so should not add "nxp,sysctr-timer" as fallback. Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6951826 commit 8ec11bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ description: |
1818
1919
properties:
2020
compatible:
21-
const: nxp,sysctr-timer
21+
enum:
22+
- nxp,imx95-sysctr-timer
23+
- nxp,sysctr-timer
2224

2325
reg:
2426
maxItems: 1

0 commit comments

Comments
 (0)