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 781FEC9830C for ; Sun, 18 Jan 2026 19:31:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=xpLZ3qFXgBe+J2pP2cLTmWPgqErDYmb3F6WRuvBzJOE=; b=bMSr/kg1GxwdRWOiXx1rI9HQpA nmeL5dCoFdJJU8NfXb7VpcvNPwvK0BvNyCyncluVbiUazJggxTofpxL5iVabjcV3f2jX6/eUIDx8k vVFAaqHk5jXt0NgrodFCKWCDGsd/mVJ/sggwNkSLpisL/ypbrD7/kBMz2+FirDuUo8N+candvb8ij 2oDIk68a57qQ1IG6gIA9iyU8g15DpOd5qfdKmnzmx9aiMlP2oVn7pdBraexbUxDUEj7CqsJQFinAJ m30h0yKLM1aZEqNdlE1llNEisjAzITcDTkaT/0SBsnpsebD3nevW97mQVzIaP/oXvNfELhmyZyHUd lY/ISjOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vhYU7-00000000oXg-26dW; Sun, 18 Jan 2026 19:30:51 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vhYU5-00000000oXK-1KYg for linux-arm-kernel@lists.infradead.org; Sun, 18 Jan 2026 19:30:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 67ACE60010 for ; Sun, 18 Jan 2026 19:30:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0818AC116D0; Sun, 18 Jan 2026 19:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768764648; bh=BzS2veH6fJ73uCTG1L1aj5hyzDM/AqHNpeoD+lwQGsw=; h=From:To:Cc:Subject:Date:From; b=WynWdHoP7p2clrLoqfn2zW6G75fk5Ud5WQUV7wej6s96h5Oy/iZMoWwrMXC67r0S1 MbXUByeZb/go+h08nO5JiIs/nZGACOr9XHIehil/X48meDRKP189+aQqNRA7I9Lpws zkgMyj4z113rphAka5BrZ83XLR2ctzuIB0DGdvlRqOfWok93drdRjwqKVGEsyw8x2I bEVr4/4jy7jbZR5vWc5aSetdJT5svIKGVXwJw0R/XqnkTcYAsTIAe0mMbhgCEBpQZD LUOHwW2O5Tg2YCrPHvZtkF6UvUAvS1fcmcP65J4rhkVyJUGiGYe6H9s+iFFWtmVhbE 8s3erwVK8lKRw== From: Sven Peter To: soc@lists.linux.dev Cc: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Apple SoC DT changes for v6.20 Date: Sun, 18 Jan 2026 20:30:30 +0100 Message-ID: <20260118193032.64139-1-sven@kernel.org> X-Mailer: git-send-email 2.52.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux.git apple-soc-dt-6.20 for you to fetch changes up to 1a1b4d40b8e4566b6e55ca5c588c5a1943aa2f8e: Merge patch series "arm64: dts: apple: Add integrated USB Type-C ports" (2026-01-13 08:03:14 +0100) ---------------------------------------------------------------- Apple SoC DT update for 6.20 - Add all required nodes and connections for USB3 support. This is responsible for the majority of the diffstat. The dt-bindings for the Type-C PHY are scheduled to be sent via the PHY tree and are already in next. - Add RTC subnodes to the System Management Controller - Add chassis-type property for all M1 and M2 machines - Fix some minor power management issues - Add backlight nodes for the A9X-based iPad Pro ---------------------------------------------------------------- Hector Martin (3): arm64: dts: apple: t8103: Mark ATC USB AON domains as always-on arm64: dts: apple: t8103: Add nodes for integrated USB Type-C ports arm64: dts: apple: t8112: Add nodes for integrated USB Type-C ports Janne Grunau (7): arm64: dts: apple: Add chassis-type property for all Macbooks arm64: dts: apple: Add chassis-type property for Apple desktop devices arm64: dts: apple: Add chassis-type property for Mac Pro arm64: dts: apple: Add chassis-type property for Apple iMacs arm64: dts: apple: t8112-j473: Keep the HDMI port powered on arm64: dts: apple: t8103: Add ps_pmp dependency to ps_gfx arm64: dts: apple: t60xx: Add nodes for integrated USB Type-C ports Nick Chan (1): arm64: dts: apple: s8001: Add DWI backlight for J98a, J99a Sven Peter (2): arm64: dts: apple: t8103,t60xx,t8112: Add SMC RTC node Merge patch series "arm64: dts: apple: Add integrated USB Type-C ports" arch/arm64/boot/dts/apple/s8001-j98a-j99a.dtsi | 4 + arch/arm64/boot/dts/apple/s8001.dtsi | 7 + arch/arm64/boot/dts/apple/t6001.dtsi | 1 + arch/arm64/boot/dts/apple/t6002-j375d.dts | 150 +++++++++ arch/arm64/boot/dts/apple/t6002.dtsi | 1 + arch/arm64/boot/dts/apple/t600x-die0.dtsi | 6 + arch/arm64/boot/dts/apple/t600x-dieX.dtsi | 212 +++++++++++++ arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi | 236 ++++++++++++++ arch/arm64/boot/dts/apple/t600x-j375.dtsi | 272 ++++++++++++++++ arch/arm64/boot/dts/apple/t6022-j180d.dts | 417 +++++++++++++++++++++++++ arch/arm64/boot/dts/apple/t6022-j475d.dts | 31 ++ arch/arm64/boot/dts/apple/t6022-jxxxd.dtsi | 133 ++++++++ arch/arm64/boot/dts/apple/t602x-die0.dtsi | 6 + arch/arm64/boot/dts/apple/t602x-dieX.dtsi | 212 +++++++++++++ arch/arm64/boot/dts/apple/t8103-j274.dts | 13 + arch/arm64/boot/dts/apple/t8103-j293.dts | 13 + arch/arm64/boot/dts/apple/t8103-j313.dts | 13 + arch/arm64/boot/dts/apple/t8103-j456.dts | 13 + arch/arm64/boot/dts/apple/t8103-j457.dts | 13 + arch/arm64/boot/dts/apple/t8103-jxxx.dtsi | 134 ++++++++ arch/arm64/boot/dts/apple/t8103-pmgr.dtsi | 3 + arch/arm64/boot/dts/apple/t8103.dtsi | 111 +++++++ arch/arm64/boot/dts/apple/t8112-j413.dts | 13 + arch/arm64/boot/dts/apple/t8112-j415.dts | 13 + arch/arm64/boot/dts/apple/t8112-j473.dts | 32 ++ arch/arm64/boot/dts/apple/t8112-j493.dts | 13 + arch/arm64/boot/dts/apple/t8112-jxxx.dtsi | 134 ++++++++ arch/arm64/boot/dts/apple/t8112.dtsi | 111 +++++++ 28 files changed, 2317 insertions(+)