Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp316472pxk; Thu, 1 Oct 2020 03:13:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyw4e3Psk1dQzx9HzUoPbikjTPe9HbnR+vMFSpQSp0Hv2e02nr/ekT4/6+bW9QLn+eTLNNE X-Received: by 2002:a05:6402:13d3:: with SMTP id a19mr7085936edx.255.1601547233982; Thu, 01 Oct 2020 03:13:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601547233; cv=none; d=google.com; s=arc-20160816; b=Gt5LCkKE+B4N6lo0EFq83R9iXJqQqQfNNcr/ST9o9zWG9V/B3ysgCTh1lIfDPb3FOG 2JqTtq51U3BC/oSjlZRIwbDX9jeGUueq/da3N5sMN2gTvvxxGTAHUrz+kgh1UY/FKH+i 3u0XWxR6e+Ccxomj5WPcy01PmAeh/SPF026GwHhfQtcEdjQz8BZUn2zBPmHdECdgdpCC tSltTJPP7KOE6Y7gzQgHCWTdn/tYM7c4k1kVQxFsA/y2lASWjBH/ZatuGpjZ5vtE/6Id nuX3wM8lX2WHksgsqcZd2RmSc5gd2kmUroISLQvY+AWUp4DFqcPEYiGvLkQ8SOXlKYMS QOCQ== 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=5Rwj7Zz+yLp5vAGXupFVOk2I+tyMLG2fwbOoopRPHdY=; b=cghONyMJzeASibAGEHlF6UoZKqFjrUuJi1eVQ5Veft8DLMGHmtuquoH6izgVZgPgsl m7q/SIXqOlcxJnD7b+cRYV/LxaHo4H/zAhXXVuzOcFcFk5WP467ey4tBgeVe8BkYuDmz 2vseDMvALeWBgEpZt3Qm5J62/ufvks/j2V4qqyDTA2SQaSusuiHH68H7IRCAleniHDAM inv3/9gWyL6Xn9KF2Sq1LbipyoIB875k3n6ck90w1q2a6DxKAdfRpZd/YyWC4Tona9Tm ykFGqHgihyMhoqvH4b4hI/miDqWmHcNjRLv0axf/CFA9GBsGtCwWLbiUFmRjY030vMja bjZg== 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 h7si2829987edt.471.2020.10.01.03.13.30; Thu, 01 Oct 2020 03:13:53 -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 S1732061AbgJAKLA (ORCPT + 99 others); Thu, 1 Oct 2020 06:11:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731903AbgJAKKW (ORCPT ); Thu, 1 Oct 2020 06:10:22 -0400 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 210E3C0613E6 for ; Thu, 1 Oct 2020 03:10:21 -0700 (PDT) Received: from ramsan ([84.195.186.194]) by albert.telenet-ops.be with bizsmtp id aaAA230054C55Sk06aAABm; Thu, 01 Oct 2020 12:10:19 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1kNvXN-0001MY-V8; Thu, 01 Oct 2020 12:10:09 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1kNvXN-0003ka-Uv; Thu, 01 Oct 2020 12:10:09 +0200 From: Geert Uytterhoeven To: "David S . Miller" , Jakub Kicinski Cc: Rob Herring , Sergei Shtylyov , Florian Fainelli , Andrew Lunn , Oleksij Rempel , Philippe Schenker , Heiner Kallweit , Dan Murphy , Kazuya Mizuguchi , Wolfram Sang , Magnus Damm , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH net-next v4 resend 2/5] dt-bindings: net: renesas,ravb: Document internal clock delay properties Date: Thu, 1 Oct 2020 12:10:05 +0200 Message-Id: <20201001101008.14365-3-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201001101008.14365-1-geert+renesas@glider.be> References: <20201001101008.14365-1-geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some EtherAVB variants support internal clock delay configuration, which can add larger delays than the delays that are typically supported by the PHY (using an "rgmii-*id" PHY mode, and/or "[rt]xc-skew-ps" properties). Add properties for configuring the internal MAC delays. These properties are mandatory, even when specified as zero, to distinguish between old and new DTBs. Update the (bogus) example accordingly. Signed-off-by: Geert Uytterhoeven Reviewed-by: Sergei Shtylyov Reviewed-by: Rob Herring Reviewed-by: Florian Fainelli --- v4: - Add Reviewed-by, v3: - Add Reviewed-by, v2: - Replace "renesas,[rt]xc-delay-ps" by "[rt]x-internal-delay-ps", - Add "(bogus)" to the example update, to avoid people considering it a one-to-one conversion. --- .../devicetree/bindings/net/renesas,ravb.txt | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/Documentation/devicetree/bindings/net/renesas,ravb.txt b/Documentation/devicetree/bindings/net/renesas,ravb.txt index 032b76f14f4fdb38..4a62dd11d5c488f4 100644 --- a/Documentation/devicetree/bindings/net/renesas,ravb.txt +++ b/Documentation/devicetree/bindings/net/renesas,ravb.txt @@ -64,6 +64,18 @@ Optional properties: AVB_LINK signal. - renesas,ether-link-active-low: boolean, specify when the AVB_LINK signal is active-low instead of normal active-high. +- rx-internal-delay-ps: Internal RX clock delay. + This property is mandatory and valid only on R-Car Gen3 + and RZ/G2 SoCs. + Valid values are 0 and 1800. + A non-zero value is allowed only if phy-mode = "rgmii". + Zero is not supported on R-Car D3. +- tx-internal-delay-ps: Internal TX clock delay. + This property is mandatory and valid only on R-Car H3, + M3-W, M3-W+, M3-N, V3M, and V3H, and RZ/G2M and RZ/G2N. + Valid values are 0 and 2000. + A non-zero value is allowed only if phy-mode = "rgmii". + Zero is not supported on R-Car V3H. Example: @@ -105,8 +117,10 @@ Example: "ch24"; clocks = <&cpg CPG_MOD 812>; power-domains = <&cpg>; - phy-mode = "rgmii-id"; + phy-mode = "rgmii"; phy-handle = <&phy0>; + rx-internal-delay-ps = <0>; + tx-internal-delay-ps = <2000>; pinctrl-0 = <ðer_pins>; pinctrl-names = "default"; @@ -115,18 +129,7 @@ Example: #size-cells = <0>; phy0: ethernet-phy@0 { - rxc-skew-ps = <900>; - rxdv-skew-ps = <0>; - rxd0-skew-ps = <0>; - rxd1-skew-ps = <0>; - rxd2-skew-ps = <0>; - rxd3-skew-ps = <0>; - txc-skew-ps = <900>; - txen-skew-ps = <0>; - txd0-skew-ps = <0>; - txd1-skew-ps = <0>; - txd2-skew-ps = <0>; - txd3-skew-ps = <0>; + rxc-skew-ps = <1500>; reg = <0>; interrupt-parent = <&gpio2>; interrupts = <11 IRQ_TYPE_LEVEL_LOW>; -- 2.17.1