Skip to content

Commit f6531bb

Browse files
geertuhorms
authored andcommitted
ARM: dts: koelsch: 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 b88ddbd commit f6531bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/r8a7791-koelsch.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@
489489
m25p,fast-read;
490490

491491
partitions {
492+
compatible = "fixed-partitions";
492493
#address-cells = <1>;
493494
#size-cells = <1>;
494495

0 commit comments

Comments
 (0)