Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp886359pxb; Wed, 27 Oct 2021 14:28:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyKyweC8U/kkncNJEF/PTXmbajm8/G3+LOyB6e5m7DEfa/Im+DN/3O4cZVBcMQtnRKWPdw8 X-Received: by 2002:a50:ab4f:: with SMTP id t15mr526699edc.178.1635370131867; Wed, 27 Oct 2021 14:28:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635370131; cv=none; d=google.com; s=arc-20160816; b=NiM7yRnhYnTOm5TWthJbCPLkoGsxbHktRuKU+VT6KhLJj1bK0gJlPz5cAd+XpvgImQ HWI7IF+8qwMhFCA8BBqVJ/77uT8LolLmxv5BcVNt5ZP28gPM4MDu8rPnI3A7QVsbTIQK eOOxx4B3qlkpFN2ACdDUnnMzlV7MXAlnUIZkBiMipij+H1FoijNbaeCn31MT7gwEnOGR hFZxHGleCrhEKgooL+vr8Cyo0WRI8sboNDERnN0/r3rWfqugmZac8XFeec4lNbd2wIRR sHwnqv3ybpyoS6nVMgLDmqHCNiBkmjT3yn9isua+YwjPIFZ1s97PHu8qge3BburUVT45 6Llw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=wrUnKJ+/Vww0ZLewUYNF9/DpDZxiG1KLkXZtPBM+eB0=; b=CdozNvhU5pS/idOEYYYMq/UBP8RYt93J1oNmb4gHC90dOA4nUePluT9RBhzVe78/jR eWwgb5MjIE1rACno8+MO+lh5Ko2WrprFzTUYOU14j2biTeH9FRwzFjJvllFYzZQWKmR6 cVUtAbpgvVnBSVVubE2ytxHk8hArIOg0+hKssoh2N21xEvCP2Ax+raj+L4fTj870D+Ad cIarz9nxZhlF7hi4Q+hNVbtCGtBByFpuu+lVVLa1dSs7O0/l6qPuLpEUDX26/e+5IySp xF7CPIuLEXVrL/JgB1rMBGRmHgKyygV/1ERIQYadnTvt+yM51XPZuSQ1Gbk9RRzCSlxk DSPA== 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 lf10si1220228ejb.302.2021.10.27.14.28.28; Wed, 27 Oct 2021 14:28:51 -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 S242259AbhJ0Nro (ORCPT + 97 others); Wed, 27 Oct 2021 09:47:44 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:39947 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S242235AbhJ0Nrn (ORCPT ); Wed, 27 Oct 2021 09:47:43 -0400 X-IronPort-AV: E=Sophos;i="5.87,186,1631545200"; d="scan'208";a="98620557" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 27 Oct 2021 22:45:17 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 19E4B4010727; Wed, 27 Oct 2021 22:45:14 +0900 (JST) From: Lad Prabhakar To: Linus Walleij , Rob Herring , Geert Uytterhoeven , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar , Biju Das , Lad Prabhakar Subject: [PATCH 1/4] dt-bindings: pincfg-node: Add "output-impedance-ohms" property Date: Wed, 27 Oct 2021 14:45:06 +0100 Message-Id: <20211027134509.5036-2-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211027134509.5036-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20211027134509.5036-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On RZ/G2L SoC for Group-B pins, output impedance can be configured. This patch documents "output-impedance-ohms" property in pincfg-node.yaml so that other platforms requiring such feature can make use of this property. Signed-off-by: Lad Prabhakar Reviewed-by: Biju Das --- RFC->v1 * Dropped type * Renamed output-impedance -> output-impedance-ohms --- Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml b/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml index 71ed0a9def84..4b22a9e3a447 100644 --- a/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml +++ b/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml @@ -114,6 +114,9 @@ properties: description: enable output on a pin without actively driving it (such as enabling an output buffer) + output-impedance-ohms: + description: set the output impedance of a pin to at most X ohms + output-low: type: boolean description: set the pin to output mode with low level -- 2.17.1