Skip to content

Commit f0b12d3

Browse files
nxpfranklirobherring
authored andcommitted
dt-bindings: timer: nxp,sysctr-timer: Add i.MX94 support
Add compatible string "nxp,imx94-sysctr-timer" for the i.MX94 chip, which is backward compatible with i.MX95. Set it to fall back to "nxp,imx95-sysctr-timer". Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20250407151340.2779124-1-Frank.Li@nxp.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 2bd73c7 commit f0b12d3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ description: |
1818
1919
properties:
2020
compatible:
21-
enum:
22-
- nxp,imx95-sysctr-timer
23-
- nxp,sysctr-timer
21+
oneOf:
22+
- enum:
23+
- nxp,imx95-sysctr-timer
24+
- nxp,sysctr-timer
25+
- items:
26+
- enum:
27+
- nxp,imx94-sysctr-timer
28+
- const: nxp,imx95-sysctr-timer
2429

2530
reg:
2631
maxItems: 1

0 commit comments

Comments
 (0)