summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2024-02-05 11:17:57 +0800
committerDaniel Lezcano <daniel.lezcano@linaro.org>2024-02-18 10:45:05 +0100
commit8ec11bd89e15f7858359f2c4c9eed1d7de739c3c (patch)
tree4fefc2650c2a3659c5871e974f3032765d1c6fd7
parent69518264da6298fb1a490ca8adcfcb798c16e15c (diff)
downloadlinux-stable-8ec11bd89e15f7858359f2c4c9eed1d7de739c3c.tar.gz
linux-stable-8ec11bd89e15f7858359f2c4c9eed1d7de739c3c.tar.bz2
linux-stable-8ec11bd89e15f7858359f2c4c9eed1d7de739c3c.zip
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 <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
-rw-r--r--Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml b/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
index 2b9653dafab8..891cca009528 100644
--- a/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
@@ -18,7 +18,9 @@ description: |
properties:
compatible:
- const: nxp,sysctr-timer
+ enum:
+ - nxp,imx95-sysctr-timer
+ - nxp,sysctr-timer
reg:
maxItems: 1