From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 22 Dec 2015 02:16:21 +0100 (CET) Received: from localhost.localdomain ([127.0.0.1]:52140 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27009000AbbLVBQShRZ02 (ORCPT ); Tue, 22 Dec 2015 02:16:18 +0100 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.15.2/8.14.8) with ESMTP id tBM1GES7016801; Tue, 22 Dec 2015 02:16:15 +0100 Received: (from ralf@localhost) by scotty.linux-mips.net (8.15.2/8.15.2/Submit) id tBM1G9CT016792; Tue, 22 Dec 2015 02:16:09 +0100 Date: Tue, 22 Dec 2015 02:16:09 +0100 From: Ralf Baechle To: Geert Uytterhoeven Cc: arm@kernel.org, Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Simon Horman , Magnus Damm , 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 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node Message-ID: <20151222011609.GA15881@linux-mips.org> References: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> <1450694033-27717-10-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450694033-27717-10-git-send-email-geert+renesas@glider.be> User-Agent: Mutt/1.5.24 (2015-08-30) 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: 50728 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: ralf@linux-mips.org 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 On Mon, Dec 21, 2015 at 11:33:53AM +0100, Geert Uytterhoeven wrote: > Date: Mon, 21 Dec 2015 11:33:53 +0100 > From: Geert Uytterhoeven > To: arm@kernel.org, Andrew Lunn , Gregory Clement > , Sebastian Hesselbarth > , Simon Horman , > Magnus Damm , Ralf Baechle , > Alex Smith > Cc: 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, Geert Uytterhoeven > Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: 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 > --- > v2: > - New. > --- > arch/mips/boot/dts/ingenic/ci20.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts > index 782258c0e4fbba8e..1652d8d60b1e4b86 100644 > --- a/arch/mips/boot/dts/ingenic/ci20.dts > +++ b/arch/mips/boot/dts/ingenic/ci20.dts > @@ -70,6 +70,7 @@ > nand-on-flash-bbt; > > partitions { > + compatible = "fixed-partitions"; > #address-cells = <2>; > #size-cells = <2>; > > -- > 1.9.1 Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Date: Tue, 22 Dec 2015 01:16:09 +0000 Subject: Re: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node Message-Id: <20151222011609.GA15881@linux-mips.org> List-Id: References: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> <1450694033-27717-10-git-send-email-geert+renesas@glider.be> In-Reply-To: <1450694033-27717-10-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Mon, Dec 21, 2015 at 11:33:53AM +0100, Geert Uytterhoeven wrote: > Date: Mon, 21 Dec 2015 11:33:53 +0100 > From: Geert Uytterhoeven > To: arm@kernel.org, Andrew Lunn , Gregory Clement > , Sebastian Hesselbarth > , Simon Horman , > Magnus Damm , Ralf Baechle , > Alex Smith > Cc: 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, Geert Uytterhoeven > Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: 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 > --- > v2: > - New. > --- > arch/mips/boot/dts/ingenic/ci20.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts > index 782258c0e4fbba8e..1652d8d60b1e4b86 100644 > --- a/arch/mips/boot/dts/ingenic/ci20.dts > +++ b/arch/mips/boot/dts/ingenic/ci20.dts > @@ -70,6 +70,7 @@ > nand-on-flash-bbt; > > partitions { > + compatible = "fixed-partitions"; > #address-cells = <2>; > #size-cells = <2>; > > -- > 1.9.1 Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 From: ralf@linux-mips.org (Ralf Baechle) Date: Tue, 22 Dec 2015 02:16:09 +0100 Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node In-Reply-To: <1450694033-27717-10-git-send-email-geert+renesas@glider.be> References: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> <1450694033-27717-10-git-send-email-geert+renesas@glider.be> Message-ID: <20151222011609.GA15881@linux-mips.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Dec 21, 2015 at 11:33:53AM +0100, Geert Uytterhoeven wrote: > Date: Mon, 21 Dec 2015 11:33:53 +0100 > From: Geert Uytterhoeven > To: arm at kernel.org, Andrew Lunn , Gregory Clement > , Sebastian Hesselbarth > , Simon Horman , > Magnus Damm , Ralf Baechle , > Alex Smith > Cc: Brian Norris , Rob Herring > , devicetree at vger.kernel.org, > linux-arm-kernel at lists.infradead.org, linux-sh at vger.kernel.org, > linux-mips at linux-mips.org, linux-mtd at lists.infradead.org, > linux-kernel at vger.kernel.org, Geert Uytterhoeven > Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: 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 > --- > v2: > - New. > --- > arch/mips/boot/dts/ingenic/ci20.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts > index 782258c0e4fbba8e..1652d8d60b1e4b86 100644 > --- a/arch/mips/boot/dts/ingenic/ci20.dts > +++ b/arch/mips/boot/dts/ingenic/ci20.dts > @@ -70,6 +70,7 @@ > nand-on-flash-bbt; > > partitions { > + compatible = "fixed-partitions"; > #address-cells = <2>; > #size-cells = <2>; > > -- > 1.9.1 Acked-by: Ralf Baechle Ralf From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node Date: Tue, 22 Dec 2015 02:16:09 +0100 Message-ID: <20151222011609.GA15881@linux-mips.org> References: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> <1450694033-27717-10-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1450694033-27717-10-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Geert Uytterhoeven Cc: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Simon Horman , Magnus Damm , Alex Smith , Brian Norris , Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Dec 21, 2015 at 11:33:53AM +0100, Geert Uytterhoeven wrote: > Date: Mon, 21 Dec 2015 11:33:53 +0100 > From: Geert Uytterhoeven > To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Andrew Lunn , Gregory Clement > , Sebastian Hesselbarth > , Simon Horman , > Magnus Damm , Ralf Baechle , > Alex Smith > Cc: Brian Norris , Rob Herring > , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, > linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, > linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, > linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Geert Uytterhoeven > Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: 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 > --- > v2: > - New. > --- > arch/mips/boot/dts/ingenic/ci20.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts > index 782258c0e4fbba8e..1652d8d60b1e4b86 100644 > --- a/arch/mips/boot/dts/ingenic/ci20.dts > +++ b/arch/mips/boot/dts/ingenic/ci20.dts > @@ -70,6 +70,7 @@ > nand-on-flash-bbt; > > partitions { > + compatible = "fixed-partitions"; > #address-cells = <2>; > #size-cells = <2>; > > -- > 1.9.1 Acked-by: Ralf Baechle Ralf -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html