Skip to content

Commit

Permalink
ARM: dts: lager: Add compatible property to "partitions" node
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Brian Norris <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
geertu authored and horms committed Jan 6, 2016
1 parent b66c1eb commit b88ddbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/r8a7790-lager.dts
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@
m25p,fast-read;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;

Expand Down

0 comments on commit b88ddbd

Please sign in to comment.