* [PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips
@ 2025-03-07 22:05 Frank Li
2025-03-08 4:02 ` Han Xu
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Frank Li @ 2025-03-07 22:05 UTC (permalink / raw)
To: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Han Xu,
open list:MEMORY TECHNOLOGY DEVICES (MTD),
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
Cc: imx
Add compatible string "fsl,imx8mp-gpmi-nand" and "fsl,imx8mq-gpmi-nand",
which back compatible with i.MX7D. So set these fall back to
"fsl,imx7d-gpmi-nand".
Add compatible string "fsl,imx8qm-gpmi-nand" and "fsl,imx8dxl-gpmi-nand",
which back compatible with i.MX8QXP. So set these fall back to
"fsl,imx8qxp-gpmi-nand".
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Documentation/devicetree/bindings/mtd/gpmi-nand.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml b/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
index f9eb1868ca1f4..0badb2e978c74 100644
--- a/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
+++ b/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
@@ -29,7 +29,14 @@ properties:
- enum:
- fsl,imx8mm-gpmi-nand
- fsl,imx8mn-gpmi-nand
+ - fsl,imx8mp-gpmi-nand
+ - fsl,imx8mq-gpmi-nand
- const: fsl,imx7d-gpmi-nand
+ - items:
+ - enum:
+ - fsl,imx8dxl-gpmi-nand
+ - fsl,imx8qm-gpmi-nand
+ - const: fsl,imx8qxp-gpmi-nand
reg:
items:
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips
2025-03-07 22:05 [PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips Frank Li
@ 2025-03-08 4:02 ` Han Xu
2025-03-10 16:48 ` Conor Dooley
2025-03-18 16:17 ` Miquel Raynal
2 siblings, 0 replies; 4+ messages in thread
From: Han Xu @ 2025-03-08 4:02 UTC (permalink / raw)
To: Frank Li
Cc: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
Rob Herring, Krzysztof Kozlowski, Conor Dooley,
open list:MEMORY TECHNOLOGY DEVICES (MTD),
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, imx
On 25/03/07 05:05PM, Frank Li wrote:
> Add compatible string "fsl,imx8mp-gpmi-nand" and "fsl,imx8mq-gpmi-nand",
> which back compatible with i.MX7D. So set these fall back to
> "fsl,imx7d-gpmi-nand".
>
> Add compatible string "fsl,imx8qm-gpmi-nand" and "fsl,imx8dxl-gpmi-nand",
> which back compatible with i.MX8QXP. So set these fall back to
> "fsl,imx8qxp-gpmi-nand".
>
Reviewed-by: Han Xu <han.xu@nxp.com>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Documentation/devicetree/bindings/mtd/gpmi-nand.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml b/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
> index f9eb1868ca1f4..0badb2e978c74 100644
> --- a/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
> +++ b/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
> @@ -29,7 +29,14 @@ properties:
> - enum:
> - fsl,imx8mm-gpmi-nand
> - fsl,imx8mn-gpmi-nand
> + - fsl,imx8mp-gpmi-nand
> + - fsl,imx8mq-gpmi-nand
> - const: fsl,imx7d-gpmi-nand
> + - items:
> + - enum:
> + - fsl,imx8dxl-gpmi-nand
> + - fsl,imx8qm-gpmi-nand
> + - const: fsl,imx8qxp-gpmi-nand
>
> reg:
> items:
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips
2025-03-07 22:05 [PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips Frank Li
2025-03-08 4:02 ` Han Xu
@ 2025-03-10 16:48 ` Conor Dooley
2025-03-18 16:17 ` Miquel Raynal
2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-03-10 16:48 UTC (permalink / raw)
To: Frank Li
Cc: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Han Xu,
open list:MEMORY TECHNOLOGY DEVICES (MTD),
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, imx
[-- Attachment #1: Type: text/plain, Size: 505 bytes --]
On Fri, Mar 07, 2025 at 05:05:15PM -0500, Frank Li wrote:
> Add compatible string "fsl,imx8mp-gpmi-nand" and "fsl,imx8mq-gpmi-nand",
> which back compatible with i.MX7D. So set these fall back to
> "fsl,imx7d-gpmi-nand".
>
> Add compatible string "fsl,imx8qm-gpmi-nand" and "fsl,imx8dxl-gpmi-nand",
> which back compatible with i.MX8QXP. So set these fall back to
> "fsl,imx8qxp-gpmi-nand".
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips
2025-03-07 22:05 [PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips Frank Li
2025-03-08 4:02 ` Han Xu
2025-03-10 16:48 ` Conor Dooley
@ 2025-03-18 16:17 ` Miquel Raynal
2 siblings, 0 replies; 4+ messages in thread
From: Miquel Raynal @ 2025-03-18 16:17 UTC (permalink / raw)
To: Richard Weinberger, Vignesh Raghavendra, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Han Xu, linux-mtd, devicetree,
linux-kernel, Frank Li
Cc: imx
On Fri, 07 Mar 2025 17:05:15 -0500, Frank Li wrote:
> Add compatible string "fsl,imx8mp-gpmi-nand" and "fsl,imx8mq-gpmi-nand",
> which back compatible with i.MX7D. So set these fall back to
> "fsl,imx7d-gpmi-nand".
>
> Add compatible string "fsl,imx8qm-gpmi-nand" and "fsl,imx8dxl-gpmi-nand",
> which back compatible with i.MX8QXP. So set these fall back to
> "fsl,imx8qxp-gpmi-nand".
>
> [...]
Applied to nand/next, thanks!
[1/1] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips
commit: b0e63a0847ee2d01ac34a45eafb112227262820f
Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).
Kind regards,
Miquèl
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-18 16:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 22:05 [PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips Frank Li
2025-03-08 4:02 ` Han Xu
2025-03-10 16:48 ` Conor Dooley
2025-03-18 16:17 ` Miquel Raynal
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).