Skip to content

Commit e5e6f9b

Browse files
geertuhorms
authored andcommitted
ARM: dts: gose: 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 947ef62 commit e5e6f9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/r8a7793-gose.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
m25p,fast-read;
116116

117117
partitions {
118+
compatible = "fixed-partitions";
118119
#address-cells = <1>;
119120
#size-cells = <1>;
120121

0 commit comments

Comments
 (0)