On Tue, 03 Sep 2024 19:29:57 +0300, Roger Quadros wrote: > Allow fixed-partitions to be specified through a partitions > node. > > Fixes the below dtbs_check warning: > > arch/arm64/boot/dts/ti/k3-am642-evm-nand.dtb: nand@0,0: Unevaluated properties are not allowed ('partitions' was unexpected) > > Signed-off-by: Roger Quadros <rogerq@xxxxxxxxxx> > --- > Changes in v2: > - reference mtd.yaml for standard mtd properties like partition as > suggested by Rob Herring. > - Link to v1: https://lore.kernel.org/r/20240830-gpmc-dtb-v1-1-792cac1ef3cc@xxxxxxxxxx > --- > Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>