diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-21 11:33:48 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-01-06 22:38:56 +0100 |
commit | b88ddbdd36859a4dc99bddd9b5730944187530c0 (patch) | |
tree | 9882b60c539b1deb28e5e52dfa52525a6f3110d6 /arch/arm/boot | |
parent | ARM: dts: bockw: Add compatible property to "partitions" node (diff) | |
download | linux-b88ddbdd36859a4dc99bddd9b5730944187530c0.tar.xz linux-b88ddbdd36859a4dc99bddd9b5730944187530c0.zip |
ARM: dts: lager: Add compatible property to "partitions" node
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>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 44ba69b974a2..052dcee4790d 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -449,6 +449,7 @@ m25p,fast-read; partitions { + compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; |