Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp907010imu; Tue, 11 Dec 2018 09:22:02 -0800 (PST) X-Google-Smtp-Source: AFSGD/UmVdsYAbeCMRJPiJF4i2Ovbn7pfZW6HGEzYYT4+h0UYXLAldEv1LsZ8cedDjWFeezKKAU4 X-Received: by 2002:a63:e754:: with SMTP id j20mr14812421pgk.228.1544548922930; Tue, 11 Dec 2018 09:22:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544548922; cv=none; d=google.com; s=arc-20160816; b=XvuHFoetZxoB+z/66StK3q1W5QHCvSbyLmwFJtjJpNfDIm9e0eJdBy+gTXV8ONG89f RqoPq2DNeuwlg8JgvkWYptY3uHCwSfZKGXe6pRMrjAshnT4UNplg9GJH7HmK1o+HiL5F kPhtQ8bpTh/l4QeRYVaxlUCH0+mrH8YCsCwzfKs2fuQl+5irb+CBSAwggI0uhy6z4s9O Su3BYJtMlaoaEQkeGbHRGjN4hg+h5+ooJWR85qGTnzt3Poq/sC7Het/TGgmB33chnOOz fIsWQIsvJYoPwInNhUSTEOFLG2zlgPvHy80t7UmM3ZIHtCf/cag/aCtRmLiHz3mamiKK ishQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=0FFGd24kj5bcGrJKMnXurSwTQrDpDHekM2KcrfJaNmE=; b=hpYgMzygGScCunyDn/J3TJMWZzhaxFiKaQmSyhAyegg4XeMVfA9hPiNB+xKyGYoSb8 Qn/Oh2+0kDp0jTnJvMQA7P5diM77SGnX0JibPPzzWTZ/LQjcTFr4W4DwysFn93elBUv/ jd7dsf+OemKYw0EJMVA1KjntD+r7zXKkT0OcPaZf2N1sHseVlr4a22Xf7hfEMi+PQG1p It+NuzRu3Qc+tA/K1EA7oU2zpoqw+zmL8p7XaXHVaNAm4a89VPlISCvzXzxvuM4RKBDJ k2g3aqHLLF/33JiSpzq6Y9QHtTXMmqU8Ex51u42cCj2TianDfMfALwaxUq4ySRWIEYbk bggA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p3si12544627plk.424.2018.12.11.09.21.47; Tue, 11 Dec 2018 09:22:02 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727374AbeLKRL0 (ORCPT + 99 others); Tue, 11 Dec 2018 12:11:26 -0500 Received: from mail.bootlin.com ([62.4.15.54]:33172 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726350AbeLKRL0 (ORCPT ); Tue, 11 Dec 2018 12:11:26 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 6C2A420510; Tue, 11 Dec 2018 18:11:23 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from localhost (unknown [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 422D6207AD; Tue, 11 Dec 2018 18:11:13 +0100 (CET) Date: Tue, 11 Dec 2018 18:11:12 +0100 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@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 4.21 Message-ID: <20181211171112.GA30925@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd, Olof, Here is the DT pull request for 4.21. The clock DT binding switch has been in -next for a while and doesn't seem to have any issue. This is based on the 4.20 fixes branch that you alredy pulled. The following changes since commit 4ab7ca092c3c7ac8b16aa28eba723a8868f82f14: ARM: dts: at91: sama5d2: use the divided clock for SMC (2018-11-21 11:50:32 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.21-dt for you to fetch changes up to d8007306f6ad18f2ba0dcad68ffe9b2fd1d56bfb: ARM: dts: at91: nattis: initialize the BLON pin as output-low early (2018-11-21 12:24:50 +0100) ---------------------------------------------------------------- AT91 DT for 4.21 - Switch most platforms to the new clock binding - Small improvement for Axentia nattis ---------------------------------------------------------------- Alexandre Belloni (7): ARM: dts: at91: sama5d4: switch to new clock bindings ARM: dts: at91: sama5d2: switch to new clock binding ARM: dts: at91: at91sam9260: switch to new clock bindings ARM: dts: at91: at91sam9261: switch to new clock bindings ARM: dts: at91: at91sam9263: switch to new clock bindings ARM: dts: at91: at91sam9x5: switch to new clock bindings ARM: dts: at91: at91sam9rl: switch to new clock bindings Peter Rosin (1): ARM: dts: at91: nattis: initialize the BLON pin as output-low early arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 8 + arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 12 +- arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 2 +- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 4 +- arch/arm/boot/dts/at91-sama5d4ek.dts | 2 +- arch/arm/boot/dts/at91sam9260.dtsi | 308 ++----------- arch/arm/boot/dts/at91sam9261.dtsi | 287 +----------- arch/arm/boot/dts/at91sam9263.dtsi | 315 ++----------- arch/arm/boot/dts/at91sam9g15.dtsi | 4 + arch/arm/boot/dts/at91sam9g20.dtsi | 23 +- arch/arm/boot/dts/at91sam9g25.dtsi | 4 + arch/arm/boot/dts/at91sam9g25ek.dts | 4 +- arch/arm/boot/dts/at91sam9g35.dtsi | 4 + arch/arm/boot/dts/at91sam9rl.dtsi | 239 +--------- arch/arm/boot/dts/at91sam9x25.dtsi | 4 + arch/arm/boot/dts/at91sam9x35.dtsi | 4 + arch/arm/boot/dts/at91sam9x5.dtsi | 326 ++------------ arch/arm/boot/dts/at91sam9x5_can.dtsi | 18 +- arch/arm/boot/dts/at91sam9x5_isi.dtsi | 11 +- arch/arm/boot/dts/at91sam9x5_lcd.dtsi | 19 +- arch/arm/boot/dts/at91sam9x5_macb0.dtsi | 11 +- arch/arm/boot/dts/at91sam9x5_macb1.dtsi | 11 +- arch/arm/boot/dts/at91sam9x5_usart3.dtsi | 11 +- arch/arm/boot/dts/sama5d2.dtsi | 670 +++------------------------- arch/arm/boot/dts/sama5d4.dtsi | 535 ++-------------------- 25 files changed, 295 insertions(+), 2541 deletions(-) -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com