]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: mvebu: kirkwood: Add compatible property to "partitions" node
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 21 Dec 2015 10:33:46 +0000 (11:33 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 25 Jan 2016 12:16:04 +0000 (13:16 +0100)
As of commit e488ca9f8d4f62c2 ("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>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts

index 1db6f2c506cce3209e64418493039046c79fd0ec..8082d64266a37c33c8fa2e7e722d3683519c3d0a 100644 (file)
        chip-delay = <40>;
        status = "okay";
        partitions {
+               compatible = "fixed-partitions";
                #address-cells = <1>;
                #size-cells = <1>;