Commit 84d92dd3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Gregory CLEMENT

ARM: mvebu: kirkwood: Add compatible property to "partitions" node

As of commit e488ca9f ("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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 92e963f5
......@@ -131,6 +131,7 @@ &nand {
chip-delay = <40>;
status = "okay";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment