linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: timer: nxp,sysctr-timer: support i.MX95
@ 2024-01-22  9:22 Peng Fan (OSS)
  2024-01-22  9:22 ` [PATCH 2/2] clocksource: timer-imx-sysctr: " Peng Fan (OSS)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peng Fan (OSS) @ 2024-01-22  9:22 UTC (permalink / raw)
  To: daniel.lezcano, tglx, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	shawnguo, s.hauer, kernel, linux-imx
  Cc: linux-kernel, devicetree, linux-arm-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

i.MX95 System counter module has similar design as i.MX93, so add
fallback compatible with nxp,sysctr-timer

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 .../devicetree/bindings/timer/nxp,sysctr-timer.yaml         | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml b/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
index 2b9653dafab8..4f0b660d5ce3 100644
--- a/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
@@ -18,7 +18,11 @@ description: |
 
 properties:
   compatible:
-    const: nxp,sysctr-timer
+    oneOf:
+      - const: nxp,sysctr-timer
+      - items:
+          - const: nxp,imx95-sysctr-timer
+          - const: nxp,sysctr-timer
 
   reg:
     maxItems: 1
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-23 20:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22  9:22 [PATCH 1/2] dt-bindings: timer: nxp,sysctr-timer: support i.MX95 Peng Fan (OSS)
2024-01-22  9:22 ` [PATCH 2/2] clocksource: timer-imx-sysctr: " Peng Fan (OSS)
2024-01-23  9:52   ` Marco Felsch
2024-01-22 18:08 ` [PATCH 1/2] dt-bindings: timer: nxp,sysctr-timer: " Conor Dooley
2024-01-23 20:50 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).