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 A5E163CFF5D; Tue, 7 Apr 2026 16:08:21 +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=1775578101; cv=none; b=oXYh0p9lFznV1QePCabws8WsKzq9ONILdGeVG8uTJa+d/8bx8TFCkUXE2ulpptXAcXCH7h6BcepDdWQ0KxXuzpPHk5ISYcA6uS55i1Il6yPMBBUZHnF7njWy6mPtWdilCpjajCPZB8+F27F+qqK4FeY829ZoIWEEchesoAoZeGI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775578101; c=relaxed/simple; bh=PXBAi1nyZNe0POH0mrVfGKnl6R46G/pAs4DRJvmzDcE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QqQGIpO+d5PGJ+s5sI/TMIW31j7nFiySva45eBFzgpPE01G4mjsxs25Nrsfd+r73B6pkCZh/OtbPnRp7GHb9XCHcFsY+g4jbRpPvimPkcwLX838oNskX5wHs2De4MjXoSk/tFoXZvgGyfWnwunFm60X3kb0ka/S8M1iBncbF+yo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DJuEw+gY; 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="DJuEw+gY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9560C116C6; Tue, 7 Apr 2026 16:08:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775578101; bh=PXBAi1nyZNe0POH0mrVfGKnl6R46G/pAs4DRJvmzDcE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DJuEw+gYV/IV/rNgCegLEhZWu9yKusTM1hwRgmswBM4lx9MkmxBLHBtA10oBsRSE9 jwYiq291dPLBtIpwErtS8e+LJxOCvgtDGNsHujnAy4FwG6ILF1dVcki0gNwOpqNk/I QicjuFPEPsD5nUg1izW//M3psyDyF+idf2LeH1h+dCuW3fvQlMZpxe0tzCO0qKbzMt FeJvIsRc9ivR1FsAI7oSYvXKktKANgo3M1VBOkcfklSgfn90aNMqYN90Jm6A12s+JB Ee159BX70fNy3p5ufpCDLLt/GEIF5oyxprLbAYvaJLI6qinSNgvI6eh3p2tGpUg3el bBf4I1kCpYwcQ== Date: Tue, 7 Apr 2026 11:08:18 -0500 From: "Rob Herring (Arm)" To: Janne Grunau Cc: Andi Shyti , Wim Van Sebroeck , Sven Peter , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Sasha Finkelstein , devicetree@vger.kernel.org, Neal Gompa , asahi@lists.linux.dev, Mark Kettenis , linux-pwm@vger.kernel.org, Guenter Roeck , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-gpio@vger.kernel.org, Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Conor Dooley , Lorenzo Pieralisi , Linus Walleij Subject: Re: [PATCH 6/9] dt-bindings: i2c: apple,i2c: Add t8122 compatible Message-ID: <177557809827.2662834.14463962257840305430.robh@kernel.org> 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-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-6-5842e1e393a8@jannau.net> On Fri, 20 Mar 2026 13:23:24 +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 > --- > Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm)