Re: [PATCH net] net: hns: fix LED configuration for marvell phy

From: Andrew Lunn
Date: Thu Jul 25 2019 - 14:06:24 EST


> You are discussing about the DT configuration, is Matthias Kaehlcke's work
> also provide a generic way to configure PHY LEDS using ACPI?

In general, you should be able to use the same properties in ACPI as
DT. If the device_property_read_X() API is used, it will try both ACPI
and OF to get the property.

Andrew