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 E42A7EDE9A0 for ; Thu, 14 Sep 2023 10:35:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237413AbjINKfo (ORCPT ); Thu, 14 Sep 2023 06:35:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233324AbjINKfm (ORCPT ); Thu, 14 Sep 2023 06:35:42 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 065761BEB for ; Thu, 14 Sep 2023 03:35:38 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 372D4C433C8; Thu, 14 Sep 2023 10:35:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694687737; bh=knnE7bRmUUq3+cRp/uC22ElRLHv6Q5lav+3jkPfNLbw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GFlHVhwSEQctSqlNHXDef5E4hBblsjZOc4hy3+QvWTpC1ZyhqEpSjCv0E9lHKWiNo r2x5tuBd9gixGcXweL4HXXl1UXlxyICKOS+mEAf68fnzxMifS8psH/9GGxiTu542dc yNwikW7NekcIDiyJrQMaK0TzSY8StW9To+TJfMGVhwmMz/Kj4HG4UlD905kDSH6QNo vQW8RY7aqAXoNEweHJ8Nt6ls1uJSekDM6jBj9QmTJ0sQISjLhMPpGNwsKxOmj/WUCn hN8ijmUS6kyp+F/0neky8jX11ziGA+/Noe2/KVijf7JYdLoUM7xPUSVvcNTtADuNvI vp96TGJG8qVHA== Date: Thu, 14 Sep 2023 12:35:26 +0200 From: Simon Horman To: MD Danish Anwar Cc: Andrew Lunn , Roger Quadros , Conor Dooley , Krzysztof Kozlowski , Rob Herring , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Vignesh Raghavendra , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, srk@ti.com, r-gunasekaran@ti.com, Roger Quadros Subject: Re: [PATCH net-next v2 1/2] dt-bindings: net: Add documentation for Half duplex support. Message-ID: <20230914103526.GX401982@kernel.org> References: <20230911060200.2164771-1-danishanwar@ti.com> <20230911060200.2164771-2-danishanwar@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230911060200.2164771-2-danishanwar@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 11, 2023 at 11:31:59AM +0530, MD Danish Anwar wrote: > In order to support half-duplex operation at 10M and 100M link speeds, the > PHY collision detection signal (COL) should be routed to ICSSG > GPIO pin (PRGx_PRU0/1_GPI10) so that firmware can detect collision signal > and apply the CSMA/CD algorithm applicable for half duplex operation. A DT > property, "ti,half-duplex-capable" is introduced for this purpose. If > board has PHY COL pin conencted to PRGx_PRU1_GPIO10, this DT property can nit: connected ...