From mboxrd@z Thu Jan 1 00:00:00 1970 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 23E9BECAAD5 for ; Sat, 10 Sep 2022 11:47:30 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=K3YS6RUqjjzjjT2hGTFhRKRBqqpwaTc1pjs/2Vs4jFA=; b=AbW3Fwlp+LoLrs aiWrXhtbu+isNXQZufDdEXFhfKCUXwKHnE7RoF271rGZ+q7eGp7a1gjEoSDtUQSPfek3LKfTKJUWs ek+Se+WH+Ze9bZaw0Vvc+sdIqfdygpamjBZJFlvhfY1rN7RmT6FqR8/1Miuje5dsS7EKMNiikyTec bZJSRs4p+qEJovt2keEMM0n74t4NlIZoDA7zZG1MhOELqA9BlofRmsuK3hHJn38uoqf89DNEzt82q XQ+xnQGNPp+Jle8jtoqnywdAYzAzxgD9F1LXxx31JGlQiPK84Mtnf/HWu7lFmei57FO4BLutsSYZH rG4z2tJ2lfKMqQEaxJjA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWywR-009lbj-F3; Sat, 10 Sep 2022 11:46:31 +0000 Received: from soltyk.jannau.net ([144.76.91.90]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWywN-009lar-T7 for linux-arm-kernel@lists.infradead.org; Sat, 10 Sep 2022 11:46:29 +0000 Received: by soltyk.jannau.net (Postfix, from userid 1000) id 781C126F009; Sat, 10 Sep 2022 13:46:26 +0200 (CEST) Date: Sat, 10 Sep 2022 13:46:26 +0200 From: Janne Grunau To: asahi@lists.linux.dev Cc: Mark Kettenis , Alyssa Rosenzweig , Hector Martin , Krzysztof Kozlowski , Rob Herring , Sven Peter , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 08/10] arm64: dts: apple: Add J375 devicetrees Message-ID: <20220910114626.GE4024@jannau.net> References: <20220909135103.98179-1-j@jannau.net> <20220909135103.98179-9-j@jannau.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220909135103.98179-9-j@jannau.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220910_044628_108007_B96CDD8A X-CRM114-Status: GOOD ( 15.22 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2022-09-09 15:51:01 +0200, Janne Grunau wrote: > These are the Mac Studio devices with M1 Max (t6001) and > M1 Ultra (t6002). > > Signed-off-by: Janne Grunau > --- > > arch/arm64/boot/dts/apple/Makefile | 2 + > arch/arm64/boot/dts/apple/t6001-j375c.dts | 18 ++++ > arch/arm64/boot/dts/apple/t6002-j375d.dts | 50 ++++++++++ > arch/arm64/boot/dts/apple/t600x-j375.dtsi | 115 ++++++++++++++++++++++ > 4 files changed, 185 insertions(+) > create mode 100644 arch/arm64/boot/dts/apple/t6001-j375c.dts > create mode 100644 arch/arm64/boot/dts/apple/t6002-j375d.dts > create mode 100644 arch/arm64/boot/dts/apple/t600x-j375.dtsi ... > diff --git a/arch/arm64/boot/dts/apple/t600x-j375.dtsi b/arch/arm64/boot/dts/apple/t600x-j375.dtsi > new file mode 100644 > index 000000000000..c5444cb34389 > --- /dev/null > +++ b/arch/arm64/boot/dts/apple/t600x-j375.dtsi > @@ -0,0 +1,115 @@ > +// SPDX-License-Identifier: GPL-2.0+ OR MIT > +/* > + * Mac Studio (2022) > + * > + * This file contains the parts common to J375 devices with both t6001 and t6002. > + * > + * target-type: J375c / J375d > + * > + * Copyright The Asahi Linux Contributors > + */ > + > +/dts-v1/; This stray "/dts-v1/;" has been removed locally from the .dtsi file, fixing a build error. Janne _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel