Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp665025pxb; Tue, 3 Nov 2020 09:12:48 -0800 (PST) X-Google-Smtp-Source: ABdhPJx043iMj1iSs63yFn3iG3BHfQC8o5kAZerVFRN/jQNKY0CjNN8RlK3yq0VIXlQW0Icm6pRj X-Received: by 2002:a2e:7803:: with SMTP id t3mr8431828ljc.156.1604423568107; Tue, 03 Nov 2020 09:12:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604423568; cv=none; d=google.com; s=arc-20160816; b=pn0Wrhy1eiKI7JTF6xpUpKFivvvB/Et7bhVR8HpP19qmmJ27NkjNfxw4pP3eO/KoM6 Eq1oT/Jod9XqFccCvOTCvb2aCqfbqbIvbhIUu/w3WQTjNxEQDTELi5JZXpk8fpl0q5+G 5yoOlLixV7rnLDNwKbYh7FWfoAW1KFT69ZSbyTHLMhAoDdsqCgLWlkgTeiweX43Upk6G jAWDPNqiqZR50Rj+nVqTPE/2b8lcZ05cPzuAbNd738kIMI15LuWyj9fgi0xiIKNHhL65 vw5qI4Z81erB+/woW2o5nuYuB856pVrLPvkzz5txUrRTXNPftTS8CkMMU4qq6RiLtM62 mCzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=gsO6BWOr5idCkSLef6YLwuYr7HD6vLSvkN4XVFLB3oY=; b=VJQH+G7xFdBHtc+E2qlRnBo/jNWq9WnoErX6jX6DCNnk7Ko/Cg7szzVy/59r+I9u3k b3+ykTOazJyhOgMAys1w7+ZKmgSTTm7wSnPqP62QGX79QC7K5Axu5jI1LJqU1kT4QnFn /+xvT7+rtqPnf7vTGVwo2+UJoQpi9YjE+79qpg5UfmsyxvVSCtGA74hFYdBynblAwMNG Vz2MPsroCa/nomtcHFAEHC84ZyNIeqc9IIrlu0xTs3I6lAdeVbkkPhuyIkgf42bkbHYs Fs3ukzaq1sJqhl80p2giYGzhOPu+tYw+AAZb39CiLflqDBgFofy58ajSmtiH6N+61mIF yzJw== 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 u13si8763583lfg.323.2020.11.03.09.12.19; Tue, 03 Nov 2020 09:12:48 -0800 (PST) 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 S1728584AbgKCRHd (ORCPT + 99 others); Tue, 3 Nov 2020 12:07:33 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:32954 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728046AbgKCRHd (ORCPT ); Tue, 3 Nov 2020 12:07:33 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kZzmI-0053nr-L0; Tue, 03 Nov 2020 18:07:26 +0100 Date: Tue, 3 Nov 2020 18:07:26 +0100 From: Andrew Lunn To: Dan Murphy Cc: davem@davemloft.net, f.fainelli@gmail.com, hkallweit1@gmail.com, robh@kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v3 2/4] dt-bindings: net: Add Rx/Tx output configuration for 10base T1L Message-ID: <20201103170726.GM1042051@lunn.ch> References: <20201030172950.12767-1-dmurphy@ti.com> <20201030172950.12767-3-dmurphy@ti.com> <20201030195655.GD1042051@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Do you have any issue with the property being in the ethernet-phy.yaml? It seems generic enough. Increasing the voltage increases the power requirements, and maybe not all boards are capable of that. Andrew