]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "of: property: fw_devlink: Add support for "phy-handle" property"
authorSaravana Kannan <saravanak@google.com>
Wed, 15 Sep 2021 08:19:32 +0000 (01:19 -0700)
committerRob Herring <robh@kernel.org>
Wed, 15 Sep 2021 13:14:32 +0000 (08:14 -0500)
commit3d1e675d31ca77bd9651a36eb3355ec47c5bd069
tree77ac98ef8721ce30f6ec335b533413d12d550d0b
parent4ce062870c70d404088bf50de34ea03772413b4e
Revert "of: property: fw_devlink: Add support for "phy-handle" property"

This reverts commit d36c8341333630d7ae528a8d6e6e199506f4d29f.

Some PHYs pointed to by "phy-handle" will never bind to a driver until a
consumer attaches to it. And when the consumer attaches to it, they get
forcefully bound to a generic PHY driver. In such cases, parsing the
phy-handle property and creating a device link will prevent the consumer
from ever probing. We don't want that. So revert support for
"phy-handle" property until we come up with a better mechanism for
binding PHYs to generic drivers before a consumer tries to attach to it.

Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20210915081933.485112-1-saravanak@google.com
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/property.c