* [PATCH] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips
@ 2025-03-07 21:50 Frank Li
2025-03-10 16:49 ` Conor Dooley
2025-03-10 21:06 ` Vinod Koul
0 siblings, 2 replies; 3+ messages in thread
From: Frank Li @ 2025-03-07 21:50 UTC (permalink / raw)
To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Marek Vasut, open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
open list
Cc: imx
Add compatible string for all i.MX8 chips, which is backward compatible
with i.MX28. Set it to fall back to "fsl,imx28-dma-apbh".
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml b/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml
index a17cf2360dd4a..75a7d9556699c 100644
--- a/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml
+++ b/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml
@@ -31,6 +31,12 @@ properties:
- fsl,imx6q-dma-apbh
- fsl,imx6sx-dma-apbh
- fsl,imx7d-dma-apbh
+ - fsl,imx8dxl-dma-apbh
+ - fsl,imx8mm-dma-apbh
+ - fsl,imx8mn-dma-apbh
+ - fsl,imx8mp-dma-apbh
+ - fsl,imx8mq-dma-apbh
+ - fsl,imx8qm-dma-apbh
- fsl,imx8qxp-dma-apbh
- const: fsl,imx28-dma-apbh
- enum:
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips
2025-03-07 21:50 [PATCH] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips Frank Li
@ 2025-03-10 16:49 ` Conor Dooley
2025-03-10 21:06 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2025-03-10 16:49 UTC (permalink / raw)
To: Frank Li
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Marek Vasut, open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
open list
[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]
On Fri, Mar 07, 2025 at 04:50:59PM -0500, Frank Li wrote:
> Add compatible string for all i.MX8 chips, which is backward compatible
> with i.MX28. Set it to fall back to "fsl,imx28-dma-apbh".
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml b/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml
> index a17cf2360dd4a..75a7d9556699c 100644
> --- a/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml
> +++ b/Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml
> @@ -31,6 +31,12 @@ properties:
> - fsl,imx6q-dma-apbh
> - fsl,imx6sx-dma-apbh
> - fsl,imx7d-dma-apbh
> + - fsl,imx8dxl-dma-apbh
> + - fsl,imx8mm-dma-apbh
> + - fsl,imx8mn-dma-apbh
> + - fsl,imx8mp-dma-apbh
> + - fsl,imx8mq-dma-apbh
> + - fsl,imx8qm-dma-apbh
> - fsl,imx8qxp-dma-apbh
> - const: fsl,imx28-dma-apbh
> - enum:
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips
2025-03-07 21:50 [PATCH] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips Frank Li
2025-03-10 16:49 ` Conor Dooley
@ 2025-03-10 21:06 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2025-03-10 21:06 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Marek Vasut,
dmaengine, devicetree, imx, linux-arm-kernel, linux-kernel,
Frank Li
Cc: imx
On Fri, 07 Mar 2025 16:50:59 -0500, Frank Li wrote:
> Add compatible string for all i.MX8 chips, which is backward compatible
> with i.MX28. Set it to fall back to "fsl,imx28-dma-apbh".
>
>
Applied, thanks!
[1/1] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips
commit: 964c032d1d5d1d896746b361416b84cef078dba5
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-10 21:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 21:50 [PATCH] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips Frank Li
2025-03-10 16:49 ` Conor Dooley
2025-03-10 21:06 ` Vinod Koul
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).