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 0C299C624DE for ; Fri, 4 Sep 2026 20:55:20 +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: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=XAWyypjbQHQWLV/YSni14l1Mv0PCxp1TF5Y5nrSqlys=; b=J1YJbhNc1in8bg9j4FkSufyjxc hVpub5tK07sXRKQOtXq2uWWdVN0JMX4NhiZv4h9GtTFY5QK8Uv3mHgFK1OMVUTsNpgVeTvzMK73u5 k7zX1x83RwxnHyzY/F0F6DIjzwH3QguqFmESVtPLbN7+ybBCOxHOJgXZCMUNLsxWFlUeUBIPIgyKg TQnzScUlDSF1oKQ4o8/lRuwGaLIS2ll8c8++zcRWHwBygFdKD+EwTGV3+VOeGRPWyKVqH6juILF6Y u+qm5jrdu0BfqltjW/mbLBnUXiL82Fn+W9B602LE4KTT21SODGWmw+SQOpwhfmm8NvWo5QEXtUi6w 4riurdTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x2awF-00000003Hr4-3IpB; Fri, 04 Sep 2026 20:55:07 +0000 Received: from mail.cyberchaos.dev ([2a0f:4ac0::3a11]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x2awC-00000003HqS-2y4z for linux-arm-kernel@lists.infradead.org; Fri, 04 Sep 2026 20:55:06 +0000 Message-ID: <3b46906d-8008-429c-a37a-f64ec72f865e@cyberchaos.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cyberchaos.dev; s=mail; t=1788555300; 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=XAWyypjbQHQWLV/YSni14l1Mv0PCxp1TF5Y5nrSqlys=; b=4BNsxlYab9V10uKFF09vZeHyLlPxizM8wGth56loZ2yp6msysDffaEEcB5o2HAupWtld1z HAFQC+SlQrjKGap18I0+O0j2n+JwJmCLnPR5uB/TWOtrXySMcJd5Q2aXZf039Ddqm+4o+z ORzOAs2wOdyjR7Wj7pIAZNGHvMCsEFE= Date: Fri, 4 Sep 2026 22:54:50 +0200 MIME-Version: 1.0 Subject: Re: [PATCH 2/6] dt-bindings: arm: apple: apple,pmgr: Add t8140 compatible To: Sven Peter , Yureka Lilian , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lorenzo Pieralisi , Janne Grunau , Neal Gompa , Hector Martin , Thomas Gleixner , Radu Rendec , Wim Van Sebroeck , Guenter Roeck 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 References: <20260904-apple-a18-pro-initial-devicetrees-v1-0-0c25401d165d@cyberchaos.dev> <20260904-apple-a18-pro-initial-devicetrees-v1-2-0c25401d165d@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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260904_135504_990031_99A1871D X-CRM114-Status: UNSURE ( 8.40 ) X-CRM114-Notice: Please train this message. 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 On 9/4/26 22:30, Sven Peter wrote: > On 04.09.26 21:49, Yureka Lilian wrote: >> The PMGR blocks on the Apple silicon A18 Pro SoC (t8140) is compatible >> with the M1-M4 SoCs. Add "apple,t8140-pmgr" as A18 Pro specific >> compatible. >> >> Signed-off-by: Yureka Lilian >> --- >>   Documentation/devicetree/bindings/arm/apple.yaml            | 11 >> +++++++++++ >>   Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml | 1 + > > There's something off with this commit, it's doing two things at once > and the description only mentions the smaller change. > > Sven Good catch! I must have added one hunk too much while committing the change. Fixed locally / for v2. Thanks, - Yureka