From patchwork Thu Dec 9 05:09:57 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hector Martin X-Patchwork-Id: 12695447 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 D8120C433F5 for ; Thu, 9 Dec 2021 05:11:38 +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=AbOht6RR6urVCgqcj/5BAH77JTjG+Dd8yeyGaqBnXwk=; b=egr2CLixLxwFLM bdKvxVJhvFGxJnys8n17xnA5n2keT7jkPy5nt41kojCHg66jHJ3M7euMqNCSGBR984+qMNXf9MJKt 0RaeoGVOtURcYEaylHAVrhfI5h2sXNAYSJpFIP1jv334sOXUYx21GofSr7Eihbh+lyPToBGvnlvmd VzuE6KW6Ide+vTnUnnX6iw0TmTuTIzrdEYlNtOBoo8znuJbzTGcMyY2tOVPtTqjoBmdz9y8WQTq3G XUDeWl7lb0dWa+/XEzUlcEJehQq4NkwOIC69j1rHPY9Qv9SDKG3P8ASxJKhClvxI59IRRgMV3GpsH G9tvWgdXpNkQx4x2ErlA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvBhC-00ExuA-Uo; Thu, 09 Dec 2021 05:10:19 +0000 Received: from marcansoft.com ([2a01:298:fe:f::2] helo=mail.marcansoft.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvBh7-00Ext0-Th for linux-arm-kernel@lists.infradead.org; Thu, 09 Dec 2021 05:10:15 +0000 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: hector@marcansoft.com) by mail.marcansoft.com (Postfix) with ESMTPSA id 09C5841E57; Thu, 9 Dec 2021 05:10:08 +0000 (UTC) From: Hector Martin To: Sven Peter , Rob Herring Cc: Hector Martin , Alyssa Rosenzweig , Mark Kettenis , Marc Zyngier , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] dt-bindings: Add trivial Apple t6000/t6001 SoC bindings Date: Thu, 9 Dec 2021 14:09:57 +0900 Message-Id: <20211209051001.70235-1-marcan@marcan.st> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211208_211014_135009_8AE5A680 X-CRM114-Status: GOOD ( 10.01 ) 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 Hi Rob et al, This series adds trivial DT binding changes (compatibles and some misc changes) to support Apple's t6000/t6001 SoCs and the devices that use them. These changes are for devices that need no driver changes to support these new SoCs. Drivers that need changes (notably AICv2) have the binding change submitted as part of that series. The only nontrivial patch is #3 for the PCIe binding, which grew a port. I tried to set it up so it'll fail validation if you try to have too many ports on t8103. I'll be happy to merge this through the Asahi-SoC tree once reviewed :) Hector Martin (4): dt-bindings: arm: apple: Add t6000/t6001 MacBook Pro 14/16" compatibles dt-bindings: i2c: apple,i2c: Add apple,t6000-i2c compatible dt-bindings: pci: apple,pcie: Add t6000 support dt-bindings: pinctrl: apple,pinctrl: Add apple,t6000-pinctrl compatible .../devicetree/bindings/arm/apple.yaml | 21 ++++++++++++++ .../devicetree/bindings/i2c/apple,i2c.yaml | 4 ++- .../devicetree/bindings/pci/apple,pcie.yaml | 28 ++++++++++++++----- .../bindings/pinctrl/apple,pinctrl.yaml | 4 ++- 4 files changed, 48 insertions(+), 9 deletions(-)