Skip to content

Commit 947ef62

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
m25p,fast-read;
201201

202202
partitions {
203+
compatible = "fixed-partitions";
203204
#address-cells = <1>;
204205
#size-cells = <1>;
205206

0 commit comments

Comments
 (0)