Message ID | 20230613201014.2823185-1-robh@kernel.org |
---|---|
State | Accepted |
Commit | a5e393c1e8760cd66b3f3860a8aede185733cd6d |
Headers | show |
Series | dt-bindings: mtd: partition: Add missing type for "linux,rootfs" | expand |
On Tue, 2023-06-13 at 20:10:14 UTC, Rob Herring wrote: > "linux,rootfs" is missing a type, add it. > > Signed-off-by: Rob Herring <robh@kernel.org> > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks. Miquel
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:
"linux,rootfs" is missing a type, add it. Signed-off-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/mtd/partitions/partition.yaml | 1 + 1 file changed, 1 insertion(+)