Skip to content

Commit 8bc403b

Browse files
geertuhorms
authored andcommitted
ARM: dts: silk: Add compatible property to "partitions" node
As of commit e488ca9 ("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>
1 parent e5e6f9b commit 8bc403b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/r8a7794-silk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
m25p,fast-read;
205205

206206
partitions {
207+
compatible = "fixed-partitions";
207208
#address-cells = <1>;
208209
#size-cells = <1>;
209210

0 commit comments

Comments
 (0)