From patchwork Tue Jul 18 13:22:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ludovic Desroches X-Patchwork-Id: 9848339 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0DB55600CC for ; Tue, 18 Jul 2017 13:25:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EBC6C223C7 for ; Tue, 18 Jul 2017 13:25:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E05CD24603; Tue, 18 Jul 2017 13:25:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 75382223C7 for ; Tue, 18 Jul 2017 13:25:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sq2qALWtKO/1zSdiD5jgn7jvQ/OSfOKrcLKMU1T+EqY=; b=eK/G5lP/DlfeAi vfh7dBfYsK3BfmnNi1B7oeJPmkDAHtp1ZaxmP5p3z8l2x6iRr3iqcG2xXgbaSlqVvsUM59Bv+yprT 1VTFOeWd8XHyGT64w6KSG3B1EgKLrFPslVW9tIoqL8KoFvzR2YD20bekvurCIhnuKgEnt/wQBczqU P5wyMByzJldUTwoUFoJw7YzPz6tvvY4CVhLjQ8zQVmvESixKe9VJTXqLNvPe0wQAjFSQeLDDg9JOp b+2Pf6cbpBS987qaclr8Yjx+nn0YJ3XzANJDm9BEd+01HAJM3iEK2Z5mz4IE/I45zvJTS53ODhrVu cJlwqJXeNWLMIzPDsuIA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dXSVB-0003s7-DF; Tue, 18 Jul 2017 13:25:25 +0000 Received: from esa5.microchip.iphmx.com ([216.71.150.166]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dXSTV-0001Dq-S5; Tue, 18 Jul 2017 13:23:48 +0000 X-IronPort-AV: E=Sophos;i="5.40,378,1496127600"; d="scan'208";a="2405521" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Jul 2017 06:23:25 -0700 Received: from ibiza.corp.atmel.com (10.10.76.4) by chn-sv-exch06.mchp-main.com (10.10.76.107) with Microsoft SMTP Server id 14.3.352.0; Tue, 18 Jul 2017 06:23:24 -0700 From: Ludovic Desroches To: , , Subject: [PATCH v2 3/3] ARM: dts: at91: sama5d2: use sama5d2 compatible string for SMC Date: Tue, 18 Jul 2017 15:22:20 +0200 Message-ID: <20170718132220.25018-4-ludovic.desroches@microchip.com> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170718132220.25018-1-ludovic.desroches@microchip.com> References: <20170718132220.25018-1-ludovic.desroches@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170718_062342_383413_1F9F4C8C X-CRM114-Status: UNSURE ( 7.04 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: boris.brezillon@free-electrons.com, linux-kernel@vger.kernel.org, Ludovic Desroches , alexandre.belloni@free-electrons.com, romain.izard.pro@gmail.com, computersforpeace@gmail.com, lee.jones@linaro.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP A new compatible string has been introduced for sama5d2 SMC to allow to manage the registers mapping change. Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index cc06da394366..3e6e2dbc2595 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1048,7 +1048,7 @@ }; hsmc: hsmc@f8014000 { - compatible = "atmel,sama5d3-smc", "syscon", "simple-mfd"; + compatible = "atmel,sama5d2-smc", "syscon", "simple-mfd"; reg = <0xf8014000 0x1000>; interrupts = <5 IRQ_TYPE_LEVEL_HIGH 6>; clocks = <&hsmc_clk>;