lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250306-immature-ether-d92fb5b8f18a@spud>
Date: Thu, 6 Mar 2025 16:27:29 +0000
From: Conor Dooley <conor@...nel.org>
To: Frank Li <Frank.Li@....com>
Cc: Jassi Brar <jassisinghbrar@...il.com>, Rob Herring <robh@...nel.org>,
	Krzysztof Kozlowski <krzk+dt@...nel.org>,
	Conor Dooley <conor+dt@...nel.org>,
	Dong Aisheng <aisheng.dong@....com>,
	"open list:MAILBOX API" <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 1/1] dt-bindings: mailbox: fsl,mu: Add i.MX94 compatible

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@....com>

Acked-by: Conor Dooley <conor.dooley@...rochip.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
> 

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ