From patchwork Thu Dec 8 16:25:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hector Martin X-Patchwork-Id: 13068592 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 A015FC4332F for ; Thu, 8 Dec 2022 16:26:39 +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:Cc:To:Subject:From:MIME-Version:Date: Message-ID: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=1/TQ6BPCKsNVFbqmFDpREbWFVjx8I1RuZaLdXd7Xyls=; b=h/GKQLMM7eC6+x P22TigOW/gLLLE8YsMkpZB9s8ZhgPUBbc4RQkIHxgSmdyw2xuZ3sWertmVThnoE3rG1nWyv+JmBNY 9yGWpLTrzwF9aWyG4J5ZcnMcl1/pwn8SfhwEWSxKi+99N8wGBlcHcxBSOfoJpr/XA4vpRyg/CXIU6 XZilriU2GW2spDOovdozOPP0Z/wq+0UHMbAyWGsK50xox1s3eL/nK7fsD4GeHiJ4mvN7p33WrMyT3 WW6oFEUmhyaeqhSsEjOD7a5gLxG1BKU4A1in8fjk1ZKp0CxcRagDuD9SSx5+EHGRn58wFmdSnwsK7 oGM/WccLO2QS5rACCXvQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p3JiS-00595d-5I; Thu, 08 Dec 2022 16:25:44 +0000 Received: from marcansoft.com ([212.63.210.85] helo=mail.marcansoft.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p3JiO-005915-Dg for linux-arm-kernel@lists.infradead.org; Thu, 08 Dec 2022 16:25:42 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 3634541F72; Thu, 8 Dec 2022 16:25:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=marcan.st; s=default; t=1670516729; bh=4RnokV0DnSVNFLMRUJNU+pP7138XjdHt4zeA1xbMWH8=; h=Date:From:Subject:To:Cc; b=O4aqOoSK6JFhVn8RY3hp/IIIOQLUbOB3IOJReCYEXn1xKGezudFuT6kvEgCLbSno+ vElIiQiC/5t9lpkNx2c/B/AIoF2+OBD+k4D+s4DNUoeudJe2QZVkAewBdGiKk9FViY WxekwQYTgfl0KtLa3tVlqvTfBoe0l+Pai3JkqRT4m9srIRvfdXlwSwkMViGes6LOZ+ 78QjhZRM8C3rZfa1qlqZaPLoypBrR6qpLVrUxJz0FG+HOru/2AN8LCNp9OJjbnm+Wy xAexPOC0cy7cpwYUcdvpgkBna94Vhi9Z9o3kHyFpR2Nxo3RhOyc1KeYjpwMv1XQ1Nj UoBUEth+5g+dA== Message-ID: <488ad4e9-04dc-1774-3bbe-d313ef30f14d@marcan.st> Date: Fri, 9 Dec 2022 01:25:25 +0900 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 From: Hector Martin Subject: [GIT PULL] Apple SoC DT updates for 6.2 (v3) To: SoC Team Content-Language: en-US Cc: Asahi Linux , LKML , Linux ARM X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221208_082540_922553_C07EEC55 X-CRM114-Status: UNSURE ( 7.07 ) 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 SoC folks, Please merge these DT changes for 6.2. One last round this cycle :) This batch ended up collecting a little pile of typo, style, and one minor functional fix. It also includes the cache topology info for t8103, mirroring the t600x change that went into the previous batch. -Hector The following changes since commit d32c1530c7230b756ca9a6b6cf92ce6e60788594: arm64: dts: apple: Add CPU topology & cpufreq nodes for t600x (2022-12-04 13:31:59 +0900) are available in the Git repository at: https://github.com/AsahiLinux/linux.git tags/asahi-soc-dt-6.2-v3 for you to fetch changes up to 67327f125801f98aec9e2cf5e1df16cf493a065f: arm64: dts: apple: t6002: Fix GPU power domains (2022-12-08 14:37:29 +0900) ---------------------------------------------------------------- Apple SoC DT updates for 6.2 (v3). One final update for 6.2. This includes: * L1/L2 cache topology for t8103 * A bunch of typo, style, and minor functional fixes ---------------------------------------------------------------- Asahi Lina (2): arm64: dts: apple: t600x-pmgr: Fix search & replace typo arm64: dts: apple: t6002: Fix GPU power domains Hector Martin (1): arm64: dts: apple: Rename dart-sio* to sio-dart* Janne Grunau (3): arch: arm64: apple: t8103: Use standard "iommu" node name arch: arm64: apple: t600x: Use standard "iommu" node name arm64: dts: apple: Add t8103 L1/L2 cache properties and nodes arch/arm64/boot/dts/apple/t6002.dtsi | 5 ++++ arch/arm64/boot/dts/apple/t600x-die0.dtsi | 14 ++++----- arch/arm64/boot/dts/apple/t600x-pmgr.dtsi | 2 +- arch/arm64/boot/dts/apple/t8103.dtsi | 48 +++++++++++++++++++++++++++---- 4 files changed, 56 insertions(+), 13 deletions(-)