From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 590BD391E45; Tue, 7 Apr 2026 16:10:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775578207; cv=none; b=C6R4CoNCPBZrQhiqfamJtsz6oWwNZ6eoWMyJpPyddq2l43l4l1qgj9cLznLUDHO2i/nsFe5Imscn8/Ti485RLkxzck3znbJyvWWwJN3RVxa1VV9NEey3PwzQG5cbm1LgY4ND984916Zz+3P2zipGCEi1NvKmS6aQN/zdSv4QmeM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775578207; c=relaxed/simple; bh=+LzdHSeVHiMH4ZZcTEUvseGkknSG0WWsqny03v1gLto=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CsSH3xhF0egHAEZL5Vbg34NCj458qzczm7eCwRqIQO1P/VwygffIpEVWP2Zh5AaOHmH9VepfcQAzELQTHcq6XtUBDpnLIF/u1KmcpTMjN2ULK7fUN0NKogO6QxjQffVfSodC6Y6E+ABu09zc7gTbnzsgonwynYBpYA56hY11OHc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eNUbY+H5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eNUbY+H5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67838C116C6; Tue, 7 Apr 2026 16:10:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775578205; bh=+LzdHSeVHiMH4ZZcTEUvseGkknSG0WWsqny03v1gLto=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eNUbY+H53sWRWGY+ZkRJU0Pngf2NVkOSP1tMr1Fht6gdcC9vtciJYT6kEcS5ZXTcK aaCdOc/QX/dmIWkNcaGmy9F6iR4TJ8GqO2UTNlakS6NwKu68o716Enl2CRClzOPvXa z9SwM3QZ7eZpCcdE46XlhpLz8yjevDOAl9lwR0iRhaN0YhKlU59PbHiDT1PnoRMJYP bnwTU0Yr7LV6LkcIAROPhjOpCFMuv3SKZW2E2IG3QD1Y8HzJasypv7/7kiewMJ51v7 Tnoij7H3XA3707V/hILVc4egCWKZ8MtubR0p5y5/6c5yv0qlsdrbKRYJIMBEwsI6uo AIHAoBwN39D4A== Date: Tue, 7 Apr 2026 11:10:03 -0500 From: "Rob Herring (Arm)" To: Janne Grunau Cc: devicetree@vger.kernel.org, Lorenzo Pieralisi , Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, asahi@lists.linux.dev, Guenter Roeck , Neal Gompa , Andi Shyti , linux-gpio@vger.kernel.org, Conor Dooley , Mark Kettenis , Sasha Finkelstein , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Sven Peter , Linus Walleij , Krzysztof Kozlowski , linux-i2c@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH 8/9] dt-bindings: arm: apple: Add M3 based devices Message-ID: <177557820303.2666031.1709190779045353584.robh@kernel.org> References: <20260320-apple-m3-initial-devicetrees-v1-0-5842e1e393a8@jannau.net> <20260320-apple-m3-initial-devicetrees-v1-8-5842e1e393a8@jannau.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260320-apple-m3-initial-devicetrees-v1-8-5842e1e393a8@jannau.net> On Fri, 20 Mar 2026 13:23:26 +0100, Janne Grunau wrote: > The Apple devices with the t8122 SoC (M3) are very similar to their M1 > and M2 predecessors. > Only the 13-inch Macbook Pro is replaced by a 14-inch version based on > the design of the 14-inch Macbook Pro with (M1/M2 Pro/Max). The Mac mini > was not offered with M3. > > Signed-off-by: Janne Grunau > --- > Documentation/devicetree/bindings/arm/apple.yaml | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > Acked-by: Rob Herring (Arm)