From patchwork Fri Jul 21 09:06:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Stein X-Patchwork-Id: 705112 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 86710EB64DC for ; Fri, 21 Jul 2023 09:06:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230332AbjGUJG1 (ORCPT ); Fri, 21 Jul 2023 05:06:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjGUJG0 (ORCPT ); Fri, 21 Jul 2023 05:06:26 -0400 Received: from mx1.tq-group.com (mx1.tq-group.com [93.104.207.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55DF7E74; Fri, 21 Jul 2023 02:06:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tq-group.com; i=@tq-group.com; q=dns/txt; s=key1; t=1689930384; x=1721466384; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=I75kCCDlibaMONLjfxO4Q2JWzzPAojEBILnYVxUnPFI=; b=CfpYCLIWPJOr70ruO3KSmBLYP/LZIiLOoh0pD/g3Gv/eXQnKMYye3ZYx m3oeaT0znQ7LHQiX8HKLLGeXzVNVWO+WBEARKufg3udA2Ul0wQ96VkLf2 9sUA2dhN/x4lahzQN9HLjQFjPl43jTp/xPVqIdeHecOhiuxkpxdc2mdNc 21eC2GmAptri6x534ZlYYXYgOjTrpF9iluyjFoeijdaGeXTsTLmWYysRO gCiLgO29T6LuirFE63QRtAeYlAxJHJX2DicMzO9VmurHttOt4coO82G8/ 8mbeFKfNNtJKLBlNxg97E/1Bf+Smws2h2qjg09eCZftfltcUaUYYLq3Zq Q==; X-IronPort-AV: E=Sophos;i="6.01,220,1684792800"; d="scan'208";a="32049643" Received: from vtuxmail01.tq-net.de ([10.115.0.20]) by mx1.tq-group.com with ESMTP; 21 Jul 2023 11:06:22 +0200 Received: from steina-w.tq-net.de (unknown [10.123.53.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by vtuxmail01.tq-net.de (Postfix) with ESMTPSA id 6E89D280078; Fri, 21 Jul 2023 11:06:22 +0200 (CEST) From: Alexander Stein To: Linus Walleij , Bartosz Golaszewski , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Pavel Machek , Lee Jones Cc: Alexander Stein , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-leds@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH 1/2] dt-bindings: gpio: Add gpio-line-names to STMPE GPIO Date: Fri, 21 Jul 2023 11:06:16 +0200 Message-Id: <20230721090618.1211081-1-alexander.stein@ew.tq-group.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org This is a gpio-controller, so gpio-line-names should be allowed as well. Signed-off-by: Alexander Stein --- Documentation/devicetree/bindings/gpio/st,stmpe-gpio.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gpio/st,stmpe-gpio.yaml b/Documentation/devicetree/bindings/gpio/st,stmpe-gpio.yaml index 22c0cae73425..b226a8892f8a 100644 --- a/Documentation/devicetree/bindings/gpio/st,stmpe-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/st,stmpe-gpio.yaml @@ -27,6 +27,7 @@ properties: const: 2 gpio-controller: true + gpio-line-names: true interrupt-controller: true From patchwork Fri Jul 21 09:06:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Stein X-Patchwork-Id: 705536 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 63B2DC001DC for ; Fri, 21 Jul 2023 09:06:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231222AbjGUJG2 (ORCPT ); Fri, 21 Jul 2023 05:06:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjGUJG1 (ORCPT ); Fri, 21 Jul 2023 05:06:27 -0400 Received: from mx1.tq-group.com (mx1.tq-group.com [93.104.207.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6662E2D7D; Fri, 21 Jul 2023 02:06:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tq-group.com; i=@tq-group.com; q=dns/txt; s=key1; t=1689930386; x=1721466386; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CI8ECUjiJNroBfTj6qzPZAgvNKLXlm+nOlLik0fT0eQ=; b=HpE1NCobRwEpS4M1281yMRISAa0yTLyP2YPlo0ICAmSxufcIZbskmCbp FfQPiMlZAo5AeS3CFTRT5vBaoy1qzzyxACyiQPQWdDsLNVdRgJF+iv08L WFYi+WdwSxTe5GS6HJeLsKCb9vvFOdYinqUyLRCPJCLRcoishTYz48TMl UFoMWeEAVIOgEd500oL1RXuMqV1B3iuRwm2JCzyc3DCp2nWtbnjAD17iq 3yRkuA2b6Gw016/D8vd5fW8qpwNxLTTSfIy4Y2k2KrsktZu0IZPUP4lHE Il5uAdIeiTLf5yLH+ppvdDgc0w6g4jbXMkPmgJ1kUTxOJbbLXD62j2726 A==; X-IronPort-AV: E=Sophos;i="6.01,220,1684792800"; d="scan'208";a="32049644" Received: from vtuxmail01.tq-net.de ([10.115.0.20]) by mx1.tq-group.com with ESMTP; 21 Jul 2023 11:06:23 +0200 Received: from steina-w.tq-net.de (unknown [10.123.53.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by vtuxmail01.tq-net.de (Postfix) with ESMTPSA id BC1F5280084; Fri, 21 Jul 2023 11:06:22 +0200 (CEST) From: Alexander Stein To: Linus Walleij , Bartosz Golaszewski , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Pavel Machek , Lee Jones Cc: Alexander Stein , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-leds@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH 2/2] dt-bindings: leds: Add gpio-line-names to PCA9532 GPIO Date: Fri, 21 Jul 2023 11:06:17 +0200 Message-Id: <20230721090618.1211081-2-alexander.stein@ew.tq-group.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230721090618.1211081-1-alexander.stein@ew.tq-group.com> References: <20230721090618.1211081-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org This is a gpio-controller, so gpio-line-names should be allowed as well. Signed-off-by: Alexander Stein --- Documentation/devicetree/bindings/leds/nxp,pca953x.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/leds/nxp,pca953x.yaml b/Documentation/devicetree/bindings/leds/nxp,pca953x.yaml index edf6f55df685..973c5fccaf4e 100644 --- a/Documentation/devicetree/bindings/leds/nxp,pca953x.yaml +++ b/Documentation/devicetree/bindings/leds/nxp,pca953x.yaml @@ -28,6 +28,7 @@ properties: maxItems: 1 gpio-controller: true + gpio-line-names: true '#gpio-cells': const: 2