From patchwork Mon Jan 11 04:33:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 7999251 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7AE909F1CC for ; Mon, 11 Jan 2016 04:33:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B85F720256 for ; Mon, 11 Jan 2016 04:33:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CC3E920260 for ; Mon, 11 Jan 2016 04:33:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758503AbcAKEdS (ORCPT ); Sun, 10 Jan 2016 23:33:18 -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 S1758314AbcAKEdO (ORCPT ); Sun, 10 Jan 2016 23:33:14 -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 32E0625BE68; Mon, 11 Jan 2016 15:33:06 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1452486786; bh=fC2yP/a6WJh97vozfTBJnlFw5qzFWpLy5mpS/uGn72Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YEUjy5SrQMyZTXE540qoEZIQApKXv51tmqhpPkbjVqp8pCuRi79VOsD4rfz3pjRTN CNLt/tyXHSzV1JcYLUqta4BKtUREivHAaq3GVHowoQ8GWYgwDJ6woAd2ht9sIWYA7x WD6XUGNNY1cWeA/vf9re+1aIt8Vl612NSaKzRbyA= Received: by penelope.kanocho.kobe.vergenet.net (Postfix, from userid 7100) id 98FB56026C; 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 5/6] ARM: dts: gose: Add compatible property to "partitions" node Date: Mon, 11 Jan 2016 13:33:01 +0900 Message-Id: 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/r8a7793-gose.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts index 3e3122490650..baa59fe84298 100644 --- a/arch/arm/boot/dts/r8a7793-gose.dts +++ b/arch/arm/boot/dts/r8a7793-gose.dts @@ -115,6 +115,7 @@ m25p,fast-read; partitions { + compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>;