From patchwork Mon Jan 13 15:54:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11330491 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 810C092A for ; Mon, 13 Jan 2020 16:00:55 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 11179206DA for ; Mon, 13 Jan 2020 16:00:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="cxzTdUKk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 11179206DA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1188+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id wZMsYY1556264xB1OmoFhXcW; Mon, 13 Jan 2020 08:00:54 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.39445.1578931243465810142 for ; Mon, 13 Jan 2020 08:00:43 -0800 X-Received: by mail.kernel.org (Postfix) id A9B2F21569; Mon, 13 Jan 2020 15:54:27 +0000 (UTC) X-Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (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 7DC3921556; Mon, 13 Jan 2020 15:54:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DC3921556 X-Originating-IP: 90.65.102.129 X-Received: from localhost (lfbn-lyo-1-1670-129.w90-65.abo.wanadoo.fr [90.65.102.129]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 05650E000B; Mon, 13 Jan 2020 15:54:23 +0000 (UTC) Date: Mon, 13 Jan 2020 16:54:23 +0100 From: Alexandre Belloni To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: DT for 5.6 #1 Message-ID: <20200113155423.GA1357189@piout.net> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: nCv50xYq6ZuYZtG9WMgHRqfZx1554929AA= Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1578931254; bh=3raIBbh7bO8RB0cRn7WfdZ0X7QThi+4LbqKgv8h7wMQ=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=cxzTdUKkw+Hp727qNQ/39vnRCf9ymSQXx66+vmIRn66c7Vwti7n7TP9vFMJaErxjA8A ad87L8+TGZGoobMvEZBHZHqb6q7qXH7DSiDuitRXnvTPjJ30xfMeXtiWJ6lRpTzpOTv3p 9YEPJce14VCoTw5pKOL2rC/OEMOakxrsseU= Arnd, Olof, Here is the first AT91 DT pull request for 5.6. A few new boards and not so urgent fixes this cycle. I may have a second pull request by then end of the week with the sam9x60 device tree. The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.6-dt-1 for you to fetch changes up to a7e0f3fc01df4b1b7077df777c37feae8c9e8b6d: ARM: dts: at91: sama5d3: define clock rate range for tcb1 (2020-01-10 18:25:14 +0100) ---------------------------------------------------------------- AT91 DT for 5.6 - Fix sama5d3 peripheral clock rate range - New boards: Overkiz Smartikz and Kizbox Mini, Microchip SAMA5D27 wlsom1-ek - sama5d2 sdmcc fixes ---------------------------------------------------------------- Alexandre Belloni (3): ARM: dts: at91: nattis 2: remove unnecessary include ARM: dts: at91: sama5d3: fix maximum peripheral clock rates ARM: dts: at91: sama5d3: define clock rate range for tcb1 Andrei Stefanescu (1): ARM: dts: at91: sama5d2: mark secumod as a GPIO controller Eugen Hristev (3): dt-bindings: ARM: at91: Document SAMA5D27 WLSOM1 and Evaluation Kit ARM: dts: at91: sama5d27_wlsom1: add SAMA5D27 wlsom1 and wlsom1-ek ARM: dts: at91: sama5d27_som1_ek: add i2c filters properties Ingo van Lil (1): ARM: dts: at91: Reenable UART TX pull-ups Kamel Bouhara (3): ARM: dts: at91: rearrange kizbox dts using aliases nodes dt-bindings: arm: at91: Document Kizboxmini and Smartkiz boards binding ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file Ludovic Desroches (1): ARM: dts: at91: sama5d2: set the sdmmc gclk frequency Nicolas Ferre (1): ARM: dts: at91: sama5d27_som1_ek: add the microchip,sdcal-inverted on sdmmc0 Razvan Stefanescu (1): ARM: dts: at91: sama5d2: disable pwm0 by default .../devicetree/bindings/arm/atmel-at91.yaml | 25 ++ arch/arm/boot/dts/Makefile | 6 +- arch/arm/boot/dts/at91-kizbox.dts | 172 ++++++------ arch/arm/boot/dts/at91-kizboxmini-base.dts | 24 ++ ...-kizboxmini.dts => at91-kizboxmini-common.dtsi} | 163 ++++++----- arch/arm/boot/dts/at91-kizboxmini-mb.dts | 26 ++ arch/arm/boot/dts/at91-kizboxmini-rd.dts | 49 ++++ arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 1 - arch/arm/boot/dts/at91-sama5d27_som1.dtsi | 4 + arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 6 + arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi | 304 +++++++++++++++++++++ arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts | 270 ++++++++++++++++++ arch/arm/boot/dts/at91-smartkiz.dts | 109 ++++++++ arch/arm/boot/dts/at91sam9260.dtsi | 16 +- arch/arm/boot/dts/at91sam9261.dtsi | 6 +- arch/arm/boot/dts/at91sam9263.dtsi | 6 +- arch/arm/boot/dts/at91sam9g45.dtsi | 8 +- arch/arm/boot/dts/at91sam9rl.dtsi | 8 +- arch/arm/boot/dts/sama5d2.dtsi | 10 +- arch/arm/boot/dts/sama5d3.dtsi | 28 +- arch/arm/boot/dts/sama5d3_can.dtsi | 4 +- arch/arm/boot/dts/sama5d3_tcb1.dtsi | 1 + arch/arm/boot/dts/sama5d3_uart.dtsi | 4 +- 23 files changed, 1037 insertions(+), 213 deletions(-) create mode 100644 arch/arm/boot/dts/at91-kizboxmini-base.dts rename arch/arm/boot/dts/{at91-kizboxmini.dts => at91-kizboxmini-common.dtsi} (51%) create mode 100644 arch/arm/boot/dts/at91-kizboxmini-mb.dts create mode 100644 arch/arm/boot/dts/at91-kizboxmini-rd.dts create mode 100644 arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi create mode 100644 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts create mode 100644 arch/arm/boot/dts/at91-smartkiz.dts