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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDCF4CDB46E for ; Thu, 12 Oct 2023 19:53:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1442640AbjJLTxo (ORCPT ); Thu, 12 Oct 2023 15:53:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344092AbjJLTxm (ORCPT ); Thu, 12 Oct 2023 15:53:42 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF933B7; Thu, 12 Oct 2023 12:53:40 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC183C433C7; Thu, 12 Oct 2023 19:53:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697140420; bh=vdUo+JTbMkvfRT17jgp9PVZf+MEVNsEg2boEzxqpBtU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Iy5DEFk8QIFNrmfI/9jIySRWAZdZAZ04JHrcirtkERRTrrZ6hWC+R6d5razVm5GQB asuHH8KFcZ12edeYbOC9HkW9j2CAaNfBDyr0ISycf6044uqcB/1sYVhv6f6SGi9DGs ym6PFNcNY+EdV1Y538xCY/gPjqAnFgZE1OTR3iye2NB5abyYX5GCyXq41skvxzd0rG 22Qc3npVSgg21KkBhTCVLJP4/tgwE+4F5BOjqdt0iqp1hhDDIG7WYNVgGsCYe/tnLb mNuQR1LvWVB6If8Rc/AFHCgoIJ9iXHE1vjC4Eo0CQRj45vE5+uQ+BfQiSFLbh/tuqt +JFHs+rcug05A== Received: (nullmailer pid 1580600 invoked by uid 1000); Thu, 12 Oct 2023 19:53:37 -0000 Date: Thu, 12 Oct 2023 14:53:37 -0500 From: Rob Herring To: Duje =?utf-8?Q?Mihanovi=C4=87?= Cc: Michael Turquette , Stephen Boyd , Linus Walleij , Krzysztof Kozlowski , Conor Dooley , Tony Lindgren , Haojian Zhuang , Lubomir Rintel , Catalin Marinas , Will Deacon , Kees Cook , Tony Luck , "Guilherme G. Piccoli" , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH v6 2/9] dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible Message-ID: <20231012195337.GA1579632-robh@kernel.org> References: <20231010-pxa1908-lkml-v6-0-b2fe09240cf8@skole.hr> <20231010-pxa1908-lkml-v6-2-b2fe09240cf8@skole.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231010-pxa1908-lkml-v6-2-b2fe09240cf8@skole.hr> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 10, 2023 at 07:27:19PM +0200, Duje Mihanović wrote: > Add the "marvell,pxa1908-padconf" compatible to allow migrating to a > separate pinctrl driver later. > > Signed-off-by: Duje Mihanović > --- > Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml > index 45a307d3ce16..0f7e16a28990 100644 > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml > @@ -32,6 +32,10 @@ properties: > - ti,omap4-padconf > - ti,omap5-padconf > - const: pinctrl-single > + - items: > + - enum: > + - marvell,pxa1908-padconf Just add this to the existing enum above. Rob