[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240122092225.2083191-1-peng.fan@oss.nxp.com>
Date: Mon, 22 Jan 2024 17:22:24 +0800
From: "Peng Fan (OSS)" <peng.fan@....nxp.com>
To: daniel.lezcano@...aro.org,
tglx@...utronix.de,
robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org,
shawnguo@...nel.org,
s.hauer@...gutronix.de,
kernel@...gutronix.de,
linux-imx@....com
Cc: linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Peng Fan <peng.fan@....com>
Subject: [PATCH 1/2] dt-bindings: timer: nxp,sysctr-timer: support i.MX95
From: Peng Fan <peng.fan@....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@....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
Powered by blists - more mailing lists