From nobody Thu Sep 18 10:19:08 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30160C4708D for ; Wed, 7 Dec 2022 01:43:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229841AbiLGBn0 (ORCPT ); Tue, 6 Dec 2022 20:43:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229781AbiLGBnV (ORCPT ); Tue, 6 Dec 2022 20:43:21 -0500 Received: from mail.marcansoft.com (marcansoft.com [212.63.210.85]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E280A52887; Tue, 6 Dec 2022 17:43:19 -0800 (PST) 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: linasend@asahilina.net) by mail.marcansoft.com (Postfix) with ESMTPSA id 06BBC41F72; Wed, 7 Dec 2022 01:43:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=asahilina.net; s=default; t=1670377398; bh=OUQL2BwK22yCDGZU4/AGkA3BQUFil4yDcuraBSM6/Q0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=omNlpXQOoXIYIMWHUVP5k6HNLV5ZfkxIQeyWH0hWwT3WVQ/aHTnTsJ2jrQhRM6XX5 7TxmHeuifS2uLsnfLZcBlZzXm9WZiWwrRTikjrEFRJTKa0IpttgslzBOuEVWaNa33M +3iLj3V5ThLV1IZ1eI3Pux1c3L+riMOGNUFXXhFQ4JSRgezCxSmZBwcTnBUCbJTFlc nSxjFHGE/nOlz7GGkQ1kLnL7NW/V38AdqFdsSMScdSJ26p+wcpJhFiX1LeSpZIdXGl HMMftdvUdT7DvvkRVXRc+s38FBwOQ8+rTXXBTyWnbvE4XipzU9amWRMYhaqF+xmSxh efghuORndh2Rg== From: Asahi Lina To: Hector Martin , Sven Peter , Alyssa Rosenzweig , Janne Grunau Cc: Marc Zyngier , asahi@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Asahi Lina Subject: [PATCH] arm64 dts: apple: t600x-pmgr: Fix search & replace typo Date: Wed, 7 Dec 2022 10:43:05 +0900 Message-Id: <20221207014305.21018-2-lina@asahilina.net> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221207014305.21018-1-lina@asahilina.net> References: <20221207014305.21018-1-lina@asahilina.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" It looks like the search-and-replace that happened to add die IDs to the t600x PMGR tree was a little bit too eager on a comment, and nobody noticed! Let's fix that. Fixes: fa86294eb355 ("arm64: dts: apple: Add initial t6000/t6001/t6002 DTs") Signed-off-by: Asahi Lina Reviewed-by: Janne Grunau --- arch/arm64/boot/dts/apple/t600x-pmgr.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/apple/t600x-pmgr.dtsi b/arch/arm64/boot/dt= s/apple/t600x-pmgr.dtsi index b8daeb0368d5..0bd44753b76a 100644 --- a/arch/arm64/boot/dts/apple/t600x-pmgr.dtsi +++ b/arch/arm64/boot/dts/apple/t600x-pmgr.dtsi @@ -225,7 +225,7 @@ DIE_NODE(ps_afr): power-controller@1e8 { #power-domain-cells =3D <0>; #reset-cells =3D <0>; label =3D DIE_LABEL(afr); - /* Apple Fabric, media DIE_NODE(stuff): this can power down */ + /* Apple Fabric, media stuff: this can power down */ }; =20 DIE_NODE(ps_afnc1_ioa): power-controller@1f0 { --=20 2.35.1