From patchwork Sun Jul 26 19:32:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11686023 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DF562138A for ; Sun, 26 Jul 2020 19:32:10 +0000 (UTC) Received: by mail.kernel.org (Postfix) id CAF4C20715; Sun, 26 Jul 2020 19:32:10 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5388E206E3; Sun, 26 Jul 2020 19:32:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5388E206E3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alexandre.belloni@bootlin.com Received: from localhost (lfbn-lyo-1-1932-79.w90-66.abo.wanadoo.fr [90.66.108.79]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id DCA17100004; Sun, 26 Jul 2020 19:32:07 +0000 (UTC) Date: Sun, 26 Jul 2020 21:32:07 +0200 From: Alexandre Belloni List-Id: To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: DT for 5.9 Message-ID: <20200726193207.GA182066@piout.net> MIME-Version: 1.0 Content-Disposition: inline Arnd, Olof, Here is the DT pull request for AT91. It is mainly fixing audio nodes for the evaluation board. It also introduces the RTT node for sama9x60. Finally, it fixes Ethernet on the GMAC interface of sama5d3_xplained. The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-dt-5.9 for you to fetch changes up to 7dbf4bbf1c320d82058878bd44805724d171e1e8: ARM: dts: at91: sama5d3_xplained: change phy-mode (2020-07-20 11:15:35 +0200) ---------------------------------------------------------------- AT91 DT for 5.9 - ClassD pull down fixes - Enable RTT as RTC on sam9x60ek - Fix phy-mode for sama5d3_xplained ---------------------------------------------------------------- Alexandre Belloni (1): ARM: dts: at91: sama5d3_xplained: change phy-mode Claudiu Beznea (2): dt-bindings: rtc: add microchip,sam9x60-rtt ARM: dts: sam9x60: add rtt Codrin Ciubotariu (3): ARM: dts: at91: sama5d2_xplained: classd: pull-down the R1 and R3 lines ARM: dts: at91: sam9x60ek: classd: pull-down the L1 and L3 lines ARM: dts: at91: sama5d2_xplained: Remove pdmic node .../devicetree/bindings/rtc/atmel,at91sam9-rtc.txt | 4 ++- arch/arm/boot/dts/at91-sam9x60ek.dts | 13 ++++++++-- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 30 +++++++--------------- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 +- arch/arm/boot/dts/sam9x60.dtsi | 7 +++++ 5 files changed, 31 insertions(+), 25 deletions(-)