diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-05-05 10:46:18 +0200 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-05-08 21:13:46 +0200 |
commit | 49e9d01f669e5cc5adae391589507541f8ebce07 (patch) | |
tree | ea101681c087cb6e2de13f40d9dd928459d82ee2 /Documentation/devicetree/bindings/mtd | |
parent | dt-bindings: PCI: qcom,pcie-sm8350: Drop redundant 'oneOf' sub-schema (diff) | |
download | linux-49e9d01f669e5cc5adae391589507541f8ebce07.tar.xz linux-49e9d01f669e5cc5adae391589507541f8ebce07.zip |
dt-bindings: Use full path to other schemas
When referencing other schema, it is preferred to use an absolute path
(/schemas/....), which allows also an seamless move of particular schema
out of Linux kernel to dtschema.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20240505084618.135705-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/mtd.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mtd/mtd.yaml b/Documentation/devicetree/bindings/mtd/mtd.yaml index ee442ecb11cd..bbb56216a4e2 100644 --- a/Documentation/devicetree/bindings/mtd/mtd.yaml +++ b/Documentation/devicetree/bindings/mtd/mtd.yaml @@ -48,8 +48,8 @@ patternProperties: type: object allOf: - - $ref: ../nvmem/nvmem.yaml# - - $ref: ../nvmem/nvmem-deprecated-cells.yaml# + - $ref: /schemas/nvmem/nvmem.yaml# + - $ref: /schemas/nvmem/nvmem-deprecated-cells.yaml# unevaluatedProperties: false |