Skip to content

Commit 1090c38

Browse files
committed
dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference
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: 304a90c ("dt-bindings: soc: fsl: Convert q(b)man-* to yaml format") Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent 8966334 commit 1090c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ required:
5050
- compatible
5151

5252
allOf:
53-
- $ref: reserved-memory.yaml
53+
- $ref: /schemas/reserved-memory/reserved-memory.yaml
5454

5555
unevaluatedProperties: false
5656

@@ -61,7 +61,7 @@ examples:
6161
#size-cells = <2>;
6262
6363
qman-fqd {
64-
compatible = "shared-dma-pool";
64+
compatible = "fsl,qman-fqd";
6565
size = <0 0x400000>;
6666
alignment = <0 0x400000>;
6767
no-map;

0 commit comments

Comments
 (0)