[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<GV1PR04MB90712E37B70D30462960D26897752@GV1PR04MB9071.eurprd04.prod.outlook.com>
Date: Mon, 22 Jan 2024 17:46:57 +0000
From: Han Xu <han.xu@....com>
To: "Peng Fan (OSS)" <peng.fan@....nxp.com>, "broonie@...nel.org"
<broonie@...nel.org>, "conor+dt@...nel.org" <conor+dt@...nel.org>,
"robh+dt@...nel.org" <robh+dt@...nel.org>,
"krzysztof.kozlowski+dt@...aro.org" <krzysztof.kozlowski+dt@...aro.org>,
Bough Chen <haibo.chen@....com>
CC: "yogeshgaur.83@...il.com" <yogeshgaur.83@...il.com>,
"linux-spi@...r.kernel.org" <linux-spi@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, Peng Fan
<peng.fan@....com>
Subject: RE: [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
> -----Original Message-----
> From: Peng Fan (OSS) <peng.fan@....nxp.com>
> Sent: Monday, January 22, 2024 3:15 AM
> To: broonie@...nel.org; conor+dt@...nel.org; robh+dt@...nel.org;
> krzysztof.kozlowski+dt@...aro.org; Han Xu <han.xu@....com>; Bough Chen
> <haibo.chen@....com>
> Cc: yogeshgaur.83@...il.com; linux-spi@...r.kernel.org;
> devicetree@...r.kernel.org; linux-kernel@...r.kernel.org; Peng Fan
> <peng.fan@....com>
> Subject: [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
>
> From: Peng Fan <peng.fan@....com>
Acked-by: Han Xu <han.xu@....com>
>
> Add i.MX93/95 flexspi compatible strings, which are compatible with
> i.MX8MM
>
> Signed-off-by: Peng Fan <peng.fan@....com>
> ---
> .../devicetree/bindings/spi/spi-nxp-fspi.yaml | 18 ++++++++++++------
> 1 file changed, 12 insertions(+), 6 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> index 7fd591145480..4a5f41bde00f 100644
> --- a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> @@ -15,12 +15,18 @@ allOf:
>
> properties:
> compatible:
> - enum:
> - - nxp,imx8dxl-fspi
> - - nxp,imx8mm-fspi
> - - nxp,imx8mp-fspi
> - - nxp,imx8qxp-fspi
> - - nxp,lx2160a-fspi
> + oneOf:
> + - enum:
> + - nxp,imx8dxl-fspi
> + - nxp,imx8mm-fspi
> + - nxp,imx8mp-fspi
> + - nxp,imx8qxp-fspi
> + - nxp,lx2160a-fspi
> + - items:
> + - enum:
> + - nxp,imx93-fspi
> + - nxp,imx95-fspi
> + - const: nxp,imx8mm-fspi
>
> reg:
> items:
> --
> 2.37.1
Powered by blists - more mailing lists