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 886C3C433FE for ; Sun, 10 Apr 2022 16:56:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240675AbiDJQ6Z convert rfc822-to-8bit (ORCPT ); Sun, 10 Apr 2022 12:58:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239491AbiDJQ6Z (ORCPT ); Sun, 10 Apr 2022 12:58:25 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DBDF53C72F; Sun, 10 Apr 2022 09:56:12 -0700 (PDT) Received: from p508fdda7.dip0.t-ipconnect.de ([80.143.221.167] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ndar9-0006dP-LS; Sun, 10 Apr 2022 18:56:07 +0200 From: Heiko Stuebner To: Johan Jonker Cc: robh+dt@kernel.org, krzk+dt@kernel.org, linus.walleij@linaro.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/2] dt-bindings: pinctrl: add rockchip,rk3036-pinctrl compatible string Date: Sun, 10 Apr 2022 18:56:06 +0200 Message-ID: <1890974.PYKUYFuaPT@phil> In-Reply-To: <20220330133952.1949-1-jbx6244@gmail.com> References: <20220330133952.1949-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Mittwoch, 30. März 2022, 15:39:51 CEST schrieb Johan Jonker: > Add the compatible string "rockchip,rk3036-pinctrl" in already > in use in rk3036.dtsi to rockchip,pinctrl.yaml. > > Signed-off-by: Johan Jonker Reviewed-by: Heiko Stuebner Linus, I guess this patch should go through the pinctrl tree :-) Thanks Heiko > --- > Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > index b0eae3a67..9e90faf9b 100644 > --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > @@ -33,6 +33,7 @@ properties: > enum: > - rockchip,px30-pinctrl > - rockchip,rk2928-pinctrl > + - rockchip,rk3036-pinctrl > - rockchip,rk3066a-pinctrl > - rockchip,rk3066b-pinctrl > - rockchip,rk3128-pinctrl >