aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2025-05-07 10:42:31 -0500
committerRob Herring (Arm) <robh@kernel.org>2025-05-13 16:20:06 -0500
commit1090c38bbfd9ab7f22830c0e8a5c605e7d4ef084 (patch)
tree6f68d85298f0485c772cea2f9dfa1e5825fbc2b0
parentdt-bindings: interrupt-controller: Convert ti,omap-intc-irq to DT schema (diff)
downloadlinux-rng-1090c38bbfd9ab7f22830c0e8a5c605e7d4ef084.tar.xz
linux-rng-1090c38bbfd9ab7f22830c0e8a5c605e7d4ef084.zip
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: 304a90c4f75d ("dt-bindings: soc: fsl: Convert q(b)man-* to yaml format") Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250507154231.1590634-1-robh@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/soc/fsl/fsl,qman-fqd.yaml4
1 files 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;