From nobody Thu Sep 18 15:36:51 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 BBF49C4321E for ; Mon, 5 Dec 2022 10:02:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231540AbiLEKCp (ORCPT ); Mon, 5 Dec 2022 05:02:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231578AbiLEKCi (ORCPT ); Mon, 5 Dec 2022 05:02:38 -0500 Received: from mail.marcansoft.com (marcansoft.com [212.63.210.85]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29289C0F; Mon, 5 Dec 2022 02:02:35 -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: sendonly@marcansoft.com) by mail.marcansoft.com (Postfix) with ESMTPSA id B18F041F72; Mon, 5 Dec 2022 10:02:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=marcan.st; s=default; t=1670234553; bh=lvzR71Puvwn8e/WO5N0bPNELgxMXJHRnFAET4OycXe0=; h=From:To:Cc:Subject:Date; b=W7qNzgkk5f+5BiUOeBCK5cb9Cub3n8+Nn8o2LPggIbCJv4RPuiQnBvmkjjfDptmUA ETNH+G6w6SoGy7XQMLEjewP7jbTYzXF9RdgM3LdH334GzNovNFFuzPz+eF7cWSbowz 9sVZTR8U4HcrweUZ8a2ucAPfXG5SDMXvfOxitVaEIz4dhwjifpseM/5sgkxXH5Jebu mXVbG1tk7foSA6jgiXBpitCDkCInPVrmjZt9LmmnxoD3R+cOSlyYGP+LD/vhLuPP7r u16AaI6Acp16b9z122DQcw5mkneCDDYZwd68PjnxXa9+LN37qg4iU8wBr+Zet/WN7e ChObTU5QzgLpw== From: Hector Martin To: =?UTF-8?q?Martin=20Povi=C5=A1er?= , Sven Peter Cc: Alyssa Rosenzweig , devicetree@vger.kernel.org, asahi@lists.linux.dev, linux-kernel@vger.kernel.org, Hector Martin Subject: [PATCH] arm64: dts: apple: Rename dart-sio* to sio-dart* Date: Mon, 5 Dec 2022 19:02:11 +0900 Message-Id: <20221205100211.3155-1-marcan@marcan.st> X-Mailer: git-send-email 2.35.1 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" All the other DARTs are named foo-dart, so let's keep things consistent. Fixes: 51979fbb7fb8 ("arm64: dts: apple: t600x: Add MCA and its support") Fixes: 8a3df85ad87d ("arm64: dts: apple: t8103: Add MCA and its support") Signed-off-by: Hector Martin Reviewed-by: Mark Kettenis Reviewed-by: Sven Peter --- arch/arm64/boot/dts/apple/t600x-die0.dtsi | 6 +++--- arch/arm64/boot/dts/apple/t8103.dtsi | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/apple/t600x-die0.dtsi b/arch/arm64/boot/dt= s/apple/t600x-die0.dtsi index 0b8958a8db77..e2f972c2c147 100644 --- a/arch/arm64/boot/dts/apple/t600x-die0.dtsi +++ b/arch/arm64/boot/dts/apple/t600x-die0.dtsi @@ -53,7 +53,7 @@ wdt: watchdog@2922b0000 { interrupts =3D ; }; =20 - dart_sio_0: iommu@39b004000 { + sio_dart_0: iommu@39b004000 { compatible =3D "apple,t6000-dart"; reg =3D <0x3 0x9b004000 0x0 0x4000>; interrupt-parent =3D <&aic>; @@ -62,7 +62,7 @@ dart_sio_0: iommu@39b004000 { power-domains =3D <&ps_sio_cpu>; }; =20 - dart_sio_1: iommu@39b008000 { + sio_dart_1: iommu@39b008000 { compatible =3D "apple,t6000-dart"; reg =3D <0x3 0x9b008000 0x0 0x8000>; interrupt-parent =3D <&aic>; @@ -179,7 +179,7 @@ admac: dma-controller@39b400000 { <&aic AIC_IRQ 0 1118 IRQ_TYPE_LEVEL_HIGH>, <0>, <0>; - iommus =3D <&dart_sio_0 2>, <&dart_sio_1 2>; + iommus =3D <&sio_dart_0 2>, <&sio_dart_1 2>; power-domains =3D <&ps_sio_adma>; resets =3D <&ps_audio_p>; }; diff --git a/arch/arm64/boot/dts/apple/t8103.dtsi b/arch/arm64/boot/dts/app= le/t8103.dtsi index 6f5a2334e5b1..1ea760ef2c25 100644 --- a/arch/arm64/boot/dts/apple/t8103.dtsi +++ b/arch/arm64/boot/dts/apple/t8103.dtsi @@ -318,7 +318,7 @@ cpufreq_p: performance-controller@211e20000 { #performance-domain-cells =3D <0>; }; =20 - dart_sio: iommu@235004000 { + sio_dart: iommu@235004000 { compatible =3D "apple,t8103-dart"; reg =3D <0x2 0x35004000 0x0 0x4000>; interrupt-parent =3D <&aic>; @@ -431,7 +431,7 @@ admac: dma-controller@238200000 { <0>, <0>; #dma-cells =3D <1>; - iommus =3D <&dart_sio 2>; + iommus =3D <&sio_dart 2>; power-domains =3D <&ps_sio_adma>; resets =3D <&ps_audio_p>; }; --=20 2.35.1