From a5e393c1e8760cd66b3f3860a8aede185733cd6d Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Tue, 13 Jun 2023 14:10:14 -0600 Subject: dt-bindings: mtd: partition: Add missing type for "linux,rootfs" "linux,rootfs" is missing a type, add it. Signed-off-by: Rob Herring Reviewed-by: Conor Dooley Signed-off-by: Miquel Raynal Link: https://lore.kernel.org/linux-mtd/20230613201014.2823185-1-robh@kernel.org --- Documentation/devicetree/bindings/mtd/partitions/partition.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mtd/partitions/partition.yaml b/Documentation/devicetree/bindings/mtd/partitions/partition.yaml index cdffbb9cedc2..1ebe9e2347ea 100644 --- a/Documentation/devicetree/bindings/mtd/partitions/partition.yaml +++ b/Documentation/devicetree/bindings/mtd/partitions/partition.yaml @@ -55,6 +55,7 @@ properties: linux,rootfs: description: Marks partition that contains root filesystem to mount and boot user space from + type: boolean if: not: -- cgit v1.2.3