Message ID | 1450694033-27717-10-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
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 <geert+renesas@glider.be> > To: arm@kernel.org, Andrew Lunn <andrew@lunn.ch>, Gregory Clement > <gregory.clement@free-electrons.com>, Sebastian Hesselbarth > <sebastian.hesselbarth@gmail.com>, Simon Horman <horms@verge.net.au>, > Magnus Damm <magnus.damm@gmail.com>, Ralf Baechle <ralf@linux-mips.org>, > Alex Smith <alex.smith@imgtec.com> > Cc: Brian Norris <computersforpeace@gmail.com>, Rob Herring > <robh+dt@kernel.org>, 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 <geert+renesas@glider.be> > 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 <geert+renesas@glider.be> > --- > 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@linux-mips.org> Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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>;
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> --- v2: - New. --- arch/mips/boot/dts/ingenic/ci20.dts | 1 + 1 file changed, 1 insertion(+)