Re: [PATCH 1/5] net: mdio: Mask PHY only when its ACPI node is present
From: Andrew Lunn
Date: Wed Apr 20 2022 - 10:47:41 EST
On Wed, Apr 20, 2022 at 08:40:48PM +0800, Kai-Heng Feng wrote:
> Not all PHY has an ACPI node, for those nodes auto probing is still
> needed.
Why do you need this?
Documentation/firmware-guide/acpi/dsd/phy.rst
There is nothing here about there being PHYs which are not listed in
ACPI. If you have decided to go the ACPI route, you need to list the
PHYs.
Andrew