From patchwork Mon Jan 11 04:33:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 7999241 X-Patchwork-Delegate: horms@verge.net.au 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 8DB4BBEEED for ; Mon, 11 Jan 2016 04:33:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CAE1520256 for ; Mon, 11 Jan 2016 04:33:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DE84620263 for ; Mon, 11 Jan 2016 04:33:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758317AbcAKEdR (ORCPT ); Sun, 10 Jan 2016 23:33:17 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:35122 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758496AbcAKEdP (ORCPT ); Sun, 10 Jan 2016 23:33:15 -0500 Received: from penelope.kanocho.kobe.vergenet.net (121-84-114-231f1.hyg1.eonet.ne.jp [121.84.114.231]) by kirsty.vergenet.net (Postfix) with ESMTPSA id E9CAF25BE6C; Mon, 11 Jan 2016 15:33:07 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1452486788; bh=Kw1CmDKmXOpP+hz2rjeoHJZY+b4/z+xtMCgfH8XitQ0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UUuL8ziVuVtfR9QYL0LZoiB5kGqimSHNZHo7bxw/cG3aykwY54m02qOttEyrnPoP9 ikYsukIoJTy5n404U7C/N7CJgU4dt7V4Uuf7jX5LpfVsNJm3XdK0xIPURBpAsc2UiD uGGKkBAPLELaZ64IzTVO2We3zVDk9CkAMkN2SYEU= Received: by penelope.kanocho.kobe.vergenet.net (Postfix, from userid 7100) id 9BA456026F; Mon, 11 Jan 2016 15:33:04 +1100 (AEDT) From: Simon Horman To: linux-sh@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 6/6] ARM: dts: silk: Add compatible property to "partitions" node Date: Mon, 11 Jan 2016 13:33:02 +0900 Message-Id: <8bc403b78ffb774d8dc944abb0826c46c0dca09d.1452486598.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.7.0.rc3.207.g0ac5344 In-Reply-To: References: 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.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable 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 From: Geert Uytterhoeven 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 Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7794-silk.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index 5a8dcac37c8e..5153e3af25d9 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -204,6 +204,7 @@ m25p,fast-read; partitions { + compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>;