* [PATCH] dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference
@ 2025-05-07 15:42 Rob Herring (Arm)
2025-05-08 14:56 ` Conor Dooley
2025-05-12 12:52 ` Rob Herring (Arm)
0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-05-07 15:42 UTC (permalink / raw)
To: Christophe Leroy, Krzysztof Kozlowski, Conor Dooley, Frank Li
Cc: linuxppc-dev, linux-arm-kernel, devicetree, linux-kernel
The reserved-memory.yaml reference needs the full path. No warnings were
generated because the example has the wrong compatible string, so fix
that too.
Fixes: 304a90c4f75d ("dt-bindings: soc: fsl: Convert q(b)man-* to yaml format")
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml b/Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml
index de0b4ae740ff..a975bce59975 100644
--- a/Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml
+++ b/Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml
@@ -50,7 +50,7 @@ required:
- compatible
allOf:
- - $ref: reserved-memory.yaml
+ - $ref: /schemas/reserved-memory/reserved-memory.yaml
unevaluatedProperties: false
@@ -61,7 +61,7 @@ examples:
#size-cells = <2>;
qman-fqd {
- compatible = "shared-dma-pool";
+ compatible = "fsl,qman-fqd";
size = <0 0x400000>;
alignment = <0 0x400000>;
no-map;
--
2.47.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference
2025-05-07 15:42 [PATCH] dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference Rob Herring (Arm)
@ 2025-05-08 14:56 ` Conor Dooley
2025-05-12 12:52 ` Rob Herring (Arm)
1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2025-05-08 14:56 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Christophe Leroy, Krzysztof Kozlowski, Conor Dooley, Frank Li,
linuxppc-dev, linux-arm-kernel, devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
On Wed, May 07, 2025 at 10:42:31AM -0500, Rob Herring (Arm) wrote:
> The reserved-memory.yaml reference needs the full path. No warnings were
> generated because the example has the wrong compatible string, so fix
> that too.
>
> Fixes: 304a90c4f75d ("dt-bindings: soc: fsl: Convert q(b)man-* to yaml format")
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference
2025-05-07 15:42 [PATCH] dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference Rob Herring (Arm)
2025-05-08 14:56 ` Conor Dooley
@ 2025-05-12 12:52 ` Rob Herring (Arm)
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-05-12 12:52 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Conor Dooley, Frank Li, Krzysztof Kozlowski, linux-arm-kernel,
linuxppc-dev, Christophe Leroy, linux-kernel, devicetree
On Wed, 07 May 2025 10:42:31 -0500, Rob Herring (Arm) wrote:
> The reserved-memory.yaml reference needs the full path. No warnings were
> generated because the example has the wrong compatible string, so fix
> that too.
>
> Fixes: 304a90c4f75d ("dt-bindings: soc: fsl: Convert q(b)man-* to yaml format")
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-12 12:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 15:42 [PATCH] dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference Rob Herring (Arm)
2025-05-08 14:56 ` Conor Dooley
2025-05-12 12:52 ` Rob Herring (Arm)
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).