ARM: dts: silk: Add compatible property to "partitions" node

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>

authored by Geert Uytterhoeven and committed by Simon Horman 8bc403b7 e5e6f9b4

Changed files
+1
arch
arm
boot
+1
arch/arm/boot/dts/r8a7794-silk.dts
··· 204 204 m25p,fast-read; 205 205 206 206 partitions { 207 + compatible = "fixed-partitions"; 207 208 #address-cells = <1>; 208 209 #size-cells = <1>; 209 210