diff options
author | Miquel Raynal <[email protected]> | 2022-11-14 10:03:10 +0100 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2022-11-17 21:59:24 +0100 |
commit | e141ee8234d02727b421058df56f5959b7dc0ed0 (patch) | |
tree | df9492de404a8563cb2713bffcd70a7ce69231b3 | |
parent | 991088a637c54377b395520631bd1e8f068d524a (diff) |
dt-bindings: mtd: partitions: Change qcom,smem-part partition type
As described in dd638202dfb6 ("dt-bindings: mtd: partitions: add additional
example for qcom,smem-part"), the aim of documenting the subnodes was to be
able to declare nvmem cells. Hence, the partition property does not
really apply directly here, let's instead reference nvmem-cells.yaml
first.
Signed-off-by: Miquel Raynal <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/mtd/partitions/qcom,smem-part.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/partitions/qcom,smem-part.yaml b/Documentation/devicetree/bindings/mtd/partitions/qcom,smem-part.yaml index 805eabece7c8..681a51f5257c 100644 --- a/Documentation/devicetree/bindings/mtd/partitions/qcom,smem-part.yaml +++ b/Documentation/devicetree/bindings/mtd/partitions/qcom,smem-part.yaml @@ -23,7 +23,7 @@ properties: patternProperties: "^partition-[0-9a-z]+$": - $ref: partition.yaml# + $ref: nvmem-cells.yaml required: - compatible |