From patchwork Fri Jul 21 11:23:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13321897 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 4F21AEB64DC for ; Fri, 21 Jul 2023 11:24:32 +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=JMVZjCNBSrQGATCTkzYigWst7NxHjPRf3Rum4o6pqmY=; b=2yleRFSbJ3Ddho HOZKbdH4ddg5IJRV9MGod53qc9eNzmW4DvMkdddfh6z/WCv7KAe+XbXXoZlRDSB20vSsXsOIQeqbA ckiKYIaQGk4LxlpeysoNsWpCeQ5Bk/LoZ0QTsaFlIvKQw8r7DnqJhNzYL39EZ+MvdduOUzTgTvH2f FHQUyNolYmRxC6396JXNDRK2ASsN5ZDHR7TzkdXJQgSyo212ryzsi9AcngBvC54EQm/E9Y2s6QI2t znqIKYn5XKia8RGs2Aq09IgGh5Gh8mRzDP4UkWdrHsfdmcL5uYTvpLily5le3NAqCm/fQaw8URVur Enqtyzlu4ZkPxFGkjUTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qMoF3-00Dv8t-33; Fri, 21 Jul 2023 11:24:13 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qMoF0-00Dv7s-2Q for linux-arm-kernel@lists.infradead.org; Fri, 21 Jul 2023 11:24:12 +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 B877E2F4; Fri, 21 Jul 2023 04:24:48 -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 139A23F738; Fri, 21 Jul 2023 04:24:03 -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/vexpress: Fix for v6.5 Date: Fri, 21 Jul 2023 12:23:59 +0100 Message-ID: <20230721112359.3369716-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230721_042410_833719_1E68EC69 X-CRM114-Status: UNSURE ( 6.24 ) 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-fix-6.5 for you to fetch changes up to d088d6b648f47fc63e0f1d429c6eaddb426623a4: arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink (2023-07-13 13:55:10 +0100) ---------------------------------------------------------------- Armv8 Juno/Vexpress DTS fix for v6.5 A single simple fix removing dangling symlink left as part of arm dts files movement to vendor sub-directories. It is harmless and causes no issue for the build but scripts copying files see errors/failures. ---------------------------------------------------------------- Sudeep Holla (1): arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi | 1 - 1 file changed, 1 deletion(-) delete mode 120000 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi