Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2177880pxb; Thu, 11 Feb 2021 06:23:50 -0800 (PST) X-Google-Smtp-Source: ABdhPJzXTHTBritJhG/61aop5iIZJVtxAvHxyPB/khJ4IeBm2lrMnaD/uXwkE3gBzrUsUHUJkWfQ X-Received: by 2002:aa7:d656:: with SMTP id v22mr8522454edr.349.1613053430189; Thu, 11 Feb 2021 06:23:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613053430; cv=none; d=google.com; s=arc-20160816; b=HSoHl8eWbvLyGALJn/zsIbbGnRK4nKfoi2BM03ghjxX65FoVCn08/QhyoCm65/HMi0 TYzv4qGf4gJ4zkbcsSHwerDXszvdM/3Y8+YBjHDhGgkzkvYPKBybvCI2zM+HdfLf9pKs n4HYuoOUf0aQ6FyJxGDe/m+KFZlCIFz8iikNfzaE67krUBKl7EpjhWc9bHY/nv8NIlcu lxU3/uD/vRymRPQeUk9/ctwXxteufso2MDbC7LcvQPQZPydfplCfk0CXAc6rnzR6jdUw ns8MJiKGSC3nGdY8KgEjtez8l73+Mnx8kpxgmllMI+ZCduV2ofOvp2nhSWmK+qsfsCVF TDeg== 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=pN+O+9co0YSR6SUt7UV8gu/x0wv6GGlpQqaGyFcCkB8=; b=vtBPFE2t31IlrKjG6soUE19QMEVZOvHDAsBIsmsO7hq78KMZ9Q5RgzLdrLusN+4wLq BPFTue3WDClkvnY8673etc/ZrjxcprHmWcQM/7xFprb+AWSCT7nw9YF7DEjXHza4ZO5H 6CVjDxh5NxcV1c5DEboXZBqfNtXXI9YG/FKW/jld3wv05p765P69Q7yph8IBF+vwGBI/ ElINKIbZ80cqIWFqwoyeRNhsO2OlmPBNPJDgUlwcbR79fbGpkhXiiSeGiyuOrSP6eTTT TP3zUOib++6yUweTOcPj86Opa4XkwKB5Me2pKe9XbGFlhJUVKJwebRSSZ/dAEyganj6r KYZA== 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 s15si3812286edq.605.2021.02.11.06.23.25; Thu, 11 Feb 2021 06:23:50 -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 S232235AbhBKOUc (ORCPT + 99 others); Thu, 11 Feb 2021 09:20:32 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:34902 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231580AbhBKOEl (ORCPT ); Thu, 11 Feb 2021 09:04:41 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lACZU-005aVH-BD; Thu, 11 Feb 2021 15:03:52 +0100 Date: Thu, 11 Feb 2021 15:03:52 +0100 From: Andrew Lunn To: Jon Hunter Cc: Saravana Kannan , Heiner Kallweit , Russell King , "David S. Miller" , Jakub Kicinski , Android Kernel Team , netdev , LKML , Thierry Reding Subject: Re: phy_attach_direct()'s use of device_bind_driver() Message-ID: References: <5176f496-facb-d7b0-9f4e-a9e4b8974178@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5176f496-facb-d7b0-9f4e-a9e4b8974178@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 11, 2021 at 10:21:03AM +0000, Jon Hunter wrote: > > On 10/02/2021 22:56, Andrew Lunn wrote: > > On Wed, Feb 10, 2021 at 02:13:48PM -0800, Saravana Kannan wrote: > >> Hi, > >> > >> This email was triggered by this other email[1]. > > > > And it appears the Tegra194 Jetson Xavier uses the Marvell 88E1512 > > PHY. So ensure the Marvell driver is available, and it should get > > probed in the usual way, the fallback driver will not be needed. > > > Yes that is correct. Enabling the Marvell PHY does fix this indeed and > so I can enable that as part of our testsuite. We were seeing the same > warning on Tegra186 Jetson TX2 and enabling the BRCM PHY resolves that > as well. I will ensure that these are enabled going forward. Hi Jon As an added bonus, you might of gained an additional HWMON temperature sensor for the PHY, some PHY statistics, and maybe cable diagnostics. Just by using the correct driver for the hardware. Andrew