devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Brian Norris <computersforpeace@gmail.com>,
	Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Rob Herring <robh+dt@kernel.org>
Cc: linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mtd@vger.kernel.org, devicetree@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH/RFC 4/7] ARM: shmobile: koelsch dts: Add compatible property to "partitions" node
Date: Mon, 14 Dec 2015 20:11:41 +0100	[thread overview]
Message-ID: <1450120304-2760-5-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1450120304-2760-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>
---
The abovementioned commit is destined for v4.4.
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index f8024c0d1114c607..0ad71b81d3a25f59 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -502,6 +502,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


  parent reply	other threads:[~2015-12-14 19:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 19:11 [PATCH/RFC 0/7] ARM: dts: Add compatible property to "partitions" node Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 1/7] ARM: dt: mvebu: ix4-300d: " Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 2/7] ARM: shmobile: bockw dts: " Geert Uytterhoeven
     [not found] ` <1450120304-2760-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2015-12-14 19:11   ` [PATCH/RFC 3/7] ARM: shmobile: lager " Geert Uytterhoeven
2015-12-14 19:11 ` Geert Uytterhoeven [this message]
2015-12-14 19:11 ` [PATCH/RFC 5/7] ARM: shmobile: porter " Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 6/7] ARM: shmobile: gose " Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 7/7] ARM: shmobile: silk " Geert Uytterhoeven
2015-12-14 19:46 ` [PATCH/RFC 0/7] ARM: " Brian Norris
2015-12-14 21:20   ` Geert Uytterhoeven
2015-12-14 21:43     ` Brian Norris
2015-12-14 21:45       ` Brian Norris
2015-12-15  8:01         ` Geert Uytterhoeven

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=1450120304-2760-5-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=computersforpeace@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregory.clement@free-electrons.com \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.hesselbarth@gmail.com \
    /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).