Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp5275192pxv; Wed, 28 Jul 2021 07:12:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyKJs4OEfhJSMsTX5YeJhhOjD1fCpK20oCTftI8jLevwtvoPTuGNyrhNfNfSII/2zZ8YUJ0 X-Received: by 2002:a05:6638:4115:: with SMTP id ay21mr152007jab.13.1627481563943; Wed, 28 Jul 2021 07:12:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627481563; cv=none; d=google.com; s=arc-20160816; b=qr5iaxBvsVjW0++QWUc8itN7GgxMUmU+SbHyQULHUhYi2F29edQFcY7YlkFZUSWEEX g2da6HJK9GrnP75Nekhc6aB9PRsSCpwIW7PAUpxIBPsdrY2ze8J4Pu+HVKaqSIDDJrg/ 3ewWKRuTqAfuSf6ulioJImGW9FKlKK8HeYgjiQrq14/XXCS3wqKDWmHiHPGQKRSk2Mev jySIyll4t727A2HiYpACyHLB41hDAzfu61r/HRhwlEOMnVTeDc8dnM6MQZNwaIllkX+W jkWHoc6kKAC57002KugAphHuV2veKC/Ur3az26xS48WLCmSFD4FqchYBfFxl033ibjgN H+Wg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=DhJYnIWY3X25ySij+gyA2uiNnvqe27snMAe6/KQEX6c=; b=gOYvuJajRGA1nz98W0UkVRq5SmgAOS+Gf9y+41lFVYmGeaTTBRUMZEtc4/tPDP5oFY rGvScesEDdeYB082oK2zA9me5rwksoKb4JAs2okmI0K3fa5XLSK4KMT404zxUcbF+Uf0 Vxiazad9vDTCW2yQ2eirMH35cNWbdR9ATA0UpQWx5kYfhUlb/9A7uefhQi3sRn2mnySB a/cZizKYXQ1mtJA0Rq3CuD60YJM8ZTvp5X6x2//60b20wW1AZ7c2W/VzECpwV08O2GUi rUmwkfC8YbrhgYi/Ywdv93Y5JmeNqmkJwHgjoqiKVmSmNMDkHY7EM+sOE7+IBCE5Lg+9 6nWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z17si37438jao.13.2021.07.28.07.12.32; Wed, 28 Jul 2021 07:12:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236457AbhG1OKi (ORCPT + 99 others); Wed, 28 Jul 2021 10:10:38 -0400 Received: from gloria.sntech.de ([185.11.138.130]:50228 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235427AbhG1OKi (ORCPT ); Wed, 28 Jul 2021 10:10:38 -0400 Received: from [95.90.166.74] (helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m8kGX-0005zA-8U; Wed, 28 Jul 2021 16:10:33 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Linus Walleij , Bartosz Golaszewski , Rob Herring , Peter Geis Cc: 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, Peter Geis Subject: Re: [PATCH 1/9] dt-bindings: gpio: rockchip,gpio-bank: increase max clocks Date: Wed, 28 Jul 2021 16:10:32 +0200 Message-ID: <10355864.nUPlyArG6x@diego> In-Reply-To: <20210728135534.703028-2-pgwipeout@gmail.com> References: <20210728135534.703028-1-pgwipeout@gmail.com> <20210728135534.703028-2-pgwipeout@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter, Am Mittwoch, 28. Juli 2021, 15:55:26 CEST schrieb Peter Geis: > The rk356x adds a debounce clock to the gpio devices. > Increase the maximum clocks to account for it. > > Signed-off-by: Peter Geis that binding change is also part of Jianqun's gpio driver series, also adds clock descriptions for both and even got an Ack from Rob already, so we should be going with that other variant ;-) Heiko > --- > Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml b/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml > index d993e002cebe..489a5263a7a1 100644 > --- a/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml > +++ b/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml > @@ -22,7 +22,7 @@ properties: > maxItems: 1 > > clocks: > - maxItems: 1 > + maxItems: 2 > > gpio-controller: true > >