From patchwork Tue Nov 16 21:53:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janne Grunau X-Patchwork-Id: 12692796 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 83052C433EF for ; Tue, 16 Nov 2021 21:54:56 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 51BEF63223 for ; Tue, 16 Nov 2021 21:54:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 51BEF63223 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jannau.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=89Yz01QMKQVIku/bE6JmffBc1a2wZxuebAK0bMi/JHs=; b=J7dNiUR6kgOcow 9MYtKZM0gdvsk8WtCSAPlhb8VK+qzyBwlfnsWxD+pE/LPgiXzetmwzL3lT0mO5R9C3IACe5Bs2DFu UaWbJfULO01mfV5G1NqmmbAvqZZ+IPsI2yoP8+O5pDVk+7f2e0LrpJ0HzcUUaDrDL65aD57cTKmme IDhg5MFv/ZOfhxgCFK+QW8521SqzOCu5z0pBfbZ+Rq1+im2h46Fr+KUwrZ3RlhHiTGbvG1kXKc2kN eruoSSOamWmossr+0x2WEzHkoB5Vtu3kP6DYPp2m5sAES8SPLWzAk2+9iZeaLvVhJnJ0Z00OBvI5L YxRzBCJdveVcLqvcS9/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mn6OJ-002ox0-Na; Tue, 16 Nov 2021 21:53:23 +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 1mn6OF-002ovL-WF for linux-arm-kernel@lists.infradead.org; Tue, 16 Nov 2021 21:53:21 +0000 Received: from coburn.home.jannau.net (p579ad520.dip0.t-ipconnect.de [87.154.213.32]) by soltyk.jannau.net (Postfix) with ESMTPSA id 0BD10261AE4; Tue, 16 Nov 2021 22:53:16 +0100 (CET) From: Janne Grunau To: Hector Martin , Sven Peter , Alyssa Rosenzweig , Rob Herring Cc: Mark Kettenis , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Add DTs for all Apple M1 (t8103) devices Date: Tue, 16 Nov 2021 22:53:13 +0100 Message-Id: <20211116215315.22528-1-j@jannau.net> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211116_135320_228403_D3218134 X-CRM114-Status: UNSURE ( 8.90 ) 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 this series adds DTs for all current Apple M1 devices. Specifically it adds DTs for following devices: - MacBook Air (M1, 2020) - Macbook Pro (13-inch, M1, 2020) - iMac (24-inch, M1, 2021) With the addition of PCIe support the devices started to differ in their supported hardware. The MacBook Air and Pro do not have an ethernet and USB PCIe controllers. The 24-inch iMac has a configuration without USB ihost controller. In addtion it will help with AsahiLinux bootloader (m1n1). It started in October to refuse to load DTs that do not match the model it is running on. Janne Grunau (2): dt-bindings: arm: apple: Add iMac (24-inch 2021) to Apple bindings arm64: dts: apple: Add missing M1 (t8103) devices .../devicetree/bindings/arm/apple.yaml | 6 ++- arch/arm64/boot/dts/apple/Makefile | 4 ++ arch/arm64/boot/dts/apple/t8103-j274.dts | 29 +---------- arch/arm64/boot/dts/apple/t8103-j293.dts | 33 +++++++++++++ arch/arm64/boot/dts/apple/t8103-j313.dts | 33 +++++++++++++ arch/arm64/boot/dts/apple/t8103-j456.dts | 41 ++++++++++++++++ arch/arm64/boot/dts/apple/t8103-j457.dts | 47 ++++++++++++++++++ arch/arm64/boot/dts/apple/t8103-jxxx.dtsi | 49 +++++++++++++++++++ 8 files changed, 212 insertions(+), 30 deletions(-) create mode 100644 arch/arm64/boot/dts/apple/t8103-j293.dts create mode 100644 arch/arm64/boot/dts/apple/t8103-j313.dts create mode 100644 arch/arm64/boot/dts/apple/t8103-j456.dts create mode 100644 arch/arm64/boot/dts/apple/t8103-j457.dts create mode 100644 arch/arm64/boot/dts/apple/t8103-jxxx.dtsi