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 90DDDC433EF for ; Fri, 14 Jan 2022 16:40:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243501AbiANQk2 (ORCPT ); Fri, 14 Jan 2022 11:40:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243492AbiANQk2 (ORCPT ); Fri, 14 Jan 2022 11:40:28 -0500 Received: from mail-ua1-x92b.google.com (mail-ua1-x92b.google.com [IPv6:2607:f8b0:4864:20::92b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1BC7C06173F for ; Fri, 14 Jan 2022 08:40:27 -0800 (PST) Received: by mail-ua1-x92b.google.com with SMTP id w21so8430731uan.7 for ; Fri, 14 Jan 2022 08:40:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QcGlZXgFMgc+q1g+d5EKgOJrpHAWihddAceCVuBzRPU=; b=jXhzlwTucVjQ1AFPVzgiiE8avqg6U9bsAio89JJlfsOpkUajBTCICwCFQZ1vsHdDez Zwu7BeNvevjs+2UVK0hJbZz/9KtMREII6LvpTUYMmxu2hVOBeEcJahEw61UJrlO2Rwzi 3j1ctzN6/uzfUAoRHzX3TribBHK25C/4YITMOx5OCgu1rxj6mXpXsRN/11iI6JyGJDVl t9mxi9NNKfVVq+edhxg5QGs6EYfqsNe9e56uYnlkWmMLF+hiB0Tj6IyApNlWIhZx0018 ULbRZ+PNC0HnwhQ2eLhz48fm2TPE0CoOKq/ud1xsW8miNrmQ3MsGcUA7/WWcm5y8Ld9f AtPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QcGlZXgFMgc+q1g+d5EKgOJrpHAWihddAceCVuBzRPU=; b=fkqws2EDKHJx+UQ0NTBcnBSrHLAu6IjgNbTECPSpwI/+oL9BVucu8wGJSUjBDF1sua OiLg/eB6h2MGlyBb2JBHrMuyyTjFni2I0SGTUN0fQVvu3Ag+wbMrPMbRY2fE4oiJTLx+ CUYvfNf2E9T/QGin4zdj9I0B611JMVN7b91JayyGy/gTRqtNICzsaEvDYkqNTf2DFWxE xHo39kP5ye6oX1Z/nuJtfRv+qlVTktUZIsbjS/Y4weP3/ZlnOurVDdhjKM3Xh1MXRMvW UMWIJ9gAbUT9rSvZs2yMrQFcDNXhOtUTLWhQydCgGzWmHTubDUJf/X9liTHIWZgGPhrQ 7sbg== X-Gm-Message-State: AOAM532pW0hkJmMdoanW+5uZ407N4ahjTYobtqoiIrNv6omIu+ffSt/u QHU7tDdA9KCX03I5CrKlNcqOnyuFXioU2hl+UVnOWA== X-Google-Smtp-Source: ABdhPJx5ngV7MLIgL0nYe753ypcst11XYpjKyx/Yz0YWeKJ0foMAw98rCz91//kXcpJAmIgkTTuCt3SBhi2vaK0C/cU= X-Received: by 2002:a05:6102:94c:: with SMTP id a12mr4532872vsi.86.1642178426839; Fri, 14 Jan 2022 08:40:26 -0800 (PST) MIME-Version: 1.0 References: <20220111201426.326777-1-krzysztof.kozlowski@canonical.com> <20220111201722.327219-14-krzysztof.kozlowski@canonical.com> In-Reply-To: <20220111201722.327219-14-krzysztof.kozlowski@canonical.com> From: Sam Protsenko Date: Fri, 14 Jan 2022 18:40:15 +0200 Message-ID: Subject: Re: [PATCH v2 20/28] arm64: dts: exynos: align pinctrl with dtschema in ExynosAutov9 To: Krzysztof Kozlowski Cc: Tomasz Figa , Sylwester Nawrocki , Linus Walleij , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Chanho Park , Alim Akhtar Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, 11 Jan 2022 at 22:18, Krzysztof Kozlowski wrote: > > Align the pin controller related nodes with dtschema. No functional > change expected. > > Signed-off-by: Krzysztof Kozlowski > --- Reviewed-by: Sam Protsenko > .../boot/dts/exynos/exynosautov9-pinctrl.dtsi | 50 +++++++++---------- > 1 file changed, 25 insertions(+), 25 deletions(-) > > diff --git a/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi > index 2407b03b5404..ef0349d1c3d0 100644 > --- a/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi > +++ b/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi > @@ -11,7 +11,7 @@ > #include > > &pinctrl_alive { > - gpa0: gpa0 { > + gpa0: gpa0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > interrupt-controller; > @@ -27,7 +27,7 @@ gpa0: gpa0 { > ; > }; > > - gpa1: gpa1 { > + gpa1: gpa1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > interrupt-controller; > @@ -47,7 +47,7 @@ dp1_hpd: dp1-hpd-pins { > samsung,pin-function = ; > }; > > - gpq0: gpq0 { > + gpq0: gpq0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -69,7 +69,7 @@ speedy1_bus: speedy1-bus-pins { > }; > > &pinctrl_aud { > - gpb0: gpb0 { > + gpb0: gpb0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -77,7 +77,7 @@ gpb0: gpb0 { > #interrupt-cells = <2>; > }; > > - gpb1: gpb1 { > + gpb1: gpb1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -85,7 +85,7 @@ gpb1: gpb1 { > #interrupt-cells = <2>; > }; > > - gpb2: gpb2 { > + gpb2: gpb2-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -93,7 +93,7 @@ gpb2: gpb2 { > #interrupt-cells = <2>; > }; > > - gpb3: gpb3 { > + gpb3: gpb3-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -199,7 +199,7 @@ aud_i2s6_idle: aaud-i2s6-idle-pins { > }; > > &pinctrl_fsys0 { > - gpf0: gpf0 { > + gpf0: gpf0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -207,7 +207,7 @@ gpf0: gpf0 { > #interrupt-cells = <2>; > }; > > - gpf1: gpf1 { > + gpf1: gpf1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -355,7 +355,7 @@ pcie_perst5_in: pcie-perst5-in-pins { > }; > > &pinctrl_fsys1 { > - gpf8: gpf8 { > + gpf8: gpf8-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -393,7 +393,7 @@ sd2_bus4: sd2-bus-width4-pins { > }; > > &pinctrl_fsys2 { > - gpf2: gpf2 { > + gpf2: gpf2-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -401,7 +401,7 @@ gpf2: gpf2 { > #interrupt-cells = <2>; > }; > > - gpf3: gpf3 { > + gpf3: gpf3-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -409,7 +409,7 @@ gpf3: gpf3 { > #interrupt-cells = <2>; > }; > > - gpf4: gpf4 { > + gpf4: gpf4-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -417,7 +417,7 @@ gpf4: gpf4 { > #interrupt-cells = <2>; > }; > > - gpf5: gpf5 { > + gpf5: gpf5-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -425,7 +425,7 @@ gpf5: gpf5 { > #interrupt-cells = <2>; > }; > > - gpf6: gpf6 { > + gpf6: gpf6-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -499,7 +499,7 @@ eth1_pps_out: eth1-pps-out-pins { > }; > > &pinctrl_peric0 { > - gpp0: gpp0 { > + gpp0: gpp0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -507,7 +507,7 @@ gpp0: gpp0 { > #interrupt-cells = <2>; > }; > > - gpp1: gpp1 { > + gpp1: gpp1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -515,7 +515,7 @@ gpp1: gpp1 { > #interrupt-cells = <2>; > }; > > - gpp2: gpp2 { > + gpp2: gpp2-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -523,7 +523,7 @@ gpp2: gpp2 { > #interrupt-cells = <2>; > }; > > - gpg0: gpg0 { > + gpg0: gpg0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -833,7 +833,7 @@ uart5_bus_dual: uart5-bus-dual-pins { > }; > > &pinctrl_peric1 { > - gpp3: gpp3 { > + gpp3: gpp3-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -841,7 +841,7 @@ gpp3: gpp3 { > #interrupt-cells = <2>; > }; > > - gpp4: gpp4 { > + gpp4: gpp4-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -849,7 +849,7 @@ gpp4: gpp4 { > #interrupt-cells = <2>; > }; > > - gpp5: gpp5 { > + gpp5: gpp5-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -857,7 +857,7 @@ gpp5: gpp5 { > #interrupt-cells = <2>; > }; > > - gpg1: gpg1 { > + gpg1: gpg1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -865,7 +865,7 @@ gpg1: gpg1 { > #interrupt-cells = <2>; > }; > > - gpg2: gpg2 { > + gpg2: gpg2-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -873,7 +873,7 @@ gpg2: gpg2 { > #interrupt-cells = <2>; > }; > > - gpg3: gpg3 { > + gpg3: gpg3-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > -- > 2.32.0 > 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 14F73C433F5 for ; Fri, 14 Jan 2022 16:41:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mLUm7HU/qP/sDKXefKI9Pz8ZPMwcvUTu5x2VoY2w+L8=; b=YNs+ieVzY2xtqC qeWYbNHx7UvjMxCGIl2BJScE8/3C3kFmo4nzs5nzIRIuGAzlBARHuUzGs9GQg4akOpz0OdWo8BAKp rKkQAjwzNT7UYfTYS009+f7ge6Z+cg3m7MBM0fe0llCUX/A2pXvwKAmpY2QlZ5bRa2Jv2qS9MFn5H Ejc5XWaXAPHZpxM9p6XquH/rVZuujCOyFzvtaDBJneyIHlTysJoH954KOUcIgq0V0v9/y/GaRT71H SdemfwSsiDpf1UXEsPhfWam6ennjj+baT2MzDC2OSGFFXxOLGV66162km6JNtJGT2PRTMCLUkkAUA rRUHGCRsmw5Yo+rYZWIQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n8Pct-009nm8-LI; Fri, 14 Jan 2022 16:40:31 +0000 Received: from mail-ua1-x931.google.com ([2607:f8b0:4864:20::931]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n8Pcp-009nlB-R2 for linux-arm-kernel@lists.infradead.org; Fri, 14 Jan 2022 16:40:29 +0000 Received: by mail-ua1-x931.google.com with SMTP id r15so17940966uao.3 for ; Fri, 14 Jan 2022 08:40:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QcGlZXgFMgc+q1g+d5EKgOJrpHAWihddAceCVuBzRPU=; b=jXhzlwTucVjQ1AFPVzgiiE8avqg6U9bsAio89JJlfsOpkUajBTCICwCFQZ1vsHdDez Zwu7BeNvevjs+2UVK0hJbZz/9KtMREII6LvpTUYMmxu2hVOBeEcJahEw61UJrlO2Rwzi 3j1ctzN6/uzfUAoRHzX3TribBHK25C/4YITMOx5OCgu1rxj6mXpXsRN/11iI6JyGJDVl t9mxi9NNKfVVq+edhxg5QGs6EYfqsNe9e56uYnlkWmMLF+hiB0Tj6IyApNlWIhZx0018 ULbRZ+PNC0HnwhQ2eLhz48fm2TPE0CoOKq/ud1xsW8miNrmQ3MsGcUA7/WWcm5y8Ld9f AtPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QcGlZXgFMgc+q1g+d5EKgOJrpHAWihddAceCVuBzRPU=; b=WCThICXq/oV05yIyZOxyRptz88UYcLRKHYzYiGS2h1uZdclZteAkC++8xguCAZ4RBq Sail75diqK0qI/tHmmpugHPclTlGqQtUjq9f4qWpTqLrlEP1YLq/DyQiDVDdqxEpBW3i ywaNcA0JEpUkDBXTDYGH6gtkmEwkFXh0TkBciye9oapFTR5z9O6vknXPaRDHB1fUyDYl SqspmzfUT54OCSSNSLYwTOqQci+yHz/L7PYJdz0D1uoMFVKtkSbh1GRuJYnn+b29k9Tm vemRCORpqly/9H53VtThv3P6LaWiD7yRQ6NsjTz0eqb3KhpLWpB0SCI+cqFAQBZeIztU s8WA== X-Gm-Message-State: AOAM530wyatFkHLgYF3guhRhRonr65Nj+0urilw1C9caRgsDqPiofc6r ZBhcmX5+75WttbutdxSIMEGjxixHx0AcN2TOnxgkhg== X-Google-Smtp-Source: ABdhPJx5ngV7MLIgL0nYe753ypcst11XYpjKyx/Yz0YWeKJ0foMAw98rCz91//kXcpJAmIgkTTuCt3SBhi2vaK0C/cU= X-Received: by 2002:a05:6102:94c:: with SMTP id a12mr4532872vsi.86.1642178426839; Fri, 14 Jan 2022 08:40:26 -0800 (PST) MIME-Version: 1.0 References: <20220111201426.326777-1-krzysztof.kozlowski@canonical.com> <20220111201722.327219-14-krzysztof.kozlowski@canonical.com> In-Reply-To: <20220111201722.327219-14-krzysztof.kozlowski@canonical.com> From: Sam Protsenko Date: Fri, 14 Jan 2022 18:40:15 +0200 Message-ID: Subject: Re: [PATCH v2 20/28] arm64: dts: exynos: align pinctrl with dtschema in ExynosAutov9 To: Krzysztof Kozlowski Cc: Tomasz Figa , Sylwester Nawrocki , Linus Walleij , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Chanho Park , Alim Akhtar X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220114_084027_912915_FA348B28 X-CRM114-Status: GOOD ( 13.76 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 11 Jan 2022 at 22:18, Krzysztof Kozlowski wrote: > > Align the pin controller related nodes with dtschema. No functional > change expected. > > Signed-off-by: Krzysztof Kozlowski > --- Reviewed-by: Sam Protsenko > .../boot/dts/exynos/exynosautov9-pinctrl.dtsi | 50 +++++++++---------- > 1 file changed, 25 insertions(+), 25 deletions(-) > > diff --git a/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi > index 2407b03b5404..ef0349d1c3d0 100644 > --- a/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi > +++ b/arch/arm64/boot/dts/exynos/exynosautov9-pinctrl.dtsi > @@ -11,7 +11,7 @@ > #include > > &pinctrl_alive { > - gpa0: gpa0 { > + gpa0: gpa0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > interrupt-controller; > @@ -27,7 +27,7 @@ gpa0: gpa0 { > ; > }; > > - gpa1: gpa1 { > + gpa1: gpa1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > interrupt-controller; > @@ -47,7 +47,7 @@ dp1_hpd: dp1-hpd-pins { > samsung,pin-function = ; > }; > > - gpq0: gpq0 { > + gpq0: gpq0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -69,7 +69,7 @@ speedy1_bus: speedy1-bus-pins { > }; > > &pinctrl_aud { > - gpb0: gpb0 { > + gpb0: gpb0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -77,7 +77,7 @@ gpb0: gpb0 { > #interrupt-cells = <2>; > }; > > - gpb1: gpb1 { > + gpb1: gpb1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -85,7 +85,7 @@ gpb1: gpb1 { > #interrupt-cells = <2>; > }; > > - gpb2: gpb2 { > + gpb2: gpb2-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -93,7 +93,7 @@ gpb2: gpb2 { > #interrupt-cells = <2>; > }; > > - gpb3: gpb3 { > + gpb3: gpb3-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -199,7 +199,7 @@ aud_i2s6_idle: aaud-i2s6-idle-pins { > }; > > &pinctrl_fsys0 { > - gpf0: gpf0 { > + gpf0: gpf0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -207,7 +207,7 @@ gpf0: gpf0 { > #interrupt-cells = <2>; > }; > > - gpf1: gpf1 { > + gpf1: gpf1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -355,7 +355,7 @@ pcie_perst5_in: pcie-perst5-in-pins { > }; > > &pinctrl_fsys1 { > - gpf8: gpf8 { > + gpf8: gpf8-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -393,7 +393,7 @@ sd2_bus4: sd2-bus-width4-pins { > }; > > &pinctrl_fsys2 { > - gpf2: gpf2 { > + gpf2: gpf2-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -401,7 +401,7 @@ gpf2: gpf2 { > #interrupt-cells = <2>; > }; > > - gpf3: gpf3 { > + gpf3: gpf3-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -409,7 +409,7 @@ gpf3: gpf3 { > #interrupt-cells = <2>; > }; > > - gpf4: gpf4 { > + gpf4: gpf4-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -417,7 +417,7 @@ gpf4: gpf4 { > #interrupt-cells = <2>; > }; > > - gpf5: gpf5 { > + gpf5: gpf5-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -425,7 +425,7 @@ gpf5: gpf5 { > #interrupt-cells = <2>; > }; > > - gpf6: gpf6 { > + gpf6: gpf6-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -499,7 +499,7 @@ eth1_pps_out: eth1-pps-out-pins { > }; > > &pinctrl_peric0 { > - gpp0: gpp0 { > + gpp0: gpp0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -507,7 +507,7 @@ gpp0: gpp0 { > #interrupt-cells = <2>; > }; > > - gpp1: gpp1 { > + gpp1: gpp1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -515,7 +515,7 @@ gpp1: gpp1 { > #interrupt-cells = <2>; > }; > > - gpp2: gpp2 { > + gpp2: gpp2-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -523,7 +523,7 @@ gpp2: gpp2 { > #interrupt-cells = <2>; > }; > > - gpg0: gpg0 { > + gpg0: gpg0-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -833,7 +833,7 @@ uart5_bus_dual: uart5-bus-dual-pins { > }; > > &pinctrl_peric1 { > - gpp3: gpp3 { > + gpp3: gpp3-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -841,7 +841,7 @@ gpp3: gpp3 { > #interrupt-cells = <2>; > }; > > - gpp4: gpp4 { > + gpp4: gpp4-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -849,7 +849,7 @@ gpp4: gpp4 { > #interrupt-cells = <2>; > }; > > - gpp5: gpp5 { > + gpp5: gpp5-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -857,7 +857,7 @@ gpp5: gpp5 { > #interrupt-cells = <2>; > }; > > - gpg1: gpg1 { > + gpg1: gpg1-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -865,7 +865,7 @@ gpg1: gpg1 { > #interrupt-cells = <2>; > }; > > - gpg2: gpg2 { > + gpg2: gpg2-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > @@ -873,7 +873,7 @@ gpg2: gpg2 { > #interrupt-cells = <2>; > }; > > - gpg3: gpg3 { > + gpg3: gpg3-gpio-bank { > gpio-controller; > #gpio-cells = <2>; > > -- > 2.32.0 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel