dt-bindings: timer: nxp,sysctr-timer: support i.MX95
authorPeng Fan <peng.fan@nxp.com>
Mon, 5 Feb 2024 03:17:57 +0000 (11:17 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 18 Feb 2024 09:45:05 +0000 (10:45 +0100)
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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20240205-imx-sysctr-v4-1-ca5a6e1552e7@nxp.com
Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml

index 2b9653dafab8f3380d60f942ef04f29a14e34bb8..891cca00952815b000aeaf41660354960e4233e4 100644 (file)
@@ -18,7 +18,9 @@ description: |
 
 properties:
   compatible:
-    const: nxp,sysctr-timer
+    enum:
+      - nxp,imx95-sysctr-timer
+      - nxp,sysctr-timer
 
   reg:
     maxItems: 1