From patchwork Tue Sep 8 13:50:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 11763351 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 3D239618 for ; Tue, 8 Sep 2020 13:50:39 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 2D721229C4; Tue, 8 Sep 2020 13:50:39 +0000 (UTC) Delivered-To: soc@kernel.org Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mail.kernel.org (Postfix) with ESMTP id 8FBAB224DE; Tue, 8 Sep 2020 13:50:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8FBAB224DE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=sudeep.holla@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AFB8F165C; Tue, 8 Sep 2020 06:50:37 -0700 (PDT) Received: from bogus (unknown [10.57.10.112]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B6A6E3F73C; Tue, 8 Sep 2020 06:50:35 -0700 (PDT) Date: Tue, 8 Sep 2020 14:50:28 +0100 From: Sudeep Holla List-Id: To: ARM SoC Team , SoC Team , ALKML Cc: Arnd Bergmann , Lorenzo Pieralisi , Kevin Hilman , Liviu Dudau , Sudeep Holla , Olof Johansson Subject: [GIT PULL] ARM/arm64: dts: Updates for v5.10 Message-ID: <20200908135028.GA10106@bogus> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Hi ARM SoC Team, Please pull ! Please note this also contains changes to Realview platform which are acked/reviewed already by Linus Walleij. Regards, Sudeep -->8 The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-5.10 for you to fetch changes up to b83ded8a31e314545727bd5ee852a1f65a6ad1e9: arm64: dts: arm: Fix SP805 clock-names (2020-09-07 10:54:08 +0100) ---------------------------------------------------------------- ARMv8 Juno/Vexpress/Fast Models updates for v5.10 A few device tree source fixes to make them fully SP804 timer and SP805 watchdog binding compliant. ---------------------------------------------------------------- Andre Przywara (3): ARM: dts: arm: Fix SP804 users ARM: dts: arm: Fix SP805 clocks arm64: dts: arm: Fix SP805 clock-names arch/arm/boot/dts/arm-realview-eb.dtsi | 2 +- arch/arm/boot/dts/arm-realview-pb11mp.dts | 20 ++++++++++---------- arch/arm/boot/dts/arm-realview-pbx.dtsi | 4 ++-- arch/arm/boot/dts/mps2.dtsi | 10 ++++++---- arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 2 +- arch/arm/boot/dts/vexpress-v2m.dtsi | 2 +- arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts | 4 ++-- arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 2 +- arch/arm/boot/dts/vexpress-v2p-ca9.dts | 6 +++--- arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 2 +- arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi | 2 +- 11 files changed, 29 insertions(+), 27 deletions(-)