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 ED00AC433F5 for ; Tue, 25 Jan 2022 09:29:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1454777AbiAYJ2w (ORCPT ); Tue, 25 Jan 2022 04:28:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1572980AbiAYJS3 (ORCPT ); Tue, 25 Jan 2022 04:18:29 -0500 Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AE11C061243 for ; Tue, 25 Jan 2022 01:13:17 -0800 (PST) Received: by mail-ej1-x633.google.com with SMTP id m4so29116017ejb.9 for ; Tue, 25 Jan 2022 01:13:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=m3vz4K1cVFxkkZgxl+94bcQ+gdSebDBC3L0OFBYI+gI=; b=wwKwalFIdRZU/Tdudj95kPncu6eVBEFqiUctk9Ry4HB2QDqDev6XJnraAHxSJ+36eV gfJZIya0esm65p0LebvssGsiLOIOt5Ag/ODMrBUNzqX4qoQ9qo/iGqihQO1vepOkE094 Rbng7qvbgi0jP6d14HYexooHGRWNtER6rudYcpM7ISXkFAwpqgscUvy4zuo3b/d4AijY cv0orhFfqgUFocTkIZdPiYFCikaEwk1+bSHsU1eJLTvuuiudpvcLcfe4Wi9xwX26qooa 8dYHnSm+/qnB6p4BvYlKrIAdf/4KYMFCIBk8IjQQpa5z9YJ1M+7GOuWYk94YRKO6CeJM Q1aA== 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=m3vz4K1cVFxkkZgxl+94bcQ+gdSebDBC3L0OFBYI+gI=; b=at6v4BGhWMyP1wZZtmuk1+7VwGLEwjxamuiyhea+BAvyPjVqu99Yjc5wfhKBpTErmE TJoEhDW+yHLjRNpDfgR91RQF1FmDaqh6Pw6NUqR9UyV74kRxhNlC7+uPQNGmU/O4FI5w cWowT8kCQqXIxzYvcme79acuTSJLtkQ9E1SS6X0Dl9GMBvl/RVqgYBAVQwu85N1Sc7gk fgz93pEzuaxFGXA2d7MZr7EL70PJb+bmkBjEe8bwotZfir1MwFq26C8rB6IZkL149jiG NcnGHr+4XkgE+cf8BAoTWgQfJDjwlUMoDqRB6IxLV1Z+T0WzxiH6lgitVomd78BHEIGn UqbQ== X-Gm-Message-State: AOAM531id+GxgL8dechlaqA7xmx6hOTM0R7FUjIiW8i80HZbbi+c1cdB rqvftBPpZ5RIugM6XVWPXVWtt4gryIDL8GdSriVHSA== X-Google-Smtp-Source: ABdhPJyKED35BiARsyi5JjkQILds3vmoy8nNLHmR1XxangMF+3k3jjmDTcZF5xnFaqXGnDk9Tr7DzrwnSr3rG5yCxv0= X-Received: by 2002:a17:906:274f:: with SMTP id a15mr15375119ejd.492.1643101996062; Tue, 25 Jan 2022 01:13:16 -0800 (PST) MIME-Version: 1.0 References: <20220114141507.395271-1-marcel@ziswiler.com> <20220114141507.395271-3-marcel@ziswiler.com> In-Reply-To: <20220114141507.395271-3-marcel@ziswiler.com> From: Bartosz Golaszewski Date: Tue, 25 Jan 2022 10:13:05 +0100 Message-ID: Subject: Re: [PATCH v2 02/11] dt-bindings: gpio: fix gpio-hog example To: Marcel Ziswiler Cc: Linux ARM , Marek Vasut , Marcel Ziswiler , Rob Herring , Frank Rowand , Linus Walleij , Rob Herring , devicetree , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Jan 14, 2022 at 3:15 PM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > Even if this is no yaml yet at least fix the example to be compliant to > later schema as e.g. found in gpio-pca95xx.yaml, fairchild,74hc595.yaml > and gpio/fsl-imx-gpio.yaml. > > Signed-off-by: Marcel Ziswiler > Acked-by: Rob Herring > > --- > > Changes in v2: > - Added Rob's ack. > > Documentation/devicetree/bindings/gpio/gpio.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio.txt b/Documentation/devicetree/bindings/gpio/gpio.txt > index a8895d339bfe..5663e71b751f 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio.txt > +++ b/Documentation/devicetree/bindings/gpio/gpio.txt > @@ -213,7 +213,7 @@ Example of two SOC GPIO banks defined as gpio-controller nodes: > gpio-controller; > #gpio-cells = <2>; > > - line_b { > + line_b-hog { > gpio-hog; > gpios = <6 0>; > output-low; > -- > 2.33.1 > Applied, thanks! Bart 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 E49A5C433F5 for ; Tue, 25 Jan 2022 09:38:04 +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=jhliLGnF0UzBpM3aCDy1nr7Oh/xdDO7552g+IMwYjzw=; b=pTkrzn3bL8WAhQ Uz/BPWHxuoXSDlKlnwWldMU4s68RTbO7TTNOzKNB0Y+W3tcJuRMpOhJJ2dOZeXOfBtHJsELIpS4rU iQZxMOATWqZaUMzjexWLCUUhE1LU8sDfrbbDnwOhRDWUtHRuyvhOwBdpLXbqX7Yaq2M7TeKqWMXx4 MTxi4whxnYlUseevgXkmQ9X0WiBdE8PkXfFIbgZdte+Ff7vLG6Yn6S2x49FkTZRBA8gDQLpN680s+ 5hcO2nE+Yi+159Yxdoycnt7+HGSNtc8ld/dW3KeYrMta71aIpexjMvOXG2grneLRA4UqfCT6x/KY9 aB/Prg1EUoBg429Nc4GQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCIFU-007COS-Tq; Tue, 25 Jan 2022 09:36:25 +0000 Received: from mail-ej1-x629.google.com ([2a00:1450:4864:20::629]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCHt8-0072aN-PR for linux-arm-kernel@lists.infradead.org; Tue, 25 Jan 2022 09:13:20 +0000 Received: by mail-ej1-x629.google.com with SMTP id me13so29143474ejb.12 for ; Tue, 25 Jan 2022 01:13:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=m3vz4K1cVFxkkZgxl+94bcQ+gdSebDBC3L0OFBYI+gI=; b=wwKwalFIdRZU/Tdudj95kPncu6eVBEFqiUctk9Ry4HB2QDqDev6XJnraAHxSJ+36eV gfJZIya0esm65p0LebvssGsiLOIOt5Ag/ODMrBUNzqX4qoQ9qo/iGqihQO1vepOkE094 Rbng7qvbgi0jP6d14HYexooHGRWNtER6rudYcpM7ISXkFAwpqgscUvy4zuo3b/d4AijY cv0orhFfqgUFocTkIZdPiYFCikaEwk1+bSHsU1eJLTvuuiudpvcLcfe4Wi9xwX26qooa 8dYHnSm+/qnB6p4BvYlKrIAdf/4KYMFCIBk8IjQQpa5z9YJ1M+7GOuWYk94YRKO6CeJM Q1aA== 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=m3vz4K1cVFxkkZgxl+94bcQ+gdSebDBC3L0OFBYI+gI=; b=McUL64pqofYrtM1U4rafgCILXnA2yg5UcPF+5OiRAADxo18eywcmPQot2a2gBppFDG Ukls8sxZ+MBSMCDQbe3Ww0FSnjjnsQtc/cU+s4K2DhfYXEMsXkHgw/p3GL3pCuMwFJXC /CeGNBZ0QKgx/KuT9imh2vpYqHCNAMdmehaE/DIqeLZuWZq77xQs+4vAMruAUc8SvaeZ nbOPgeJlnOQLmsl1lkxIciQGsP0AA7FGb/dpm13VR2e1rF29p9XBUYkLIsYELjPhG3os v1wgZvCpC02QATqAIcC/85QiR3NL/o7YRExi+W1D6tAD2s1KLffk5keTCyryAIhoSOUG zmyw== X-Gm-Message-State: AOAM531ZJirSG8VYdIOc8VIWSrGp7lyle8bt/B8e6Or3N5wTV/scD64A FKm3Y6RFbQ69wMrJkkhOyYekPvYoeVaikz0fLeT43g== X-Google-Smtp-Source: ABdhPJyKED35BiARsyi5JjkQILds3vmoy8nNLHmR1XxangMF+3k3jjmDTcZF5xnFaqXGnDk9Tr7DzrwnSr3rG5yCxv0= X-Received: by 2002:a17:906:274f:: with SMTP id a15mr15375119ejd.492.1643101996062; Tue, 25 Jan 2022 01:13:16 -0800 (PST) MIME-Version: 1.0 References: <20220114141507.395271-1-marcel@ziswiler.com> <20220114141507.395271-3-marcel@ziswiler.com> In-Reply-To: <20220114141507.395271-3-marcel@ziswiler.com> From: Bartosz Golaszewski Date: Tue, 25 Jan 2022 10:13:05 +0100 Message-ID: Subject: Re: [PATCH v2 02/11] dt-bindings: gpio: fix gpio-hog example To: Marcel Ziswiler Cc: Linux ARM , Marek Vasut , Marcel Ziswiler , Rob Herring , Frank Rowand , Linus Walleij , Rob Herring , devicetree , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220125_011318_926188_D49D0D00 X-CRM114-Status: GOOD ( 18.89 ) 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 Fri, Jan 14, 2022 at 3:15 PM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > Even if this is no yaml yet at least fix the example to be compliant to > later schema as e.g. found in gpio-pca95xx.yaml, fairchild,74hc595.yaml > and gpio/fsl-imx-gpio.yaml. > > Signed-off-by: Marcel Ziswiler > Acked-by: Rob Herring > > --- > > Changes in v2: > - Added Rob's ack. > > Documentation/devicetree/bindings/gpio/gpio.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio.txt b/Documentation/devicetree/bindings/gpio/gpio.txt > index a8895d339bfe..5663e71b751f 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio.txt > +++ b/Documentation/devicetree/bindings/gpio/gpio.txt > @@ -213,7 +213,7 @@ Example of two SOC GPIO banks defined as gpio-controller nodes: > gpio-controller; > #gpio-cells = <2>; > > - line_b { > + line_b-hog { > gpio-hog; > gpios = <6 0>; > output-low; > -- > 2.33.1 > Applied, thanks! Bart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel