From patchwork Sun Nov 21 18:07:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janne Grunau X-Patchwork-Id: 12693241 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 BD742C433EF for ; Sun, 21 Nov 2021 18:09:29 +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: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=W0Y/fbwekEqBlP0+uUMnfu9yJ71oUB/FfhHDCv7pp58=; b=siVwtdz5gczv3/ tepu8dHsmPRPs06l+1EssGugX20ZlwkQWDwivE9l9Y7G/FV/dRdyGxvQIrgeqHgFMVeESi87MKGrc ncQEQfUlmL75SY7bIL6LULnlUr2dz66ftHb66vEQDTKJM3kdvgCzolacmSHDTAs5CRjqWqU5RdVql 7PDxRbfW5iyv4WurwAHrWzEokz8r5D+9pJ2X+m/Rarapbd4p6wVUD5x40+o1UKsrfKA0zMNMjn5V3 kk0bg8UPCLgPirbtdwbnFto6Hs5FhsSjcHjUHtm0AdBbODrV3RCs0N91Nxkp1TPVtTdhzrFqUOcWY 8wUsxiV/DZgViJDrfr4Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1morGB-00E6yW-3T; Sun, 21 Nov 2021 18:08:15 +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 1morFw-00E6ta-O5 for linux-arm-kernel@lists.infradead.org; Sun, 21 Nov 2021 18:08:02 +0000 Received: from coburn.home.jannau.net (p579ad520.dip0.t-ipconnect.de [87.154.213.32]) by soltyk.jannau.net (Postfix) with ESMTPSA id C5F98261B33; Sun, 21 Nov 2021 19:07:58 +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 v2 0/3] Add DTs for all Apple M1 (t8103) devices Date: Sun, 21 Nov 2021 19:07:55 +0100 Message-Id: <20211121180758.29477-1-j@jannau.net> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211121_100800_954475_4F045349 X-CRM114-Status: GOOD ( 11.56 ) 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 Hej All, this series extends the device tree files and bindings to 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) It also adds i2c and cd321x devices nodes those support was merged for 5.16 without adding devices to the device tree. [PATCH 3/3] is included in this series since it depends on PATCH 2/3. Changes since v1: - fixed the nit pointed out in the bindings change - add Reviewed-By - adds [PATCH 3/3] arm64: dts: apple: t8103: Add i2c and cd321x nodes For [PATCH 3/3] depends for functionality and dtbs verification on "[PATCH 0/3] Apple Arm patform device tree and bindings fixes". thanks, Janne The series is available as branch from: https://github.com/jannau/linux/tree/apple_m1/dt-for-5.17 Janne Grunau (3): dt-bindings: arm: apple: Add iMac (24-inch 2021) to Apple bindings arm64: dts: apple: Add missing M1 (t8103) devices arm64: dts: apple: t8103: Add i2c and cd321x nodes .../devicetree/bindings/arm/apple.yaml | 6 +- arch/arm64/boot/dts/apple/Makefile | 4 + arch/arm64/boot/dts/apple/t8103-j274.dts | 33 ++------- arch/arm64/boot/dts/apple/t8103-j293.dts | 37 ++++++++++ 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 | 67 +++++++++++++++++ arch/arm64/boot/dts/apple/t8103.dtsi | 73 +++++++++++++++++++ 9 files changed, 311 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