From patchwork Mon Dec 21 10:33:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 7894561 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 34483BEEE5 for ; Mon, 21 Dec 2015 10:36:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 661142045B for ; Mon, 21 Dec 2015 10:36:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 961BB20457 for ; Mon, 21 Dec 2015 10:36:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751502AbbLUKeM (ORCPT ); Mon, 21 Dec 2015 05:34:12 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:51427 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751248AbbLUKeI (ORCPT ); Mon, 21 Dec 2015 05:34:08 -0500 Received: from ayla.of.borg ([84.195.106.123]) by albert.telenet-ops.be with bizsmtp id wAZw1r01X2fm56U06AZw6p; Mon, 21 Dec 2015 11:34:06 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1aAxmu-0004SY-NZ; Mon, 21 Dec 2015 11:33:56 +0100 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1aAxmz-0007EV-OY; Mon, 21 Dec 2015 11:34:01 +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 Date: Mon, 21 Dec 2015 11:33:53 +0100 Message-Id: <1450694033-27717-10-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> References: <1450694033-27717-1-git-send-email-geert+renesas@glider.be> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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: Ralf Baechle --- 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>;