From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D0BBDB667; Wed, 13 Sep 2023 21:46:38 +0000 (UTC) Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D977198B; Wed, 13 Sep 2023 14:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=pxR15M8m/2jQvnaKDy+BPuzL4T3YF99oD14Zf47np38=; b=Mr6D63mKVH8NczbhL9tkCUyxux A+b1D8qAjfSU317ZnsjIXoMj+spxJyMBltkXRZsMxzlVcNQ4B2+Xrr6yKuTh/b2xrQS7BBfluObbZ NeNKhNS/+8SfYcadZngjmQW59heY0uAE6odYTVRriO6r/6zTGzy9O4UkAfzx9LwZQ4hA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qgXgm-006LM2-K6; Wed, 13 Sep 2023 23:46:24 +0200 Date: Wed, 13 Sep 2023 23:46:24 +0200 From: Andrew Lunn To: Oleksij Rempel Cc: "David S. Miller" , Eric Dumazet , Florian Fainelli , Jakub Kicinski , Paolo Abeni , Vladimir Oltean , Woojung Huh , Arun Ramadoss , Conor Dooley , Krzysztof Kozlowski , Rob Herring , Rob Herring , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, UNGLinuxDriver@microchip.com, "Russell King (Oracle)" , devicetree@vger.kernel.org Subject: Re: [PATCH net-next v4 1/2] dt-bindings: net: dsa: microchip: Update ksz device tree bindings for drive strength Message-ID: References: <20230912045459.1864085-1-o.rempel@pengutronix.de> <20230912045459.1864085-2-o.rempel@pengutronix.de> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230912045459.1864085-2-o.rempel@pengutronix.de> On Tue, Sep 12, 2023 at 06:54:58AM +0200, Oleksij Rempel wrote: > Extend device tree bindings to support drive strength configuration for the > ksz* switches. Introduced properties: > - microchip,hi-drive-strength-microamp: Controls the drive strength for > high-speed interfaces like GMII/RGMII and more. > - microchip,lo-drive-strength-microamp: Governs the drive strength for > low-speed interfaces such as LEDs, PME_N, and others. > - microchip,io-drive-strength-microamp: Controls the drive strength for > for undocumented Pads on KSZ88xx variants. > > Signed-off-by: Oleksij Rempel > Reviewed-by: Rob Herring Reviewed-by: Andrew Lunn Andrew