Skip to content

Commit

Permalink
dt-bindings: timer: nxp,sysctr-timer: Add i.MX94 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frank Li authored and Rob Herring (Arm) committed Apr 7, 2025
1 parent 2bd73c7 commit f0b12d3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ description: |
properties:
compatible:
enum:
- nxp,imx95-sysctr-timer
- nxp,sysctr-timer
oneOf:
- enum:
- nxp,imx95-sysctr-timer
- nxp,sysctr-timer
- items:
- enum:
- nxp,imx94-sysctr-timer
- const: nxp,imx95-sysctr-timer

reg:
maxItems: 1
Expand Down

0 comments on commit f0b12d3

Please sign in to comment.