linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 4/9] ARM: shmobile: lager dts: Add compatible property to "partitions" node
Date: Mon, 21 Dec 2015 10:33:48 +0000	[thread overview]
Message-ID: <1450694033-27717-5-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1450694033-27717-1-git-send-email-geert+renesas@glider.be>

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>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7790-lager.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 7773cb1f10317d85..cdc0414f5f0716dd 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -457,6 +457,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


  parent reply	other threads:[~2015-12-21 10:33 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-21 10:33 [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 1/9] ARM: mvebu: ix4-300d: " Geert Uytterhoeven
2015-12-21 16:48   ` Gregory CLEMENT
2015-12-22 21:22     ` Olof Johansson
2015-12-23 11:07       ` Gregory CLEMENT
2015-12-21 10:33 ` [PATCH v2 2/9] ARM: mvebu: kirkwood: " Geert Uytterhoeven
2015-12-21 16:49   ` Gregory CLEMENT
2015-12-21 10:33 ` [PATCH v2 3/9] ARM: shmobile: bockw dts: " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven [this message]
2015-12-21 10:33 ` [PATCH v2 5/9] ARM: shmobile: koelsch " Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 6/9] ARM: shmobile: porter " Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 7/9] ARM: shmobile: gose " Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 8/9] ARM: shmobile: silk " Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 9/9] MIPS: dts: jz4780/ci20: " Geert Uytterhoeven
2015-12-22  1:16   ` Ralf Baechle
2015-12-22 21:23 ` [PATCH v2 0/9] ARM: dts: " Olof Johansson
2015-12-23 11:04   ` Gregory CLEMENT
2015-12-23 14:21     ` Geert Uytterhoeven
2015-12-28  5:01 ` Simon Horman
2015-12-28 10:15   ` Geert Uytterhoeven
2016-01-03 21:39     ` Simon Horman
2016-01-11 16:07       ` Gregory CLEMENT

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450694033-27717-5-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).