linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI
@ 2024-01-22  9:15 Peng Fan (OSS)
  2024-01-22  9:15 ` [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95 Peng Fan (OSS)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peng Fan (OSS) @ 2024-01-22  9:15 UTC (permalink / raw)
  To: broonie, conor+dt, robh+dt, krzysztof.kozlowski+dt, han.xu, haibo.chen
  Cc: yogeshgaur.83, linux-spi, devicetree, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Add i.MX95 LPSPI compatible string, same as i.MX93 compatible with
i.MX7ULP

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
index 727c5346b8ce..2ff174244795 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
@@ -22,6 +22,7 @@ properties:
           - enum:
               - fsl,imx8ulp-spi
               - fsl,imx93-spi
+              - fsl,imx95-spi
           - const: fsl,imx7ulp-spi
   reg:
     maxItems: 1
-- 
2.37.1


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

* [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
  2024-01-22  9:15 [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI Peng Fan (OSS)
@ 2024-01-22  9:15 ` Peng Fan (OSS)
  2024-01-22  9:32   ` Conor Dooley
  2024-01-22 17:46   ` Han Xu
  2024-01-22  9:30 ` [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI Conor Dooley
  2024-01-23 12:32 ` Mark Brown
  2 siblings, 2 replies; 6+ messages in thread
From: Peng Fan (OSS) @ 2024-01-22  9:15 UTC (permalink / raw)
  To: broonie, conor+dt, robh+dt, krzysztof.kozlowski+dt, han.xu, haibo.chen
  Cc: yogeshgaur.83, linux-spi, devicetree, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Add i.MX93/95 flexspi compatible strings, which are compatible with
i.MX8MM

Signed-off-by: Peng Fan <peng.fan@nxp.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


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

* Re: [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI
  2024-01-22  9:15 [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI Peng Fan (OSS)
  2024-01-22  9:15 ` [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95 Peng Fan (OSS)
@ 2024-01-22  9:30 ` Conor Dooley
  2024-01-23 12:32 ` Mark Brown
  2 siblings, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2024-01-22  9:30 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: broonie, conor+dt, robh+dt, krzysztof.kozlowski+dt, han.xu,
	haibo.chen, yogeshgaur.83, linux-spi, devicetree, linux-kernel,
	Peng Fan

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

On Mon, Jan 22, 2024 at 05:15:09PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add i.MX95 LPSPI compatible string, same as i.MX93 compatible with
> i.MX7ULP
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

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

Cheers,
Conor.

> ---
>  Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
> index 727c5346b8ce..2ff174244795 100644
> --- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
> @@ -22,6 +22,7 @@ properties:
>            - enum:
>                - fsl,imx8ulp-spi
>                - fsl,imx93-spi
> +              - fsl,imx95-spi
>            - const: fsl,imx7ulp-spi
>    reg:
>      maxItems: 1
> -- 
> 2.37.1
> 

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

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

* Re: [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
  2024-01-22  9:15 ` [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95 Peng Fan (OSS)
@ 2024-01-22  9:32   ` Conor Dooley
  2024-01-22 17:46   ` Han Xu
  1 sibling, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2024-01-22  9:32 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: broonie, conor+dt, robh+dt, krzysztof.kozlowski+dt, han.xu,
	haibo.chen, yogeshgaur.83, linux-spi, devicetree, linux-kernel,
	Peng Fan

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

On Mon, Jan 22, 2024 at 05:15:10PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add i.MX93/95 flexspi compatible strings, which are compatible with
> i.MX8MM
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

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

Cheers,
Conor.

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

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

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

* RE: [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
  2024-01-22  9:15 ` [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95 Peng Fan (OSS)
  2024-01-22  9:32   ` Conor Dooley
@ 2024-01-22 17:46   ` Han Xu
  1 sibling, 0 replies; 6+ messages in thread
From: Han Xu @ 2024-01-22 17:46 UTC (permalink / raw)
  To: Peng Fan (OSS),
	broonie, conor+dt, robh+dt, krzysztof.kozlowski+dt, Bough Chen
  Cc: yogeshgaur.83, linux-spi, devicetree, linux-kernel, Peng Fan



> -----Original Message-----
> From: Peng Fan (OSS) <peng.fan@oss.nxp.com>
> Sent: Monday, January 22, 2024 3:15 AM
> To: broonie@kernel.org; conor+dt@kernel.org; robh+dt@kernel.org;
> krzysztof.kozlowski+dt@linaro.org; Han Xu <han.xu@nxp.com>; Bough Chen
> <haibo.chen@nxp.com>
> Cc: yogeshgaur.83@gmail.com; linux-spi@vger.kernel.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; Peng Fan
> <peng.fan@nxp.com>
> Subject: [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
> 
> From: Peng Fan <peng.fan@nxp.com>

Acked-by: Han Xu <han.xu@nxp.com>

> 
> Add i.MX93/95 flexspi compatible strings, which are compatible with
> i.MX8MM
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.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


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

* Re: [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI
  2024-01-22  9:15 [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI Peng Fan (OSS)
  2024-01-22  9:15 ` [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95 Peng Fan (OSS)
  2024-01-22  9:30 ` [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI Conor Dooley
@ 2024-01-23 12:32 ` Mark Brown
  2 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2024-01-23 12:32 UTC (permalink / raw)
  To: conor+dt, robh+dt, krzysztof.kozlowski+dt, han.xu, haibo.chen,
	Peng Fan (OSS)
  Cc: yogeshgaur.83, linux-spi, devicetree, linux-kernel, Peng Fan

On Mon, 22 Jan 2024 17:15:09 +0800, Peng Fan (OSS) wrote:
> Add i.MX95 LPSPI compatible string, same as i.MX93 compatible with
> i.MX7ULP
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI
      commit: 6685d552a0cc3a86e10dbe6d98e1b51717a27a63
[2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
      commit: 18ab9e9e8889ecba23a5e8b7f8924f09284e33d8

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


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

end of thread, other threads:[~2024-01-23 12:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-22  9:15 [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI Peng Fan (OSS)
2024-01-22  9:15 ` [PATCH 2/2] dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95 Peng Fan (OSS)
2024-01-22  9:32   ` Conor Dooley
2024-01-22 17:46   ` Han Xu
2024-01-22  9:30 ` [PATCH 1/2] dt-bindings: spi: fsl-lpspi: support i.MX95 LPSPI Conor Dooley
2024-01-23 12:32 ` Mark Brown

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