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 0580E3CF05B; Tue, 7 Apr 2026 16:08:39 +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=1775578120; cv=none; b=j/n1UCLsQ4zf1QD9d+3r4HdqMxZy/Bv4IGzw+aO3XLMwkb0u9hbZcEKTSFcbcPxsMmf7X+mid8PdDFvxg7JxIbpQbB78HB3Bl3BatxKu33j5rICcK7TDjdII49/ypQcTsIFvD9mKajccpoqt0Hk+T/AUn2nLWVMBKdQLG6y+G0U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775578120; c=relaxed/simple; bh=xYShYm9bxMjZrtIyKYredjisEXJj/O09esRnvDocgB8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VGj0acBcVCW3oD0zLmdW6/ZO01wE+YYzkL6+7HhdUQ1pxAdclD//zaJQ+jVr8DiFAob0qK9Ml6cA8/LFbbYIIkCZPIqkgtXKkn9eQx9wt/Hyr81kRDzi3b4NmSCLb43xeChjh7FvxnZfqB6vcB18kM+oVhsbOqgIWlKUrU8vTl8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YOsSgzOA; 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="YOsSgzOA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 00F02C116C6; Tue, 7 Apr 2026 16:08:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775578119; bh=xYShYm9bxMjZrtIyKYredjisEXJj/O09esRnvDocgB8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YOsSgzOAeLNh05Vesqd3XGDprBYHhayV2cKaUDAK75bko6lqaAreMFyFCUz3lXm45 CbZ/v9quohodNaZDDQ8dwlFKC8j9ZdwPGV1CGpHNynsLl0qvyvsG1CFVETvirIQX5B rAFd8Z3uX1SyWG7XM9OG/ZjmxUHgbgydlnOwvyUVT79/GcfiYKzpvCCnOAwyrzE6xk 3dJTi+BA6Jlmo/UFv50ZAOzWd7U8qrNhydC7de9KJEaScj2u3Yb3NAK4VtC/0Mxj6S rgO+bsMGh0Qt0XB1QU3MZmjDbVUPCCAUSPge8yk4RsCrTtbG7ms5vgZbYdQEuBJ2Sb a3ZwcVNwQYhtQ== Date: Tue, 7 Apr 2026 11:08:36 -0500 From: "Rob Herring (Arm)" To: Janne Grunau Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Lorenzo Pieralisi , Sven Peter , devicetree@vger.kernel.org, Andi Shyti , asahi@lists.linux.dev, Guenter Roeck , Krzysztof Kozlowski , Wim Van Sebroeck , linux-i2c@vger.kernel.org, linux-pwm@vger.kernel.org, Mark Kettenis , linux-kernel@vger.kernel.org, Linus Walleij , linux-watchdog@vger.kernel.org, Sasha Finkelstein , Conor Dooley , linux-gpio@vger.kernel.org, Neal Gompa , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 5/9] dt-bindings: pinctrl: apple,pinctrl: Add t8122 compatible Message-ID: <177557811572.2663241.13106736229238286122.robh@kernel.org> References: <20260320-apple-m3-initial-devicetrees-v1-0-5842e1e393a8@jannau.net> <20260320-apple-m3-initial-devicetrees-v1-5-5842e1e393a8@jannau.net> Precedence: bulk X-Mailing-List: devicetree@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-5-5842e1e393a8@jannau.net> On Fri, 20 Mar 2026 13:23:23 +0100, Janne Grunau wrote: > The pin controller on the Apple silicon t8122 (M3) SoC is compatible > with the existing driver. Add "apple,t8122-pinctrl" as SoC specific > compatible under "apple,t8103-pinctrl" used by the driver. > > Signed-off-by: Janne Grunau > --- > Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm)