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 2E829EB64DC for ; Fri, 21 Jul 2023 09:18:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231715AbjGUJS0 (ORCPT ); Fri, 21 Jul 2023 05:18:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231719AbjGUJSZ (ORCPT ); Fri, 21 Jul 2023 05:18:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1A1E30C7; Fri, 21 Jul 2023 02:18:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6512061913; Fri, 21 Jul 2023 09:18:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E8A0C433C8; Fri, 21 Jul 2023 09:18:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689931102; bh=0bzriDPWcVl5IAQAULm4Fy/3jSBYKjLgbMXVXAKk0jw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K43FWKeFEWCJjMNwex7JRXm8/raM/g4hBc/eugX8W614rnt3RiH2UsL1yYaGb5sce M3sn/aE2exI7+aIte6kPaOP/MKr1wnxd5dZMSlqjrpp8elvYHw9rTkQDG2OpuL1aZD HB8vmA+5wEnhvlA2G4+o4Ci3NvXq2aP/wOO8OOREdXKX0jelW5SnxiMNGVgVLfOBsh OMqVvxwRr9c4w4yypNWDjWi9ZrJt3KwDskmV/hmv3vx8gcB+39xD/+jl1ZKE2CFAH0 nbr+X7tSQ6jebokMGnbu1V0dSTuMGghIusKbdL82qZCAfg9NQi1pEdiKQKIrk7atdw +3iILHUqzKxdA== Date: Fri, 21 Jul 2023 10:18:17 +0100 From: Conor Dooley To: Andrew Lunn Cc: Samin Guo , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, Peter Geis , Frank , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Heiner Kallweit , Russell King , Yanhong Wang Subject: Re: [PATCH v5 1/2] dt-bindings: net: motorcomm: Add pad driver strength cfg Message-ID: <20230721-liquid-stench-3721d2483433@spud> References: <20230720111509.21843-1-samin.guo@starfivetech.com> <20230720111509.21843-2-samin.guo@starfivetech.com> <0cd8b154-d255-4c16-b76d-9d3b036f3093@lunn.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nX7BpCsPop1fJgk1" Content-Disposition: inline In-Reply-To: <0cd8b154-d255-4c16-b76d-9d3b036f3093@lunn.ch> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --nX7BpCsPop1fJgk1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 20, 2023 at 06:00:15PM +0200, Andrew Lunn wrote: > > + motorcomm,rx-clk-drv-microamp: > > + description: | > > + drive strength of rx_clk rgmii pad. > > + The YT8531 RGMII LDO voltage supports 1.8V/3.3V, and the LDO vol= tage can > > + be configured with hardware pull-up resistors to match the SOC v= oltage > > + (usually 1.8V). > > + The software can read the registers to obtain the LDO voltage an= d configure > > + the legal drive strength(curren). > > + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D > > + | voltage | curren Available (uA) | >=20 > current has a t. >=20 > > + =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D > > + | voltage | curren Available (uA) | >=20 > Reviewed-by: Andrew Lunn With the fixup, Reviewed-by: Conor Dooley Thanks, Conor. --nX7BpCsPop1fJgk1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZLpNWQAKCRB4tDGHoIJi 0nTzAP0ckflSUS82Xtk5G/0CSY+mIXDKdGQzxx8RPffLo59tfAD+LNoSTLxCZ9iB x31NhCi8qO6X88lBOMyPXJgPGlkeLg0= =Z4dn -----END PGP SIGNATURE----- --nX7BpCsPop1fJgk1--