Return-Path: <SRS0=DfI0=5H=bootlin.com=alexandre.belloni@kernel.org> 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 39C151731 for <patchwork-soc@patchwork.kernel.org>; Sun, 22 Mar 2020 08:59:40 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 1A8D520777; Sun, 22 Mar 2020 08:59:40 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) (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 99A4720753; Sun, 22 Mar 2020 08:59:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 99A4720753 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-9-35.w86-202.abo.wanadoo.fr [86.202.105.35]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 26DDB24000B; Sun, 22 Mar 2020 08:59:32 +0000 (UTC) Date: Sun, 22 Mar 2020 09:59:31 +0100 From: Alexandre Belloni <alexandre.belloni@bootlin.com> List-Id: <soc.lore.kernel.org> To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>, arm@kernel.org, soc@kernel.org Cc: Nicolas Ferre <nicolas.ferre@microchip.com>, Ludovic Desroches <ludovic.desroches@microchip.com>, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: DT for 5.7 Message-ID: <20200322085931.GA208770@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline
Arnd, Olof, Very few DT updates this cycle. I've filled in the google doc as you requested. The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.7-dt for you to fetch changes up to b8c2c052de210d23d83eb178fa030b541ca51842: ARM: dts: at91: sama5d27_wlsom1_ek: add USB device node (2020-03-20 23:58:14 +0100) ---------------------------------------------------------------- AT91 DT for 5.7 - Enable watchdog on sam9x60 - Correct sama5d4/2 RTC compatibles - Add i2c gpio pinctrl to allow i2c recovery ---------------------------------------------------------------- Alexandre Belloni (2): ARM: dts: at91: sama5d2: use correct rtc compatible ARM: dts: at91: sama5d4: use correct rtc compatible Cristian Birsan (1): ARM: dts: at91: sama5d27_wlsom1_ek: add USB device node Eugen Hristev (2): ARM: dts: at91: sam9x60: add watchdog node ARM: dts: at91: sam9x60ek: enable watchdog node Kamel Bouhara (3): ARM: dts: at91: sama5d3: add i2c gpio pinctrl ARM: dts: at91: sama5d4: add i2c gpio pinctrl ARM: dts: at91: sama5d2: add i2c gpio pinctrl Rob Herring (1): ARM: dts: at91: Kill off "simple-panel" compatibles arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi | 2 +- arch/arm/boot/dts/at91-sam9x60ek.dts | 5 ++++ arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts | 12 +++++++++ arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 33 ++++++++++++++++++++++--- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 33 ++++++++++++++++++++++--- arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts | 2 +- arch/arm/boot/dts/at91sam9n12ek.dts | 2 +- arch/arm/boot/dts/at91sam9x5dm.dtsi | 2 +- arch/arm/boot/dts/sam9x60.dtsi | 8 ++++++ arch/arm/boot/dts/sama5d2.dtsi | 2 +- arch/arm/boot/dts/sama5d3.dtsi | 33 ++++++++++++++++++++++--- arch/arm/boot/dts/sama5d4.dtsi | 35 ++++++++++++++++++++++++--- 12 files changed, 151 insertions(+), 18 deletions(-)