[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250307-popular-margarita-f16341b53f30@spud>
Date: Fri, 7 Mar 2025 15:57:49 +0000
From: Conor Dooley <conor@...nel.org>
To: Frank Li <Frank.Li@....com>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Bai Ping <ping.bai@....com>,
"open list:CLOCKSOURCE, CLOCKEVENT DRIVERS" <linux-kernel@...r.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" <devicetree@...r.kernel.org>,
imx@...ts.linux.dev
Subject: Re: [PATCH] dt-bindings: timer: nxp,sysctr-timer: Add i.MX94 support
On Thu, Mar 06, 2025 at 12:09:02PM -0500, Frank Li wrote:
> 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@...rochip.com>
>
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
> .../devicetree/bindings/timer/nxp,sysctr-timer.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml b/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
> index 891cca0095281..6b80b060672e5 100644
> --- a/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
> +++ b/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml
> @@ -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
> --
> 2.34.1
>
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists