From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 21 Dec 2015 17:49:45 +0100 (CET) Received: from down.free-electrons.com ([37.187.137.238]:48276 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27014300AbbLUQtnNIaY9 convert rfc822-to-8bit (ORCPT ); Mon, 21 Dec 2015 17:49:43 +0100 Received: by mail.free-electrons.com (Postfix, from userid 110) id 1C0D02C5; Mon, 21 Dec 2015 17:49:35 +0100 (CET) Received: from localhost (81-67-231-93.rev.numericable.fr [81.67.231.93]) by mail.free-electrons.com (Postfix) with ESMTPSA id 7C967246; Mon, 21 Dec 2015 17:48:47 +0100 (CET) From: Gregory CLEMENT To: Geert Uytterhoeven Cc: arm@kernel.org, Andrew Lunn , Sebastian Hesselbarth , Simon Horman , Magnus Damm , Ralf Baechle , Alex Smith , Brian Norris , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org, linux-mips@linux-mips.org, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node References: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> <1450694033-27717-2-git-send-email-geert+renesas@glider.be> Date: Mon, 21 Dec 2015 17:48:48 +0100 In-Reply-To: <1450694033-27717-2-git-send-email-geert+renesas@glider.be> (Geert Uytterhoeven's message of "Mon, 21 Dec 2015 11:33:45 +0100") Message-ID: <87zix3rbm7.fsf@free-electrons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 50723 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gregory.clement@free-electrons.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Hi Geert, On lun., déc. 21 2015, Geert Uytterhoeven wrote: > 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 > Acked-by: Brian Norris Applied on mvebu/dt (with the hope that it is still time to push it to arm-soc) Thanks, Gregory > --- > v2: > - Add Acked-by. > --- > arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644 > --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > @@ -152,6 +152,7 @@ > nand-on-flash-bbt; > > partitions { > + compatible = "fixed-partitions"; > #address-cells = <1>; > #size-cells = <1>; > > -- > 1.9.1 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Date: Mon, 21 Dec 2015 16:48:48 +0000 Subject: Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node Message-Id: <87zix3rbm7.fsf@free-electrons.com> List-Id: References: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> <1450694033-27717-2-git-send-email-geert+renesas@glider.be> In-Reply-To: <1450694033-27717-2-git-send-email-geert+renesas@glider.be> (Geert Uytterhoeven's message of "Mon, 21 Dec 2015 11:33:45 +0100") MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-arm-kernel@lists.infradead.org Hi Geert, =20 On lun., d=C3=A9c. 21 2015, Geert Uytterhoeven w= rote: > 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 > Acked-by: Brian Norris Applied on mvebu/dt (with the hope that it is still time to push it to arm-soc) Thanks, Gregory > --- > v2: > - Add Acked-by. > --- > arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/b= oot/dts/armada-xp-lenovo-ix4-300d.dts > index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644 > --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > @@ -152,6 +152,7 @@ > nand-on-flash-bbt; > =20 > partitions { > + compatible =3D "fixed-partitions"; > #address-cells =3D <1>; > #size-cells =3D <1>; > =20 > --=20 > 1.9.1 > --=20 Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Mon, 21 Dec 2015 17:48:48 +0100 Subject: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node In-Reply-To: <1450694033-27717-2-git-send-email-geert+renesas@glider.be> (Geert Uytterhoeven's message of "Mon, 21 Dec 2015 11:33:45 +0100") References: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> <1450694033-27717-2-git-send-email-geert+renesas@glider.be> Message-ID: <87zix3rbm7.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Geert, On lun., d?c. 21 2015, Geert Uytterhoeven wrote: > 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 > Acked-by: Brian Norris Applied on mvebu/dt (with the hope that it is still time to push it to arm-soc) Thanks, Gregory > --- > v2: > - Add Acked-by. > --- > arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644 > --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > @@ -152,6 +152,7 @@ > nand-on-flash-bbt; > > partitions { > + compatible = "fixed-partitions"; > #address-cells = <1>; > #size-cells = <1>; > > -- > 1.9.1 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com