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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE26DC433EF for ; Thu, 9 Dec 2021 14:25:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238584AbhLIO3V (ORCPT ); Thu, 9 Dec 2021 09:29:21 -0500 Received: from sibelius.xs4all.nl ([83.163.83.176]:53600 "EHLO sibelius.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232122AbhLIO3T (ORCPT ); Thu, 9 Dec 2021 09:29:19 -0500 Received: from localhost (bloch.sibelius.xs4all.nl [local]) by bloch.sibelius.xs4all.nl (OpenSMTPD) with ESMTPA id 853a5b9a; Thu, 9 Dec 2021 15:25:45 +0100 (CET) Date: Thu, 9 Dec 2021 15:25:45 +0100 (CET) From: Mark Kettenis To: Hector Martin Cc: sven@svenpeter.dev, robh+dt@kernel.org, marcan@marcan.st, alyssa@rosenzweig.io, kettenis@openbsd.org, maz@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20211209051001.70235-5-marcan@marcan.st> (message from Hector Martin on Thu, 9 Dec 2021 14:10:01 +0900) Subject: Re: [PATCH 4/4] dt-bindings: pinctrl: apple, pinctrl: Add apple, t6000-pinctrl compatible References: <20211209051001.70235-1-marcan@marcan.st> <20211209051001.70235-5-marcan@marcan.st> Message-ID: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > From: Hector Martin > Date: Thu, 9 Dec 2021 14:10:01 +0900 > > This new SoC uses the same pinctrl hardware, so just add a new per-SoC > compatible. > > Signed-off-by: Hector Martin > --- > Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Mark Kettenis > diff --git a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml > index 6ca59974664e..d3b11351ca45 100644 > --- a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml > @@ -17,7 +17,9 @@ description: | > properties: > compatible: > items: > - - const: apple,t8103-pinctrl > + - enum: > + - apple,t8103-pinctrl > + - apple,t6000-pinctrl > - const: apple,pinctrl > > reg: > -- > 2.33.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >