From patchwork Tue Feb 12 19:28:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 10808611 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2B50D1390 for ; Tue, 12 Feb 2019 19:28:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 15C572BD4A for ; Tue, 12 Feb 2019 19:28:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 084962BD72; Tue, 12 Feb 2019 19:28:56 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 AB1142BD4A for ; Tue, 12 Feb 2019 19:28:55 +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:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=l7NsEYSEAV93/TpMav+ZkKxxFyStsJDmxZOxWw0GV+I=; b=R23vLKEeAFiRm6 iKhhsqawRNcJGW0af2PzfHF3G4ZRpZdFPuksN+oyKyMDo4N1DnJu/hRHeMc3kO7Ny+n8Z1T2APOXB TGUWxRxo39tFmZ+QcJX8E4FYjXrBC6cDGOBE6xrdBgg3AF6dO4vaWmBZEQrayg1Btam1h7iYtDppH 8ultfKQV6eQXsjacFZ8y4Lm1yS8U1GynLntpEp35PV3weE43BTGIN+lRum6pR3rlOXdMz4WiHGfcM n4UvH+pEzKX1ilUr9xptgfdDvS12a4R1Obie56rdDhlkDhFkNNyEzzL10djwTKkuWDmli9s0VtuLa X0YBimKcifVIUEZchW6Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gtdje-0006l4-5M; Tue, 12 Feb 2019 19:28:50 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gtdja-0006kO-WC for linux-arm-kernel@lists.infradead.org; Tue, 12 Feb 2019 19:28:49 +0000 X-Originating-IP: 86.202.231.219 Received: from localhost (lfbn-lyo-1-149-219.w86-202.abo.wanadoo.fr [86.202.231.219]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id EDE311C0007; Tue, 12 Feb 2019 19:28:38 +0000 (UTC) Date: Tue, 12 Feb 2019 20:28:38 +0100 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org Subject: [GIT PULL] ARM: at91: DT for 5.1 Message-ID: <20190212192838.GA12677@piout.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190212_112847_189634_266AF225 X-CRM114-Status: GOOD ( 11.10 ) 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: Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.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 Arnd, Olof, Here is the only AT91 pull request for this cycle. The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.1-dt for you to fetch changes up to 31f031f73a01fb83fd6f4abfff04a79b360219e1: ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property (2019-01-08 19:12:40 +0100) ---------------------------------------------------------------- AT91 DT for 5.1 - Enable QSPI NOR on sama5d2 SoM1 - replace deprecated gpio-key,wakeup property ---------------------------------------------------------------- Claudiu Beznea (2): ARM: dts: at91: at91-sama5d27_som1: add QSPI1 + SPI NOR memory nodes ARM: dts: at91: at91-sama5d27_som1_ek: enable qspi1 memory Sudeep Holla (1): ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 2 +- arch/arm/boot/dts/at91-sama5d27_som1.dtsi | 30 +++++++++++++++++++++++++++++ arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 4 ++++ arch/arm/boot/dts/at91-wb45n.dts | 2 +- arch/arm/boot/dts/at91-wb50n.dts | 4 ++-- 5 files changed, 38 insertions(+), 4 deletions(-)