From patchwork Mon Aug 29 17:44:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 12958299 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D2F09ECAAA4 for ; Mon, 29 Aug 2022 17:45:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=uNfhNesEKlLDD93Jc5mm+WgMYQJw84TH7g3Pj8fd058=; b=CizFg7dbB6UQ7N 8utQdacu071h/3+LrWnxT4CEVAjjSQ9tusuu2sVzX6A4fmDOcxGTskA3KE2NsyPUTyWSsjz6ZG67B Z5CXGZeejWI6pgbCl/90LZObcIzuPC4l+/Yc7DPp3CoVjzhYc9qrWwXILsi6Qn22wV7th3G/Qc0Yr TxMGx0ucf9zFIVuxn5dmGeAIthozusuvbm8k7crBtwf/6O2vSCVIIcHmaNuIxcy8sc0ygjarGkgW1 peBx3TYZ5jcG4LXTXbOKCipMWdBMMz059JExMMzIre0singRaoOHKZzJAegILz/7jDz2I6g2Ke0gz HBZvleYznE55Gx1nmTgg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oSioQ-00C5Rb-AY; Mon, 29 Aug 2022 17:44:38 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oSioM-00C5QI-JA for linux-arm-kernel@lists.infradead.org; Mon, 29 Aug 2022 17:44:36 +0000 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 7E54723A; Mon, 29 Aug 2022 10:44:35 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3C8FC3F71A; Mon, 29 Aug 2022 10:44:28 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Lorenzo Pieralisi , Liviu Dudau , Olof Johansson Subject: [GIT PULL] arm64: dts: juno: fixes for v6.0-rc1 Date: Mon, 29 Aug 2022 18:44:20 +0100 Message-Id: <20220829174420.207880-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220829_104434_737661_C147A516 X-CRM114-Status: UNSURE ( 7.48 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi ARM SoC Team, Please pull ! Regards, Sudeep -->8 The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-fixes-6.0 for you to fetch changes up to 422ab8fe15e30066d4c8e236b747c77069bfca45: arm64: dts: juno: Add missing MHU secure-irq (2022-08-15 14:54:22 +0100) ---------------------------------------------------------------- Armv8 Juno fixes for v6.0 Couple of fixes to add missing MHU secure-irq and remove the legacy coresight 'slave-mode' property. ---------------------------------------------------------------- Jassi Brar (1): arm64: dts: juno: Add missing MHU secure-irq Rob Herring (1): arm64: dts: arm: juno: Remove legacy Coresight 'slave-mode' property arch/arm64/boot/dts/arm/juno-base.dtsi | 3 ++- arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-)