From patchwork Tue Feb 23 06:04:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wenyou Yang X-Patchwork-Id: 8387581 Return-Path: X-Original-To: patchwork-linux-arm@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 E1F27C0553 for ; Tue, 23 Feb 2016 06:11:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2873020662 for ; Tue, 23 Feb 2016 06:11:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5471920681 for ; Tue, 23 Feb 2016 06:11:14 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1aY6A7-0000eK-FY; Tue, 23 Feb 2016 06:09:31 +0000 Received: from nasmtp01.atmel.com ([192.199.1.245] helo=DVREDG01.corp.atmel.com) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aY6A3-0000Xj-JP for linux-arm-kernel@lists.infradead.org; Tue, 23 Feb 2016 06:09:28 +0000 Received: from apsmtp01.atmel.com (10.168.254.31) by DVREDG01.corp.atmel.com (10.42.103.30) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 22 Feb 2016 23:09:02 -0700 Received: from shaarm01.corp.atmel.com (10.168.254.13) by apsmtp01.atmel.com (10.168.254.31) with Microsoft SMTP Server id 14.3.235.1; Tue, 23 Feb 2016 14:09:55 +0800 From: Wenyou Yang To: Rob Herring , Pawel Moll , "Mark Brown" , Ian Campbell , Kumar Gala , Nicolas Ferre , Alexandre Belloni , "Jean-Christophe Plagniol-Villard" , Russell King Subject: [PATCH v2 1/2] ARM: at91: sama5d3/dts: add compatiable string for nand Date: Tue, 23 Feb 2016 14:04:35 +0800 Message-ID: <1456207477-7946-2-git-send-email-wenyou.yang@atmel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1456207477-7946-1-git-send-email-wenyou.yang@atmel.com> References: <1456207477-7946-1-git-send-email-wenyou.yang@atmel.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160222_220927_762586_9426F257 X-CRM114-Status: UNSURE ( 9.15 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -4.2 (----) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Josh Wu , linux-kernel@vger.kernel.org, Wenyou Yang , Josh Wu , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, 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: Josh Wu As introducing a new "atmel,sama5d3-nand" compatible string for SAMA5D3's nand node, apply it for SAMA5D3 SoC. Signed-off-by: Josh Wu Signed-off-by: Wenyou Yang --- Changes in v2: None arch/arm/boot/dts/sama5d3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index a532791..ee1b1a8 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -1459,7 +1459,7 @@ }; nand0: nand@60000000 { - compatible = "atmel,at91rm9200-nand"; + compatible = "atmel,sama5d3-nand", "atmel,at91rm9200-nand"; #address-cells = <1>; #size-cells = <1>; ranges;