From patchwork Wed Mar 21 22:50:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 889158 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="iSrAeYSS"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4064lC5wvZz9s16 for ; Thu, 22 Mar 2018 09:50:31 +1100 (AEDT) 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=GpQke6LhEolIXL0DTrpkl+RZID/OFnNWIVy7VFDB0X0=; b=iSrAeYSSdERcIh E84989RGVEhpIFlc2szbRrnxiaY08N0sBU85WKVZXg8sgjuAn1cwPuFNKkMC6kEuJZkvf1oggTzFZ PDLx24PwjqkPdYpywGWrjBfWEehtr2HFpewe/B5bZJsJWQrsjrLmzeiwNsoAZjlvTh9JJJ1Ie0Skm 07UJ3t3PzADeWpGpj4WSS6qlFw628+JAvQtfptZzTifnwDCVKLkTwQpKPT9TFkITvw9iHoCMvx9J+ bnwiPvFXJfaIBj4XInCGHvKhM26aMJzj3C+PDXASWk+y3K1NRQRjd46uAYS1zWAY18CkwsUJQTRi7 QdBi6YVLyOZ2ChczBS8Q==; 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 1eymYu-0003mz-JX; Wed, 21 Mar 2018 22:50:28 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1eymYp-0003lH-Vs for linux-arm-kernel@lists.infradead.org; Wed, 21 Mar 2018 22:50:25 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 2DEC5206A0; Wed, 21 Mar 2018 23:50:11 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id CE81D20146; Wed, 21 Mar 2018 23:50:00 +0100 (CET) Date: Wed, 21 Mar 2018 23:50:01 +0100 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org Subject: [GIT PULL] ARM: at91: DT for 4.17 #2 Message-ID: <20180321225001.GA27480@piout.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180321_155024_182096_A893DE1A X-CRM114-Status: GOOD ( 12.46 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Arnd, Olof, A few DT fixes that came in late in the cycle. The following changes since commit 6fa65edf87886f85a18680ed7bdedc15cb810065: ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9263ek (2018-02-13 17:15:18 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.17-dt2 for you to fetch changes up to 26f2cacde21b713f7f917d2193a76cc7636ee88e: ARM: dts: at91sam9260: pullup rx on usart0 (2018-03-21 21:47:00 +0100) ---------------------------------------------------------------- AT91 DT for 4.17 #2: Pinctrl fixes, the UART pullups were discussed back in 2016. ---------------------------------------------------------------- Nicolas Ferre (1): ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property Peter Rosin (3): ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx ARM: dts: at91rm9200: pullup rx on uart0 ARM: dts: at91sam9260: pullup rx on usart0 arch/arm/boot/dts/at91rm9200.dtsi | 16 ++++++++-------- arch/arm/boot/dts/at91sam9260.dtsi | 24 ++++++++++++------------ arch/arm/boot/dts/at91sam9261.dtsi | 12 ++++++------ arch/arm/boot/dts/at91sam9263.dtsi | 12 ++++++------ arch/arm/boot/dts/at91sam9g25.dtsi | 2 +- arch/arm/boot/dts/at91sam9g45.dtsi | 16 ++++++++-------- arch/arm/boot/dts/at91sam9n12.dtsi | 4 ++-- arch/arm/boot/dts/at91sam9rl.dtsi | 12 ++++++------ arch/arm/boot/dts/at91sam9x5.dtsi | 12 ++++++------ arch/arm/boot/dts/at91sam9x5_usart3.dtsi | 4 ++-- arch/arm/boot/dts/sama5d3.dtsi | 24 ++++++++++++------------ arch/arm/boot/dts/sama5d3_uart.dtsi | 8 ++++---- arch/arm/boot/dts/sama5d4.dtsi | 28 ++++++++++++++-------------- 13 files changed, 87 insertions(+), 87 deletions(-)