ARM: dts: koelsch: Add compatible property to "partitions" node
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 21 Dec 2015 10:33:49 +0000 (11:33 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 6 Jan 2016 21:38:59 +0000 (08:38 +1100)
As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
property to "partitions" node"), the "partitions" subnode of an SPI
FLASH device node must have a compatible property. The partitions are no
longer detected if it is not present.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-koelsch.dts

index c94a0fb..45256f3 100644 (file)
                m25p,fast-read;
 
                partitions {
+                       compatible = "fixed-partitions";
                        #address-cells = <1>;
                        #size-cells = <1>;