devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: mailbox: fsl,mu: Add i.MX94 compatible
@ 2025-03-06 15:52 Frank Li
  2025-03-06 16:27 ` Conor Dooley
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Li @ 2025-03-06 15:52 UTC (permalink / raw)
  To: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Dong Aisheng, open list:MAILBOX API,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
  Cc: imx

Add compatible string "fsl,imx94-mu" for the i.MX94 chip, which is backward
compatible with i.MX95. Set it to fall back to "fsl,imx95-mu".

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
index 00631afcd51d8..581425aacdccf 100644
--- a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
+++ b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
@@ -54,6 +54,10 @@ properties:
               - fsl,imx8qm-mu
               - fsl,imx8qxp-mu
           - const: fsl,imx6sx-mu
+      - items:
+          - enum:
+              - fsl,imx94-mu
+          - const: fsl,imx95-mu
 
   reg:
     maxItems: 1
@@ -142,7 +146,8 @@ allOf:
       not:
         properties:
           compatible:
-            const: fsl,imx95-mu
+            contains:
+              const: fsl,imx95-mu
     then:
       patternProperties:
         "^sram@[a-f0-9]+": false
-- 
2.34.1


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

* Re: [PATCH 1/1] dt-bindings: mailbox: fsl,mu: Add i.MX94 compatible
  2025-03-06 15:52 [PATCH 1/1] dt-bindings: mailbox: fsl,mu: Add i.MX94 compatible Frank Li
@ 2025-03-06 16:27 ` Conor Dooley
  0 siblings, 0 replies; 2+ messages in thread
From: Conor Dooley @ 2025-03-06 16:27 UTC (permalink / raw)
  To: Frank Li
  Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Dong Aisheng, open list:MAILBOX API,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, imx

[-- Attachment #1: Type: text/plain, Size: 1322 bytes --]

On Thu, Mar 06, 2025 at 10:52:24AM -0500, Frank Li wrote:
> Add compatible string "fsl,imx94-mu" for the i.MX94 chip, which is backward
> compatible with i.MX95. Set it to fall back to "fsl,imx95-mu".
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

> ---
>  Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> index 00631afcd51d8..581425aacdccf 100644
> --- a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> @@ -54,6 +54,10 @@ properties:
>                - fsl,imx8qm-mu
>                - fsl,imx8qxp-mu
>            - const: fsl,imx6sx-mu
> +      - items:
> +          - enum:
> +              - fsl,imx94-mu
> +          - const: fsl,imx95-mu
>  
>    reg:
>      maxItems: 1
> @@ -142,7 +146,8 @@ allOf:
>        not:
>          properties:
>            compatible:
> -            const: fsl,imx95-mu
> +            contains:
> +              const: fsl,imx95-mu
>      then:
>        patternProperties:
>          "^sram@[a-f0-9]+": false
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2025-03-06 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 15:52 [PATCH 1/1] dt-bindings: mailbox: fsl,mu: Add i.MX94 compatible Frank Li
2025-03-06 16:27 ` Conor Dooley

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).