From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 3DC9B33B96B for ; Mon, 4 May 2026 08:30:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777883423; cv=none; b=dpSj5Pc4CI9K+eCOULpPonLeDW5lBa8uy7Mk3CN8lxeoRKdzcF18b1/+4XQUYgG7jzTVtapvlhDZAlXSuEoXUnpunhQdlyxqjsOYVf2YYgcXfClVN73/4GYiMRk55uh7GeJGXf7SRy93QbzhRFaLX+2A2L8/XNuuuC8K2SpRf30= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777883423; c=relaxed/simple; bh=JMujZUDEuc3YNk3EbWd6e8TbepwSK0dwVKPhpxfhgxY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MqyKIgRTMlxO5b0CNeV51rRQxpHUHFYAY5PEC4MCpX8PwoRU19BYFUW4S0NJwdO55B18Zt6k/bG8KVjQsdVTZJp1ET2D1oCqxv4abbqfjxRbV77UdlNX0o88frbW9LIG5y4ZWyAo03+1WO1HDLlpb4oGnIDJ142CcTauqfPnD1Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=L0LY+0ZK; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="L0LY+0ZK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=eTSd DPwWW4/ZWzbZYVwv6UgySSpuqfzPBisnZyolzFg=; b=L0LY+0ZKpGp1YN9pVpMW YLJxnvPaC+/Tvf3Wjy2FILZZQ3KP/OKnI4y9ILEPNUFtlIDFOeZDZa+KFBM3OSIo IHzU4NWS4Z6rsozRkhL3FFH/1lAb6VBCQhFVgTyb8hBF/IVhnQ0YrTAm0Gu/bmMc VKQwCXogLBB5dkEcfvZUGGosM53Z/D9c5c85ikTIGg/XyGmHOi5l9o9oYu0Skgcy REYwjGNYu4AhTxYZ85kAZefqbvwOAI00HKlfSU+XapOOJDzlN2qv00McvDtVf6bo t1meY0cIKIr2aWMMpY8UTrlsW++R6xD3Ok688WLvBwnUDAbnapSq8J4j+jFu80lV cA== Received: (qmail 2104411 invoked from network); 4 May 2026 10:30:19 +0200 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 4 May 2026 10:30:19 +0200 X-UD-Smtp-Session: l3s3148p1@X9uhvflQBM8ujnvR Date: Mon, 4 May 2026 10:30:18 +0200 From: Wolfram Sang To: Janne Grunau Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lorenzo Pieralisi , Sven Peter , Neal Gompa , Wim Van Sebroeck , Guenter Roeck , Linus Walleij , Mark Kettenis , Andi Shyti , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Sasha Finkelstein , 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 Subject: Re: [PATCH 6/9] dt-bindings: i2c: apple,i2c: Add t8122 compatible Message-ID: References: <20260320-apple-m3-initial-devicetrees-v1-0-5842e1e393a8@jannau.net> <20260320-apple-m3-initial-devicetrees-v1-6-5842e1e393a8@jannau.net> Precedence: bulk X-Mailing-List: linux-i2c@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-6-5842e1e393a8@jannau.net> On Fri, Mar 20, 2026 at 01:23:24PM +0100, Janne Grunau wrote: > The i2c block on the Apple silicon t8122 (M3) SoC is compatible with the > existing driver. Add "apple,t8122-i2c" as SoC specific compatible under > "apple,t8103-i2c" used by the deriver. > > Signed-off-by: Janne Grunau > Acked-by: Andi Shyti > Acked-by: Rob Herring (Arm) Applied to for-current, thanks!