From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cyberchaos.dev (mail.cyberchaos.dev [195.39.247.168]) (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 696C4427FB4; Tue, 14 Jul 2026 20:17:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.39.247.168 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784060242; cv=none; b=H7stuTHttyPkR4c54Ub/6odEH8qEbx9EIJ86OJUYHhFwTKM6fgXYXWZcfOpzIB7V8QK3/C5E50xgYA6oLTvrFY3UwiHLovuu1bRmQJSK+y68ih1eVvcUUY5cf9YPhKDlaXIl8RM1zw/zMDz7l6Y2bNXXVoomdao05L/VrFoQcEk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784060242; c=relaxed/simple; bh=mCkwUnsR1fBOIOb27f0NoQumZOK3szpsu/04nApDvdk=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=LQ781M3rW+Qt5fQu6h9dFC4XdJrlIQmjtoRxE6DK/O3vv4sg60JhyihD4f1ZN6ac49oluj0tiOdIxzn/uv6QwGbdvh4G+fC4IoIFQClkuK3vH1v3gSphXqIbojVTOg3A191UmZYClGYrO+J5fVZD8+bcTeZaVaIrwvYsj+YWHVo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=cyberchaos.dev; spf=pass smtp.mailfrom=cyberchaos.dev; dkim=pass (1024-bit key) header.d=cyberchaos.dev header.i=@cyberchaos.dev header.b=tjN/8m7L; arc=none smtp.client-ip=195.39.247.168 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=cyberchaos.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cyberchaos.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=cyberchaos.dev header.i=@cyberchaos.dev header.b="tjN/8m7L" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cyberchaos.dev; s=mail; t=1784060236; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AA21xBD9Q5Qe5hVx+FxIwd0X/SmbnFEGy+/VQWU77zE=; b=tjN/8m7LbLXhnzZ2y4b1CDHAMtDhQ108OPUAmno49iH2axmfZYlweKYwcgWu7M0Sv/H8rF Fh4aGmxaUT5TJIjqUR8piJQmCuLnwhWAC3EDXHdGpecHs+j/ZHwu8xYHKrk/kQGBHxT7t6 YB7rzvEsnVADMFnxr+P2upd8RgsgnQo= Date: Tue, 14 Jul 2026 22:17:10 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 09/10] dt-bindings: arm: apple: Add M4 based devices To: Sven Peter , Yureka Lilian , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lorenzo Pieralisi , Janne Grunau , Neal Gompa , Thomas Gleixner , Wim Van Sebroeck , Guenter Roeck , Hector Martin , Linus Walleij , Mark Kettenis , Andi Shyti , =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= , Sasha Finkelstein Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-watchdog@vger.kernel.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, linux-pwm@vger.kernel.org References: <20260705-apple-m4-initial-devicetrees-v1-0-e5655ee56523@cyberchaos.dev> <20260705-apple-m4-initial-devicetrees-v1-9-e5655ee56523@cyberchaos.dev> Content-Language: en-US From: Yureka Lilian In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 7/14/26 21:50, Sven Peter wrote: > > > On 7/5/26 15:17, Yureka Lilian wrote: >> The Apple devices with the t8132 SoC (M4) are very similar to their M3 >> predecessors. >> >> In addition to the MacBook Pro and the various MacBook Air and iMac >> variants, a Mac mini is offered again with the M4. >> >> Signed-off-by: Yureka Lilian >> --- >>   Documentation/devicetree/bindings/arm/apple.yaml | 12 ++++++++++++ >>   1 file changed, 12 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/apple.yaml >> b/Documentation/devicetree/bindings/arm/apple.yaml >> index e49403c73f9d..3262292252d2 100644 >> --- a/Documentation/devicetree/bindings/arm/apple.yaml >> +++ b/Documentation/devicetree/bindings/arm/apple.yaml >> @@ -315,6 +315,18 @@ properties: >>             - const: apple,t8122 >>             - const: apple,arm-platform > > Please also add M4 to the top of the binding in the description. Ack >>   +      - description: Apple M4 SoC based platforms >> +        items: >> +          - enum: >> +              - apple,j604  # MacBook Pro (14-inch, M4, 2024) >> +              - apple,j623  # iMac (24-inch, 2x USB-C, M4, 2024) >> +              - apple,j624  # iMac (24-inch, 4x USB-C, M4, 2024) >> +              - apple,j713  # MacBook Air (13-inch, M3, 2025) >> +              - apple,j715  # MacBook Air (15-inch, M3, 2025) > Copy/paste errors: these two should be M4 as well and I think the ones > at the top should be 2025 instead of 2024, shouldn't they? I have the M3->M4 typo fixes queued locally. Only the MacBook Air was released in 2025, the others in 2024 (according to Wikipedia at least). > > > Best, > > Sven My intention is to rebase and send out v2 with the fixes I've accumulated locally once the M3 Pro/Max device trees have been merged into apple-soc. Thanks, — Yureka