Re: [PATCH net-next v9 2/6] net: stmmac: qcom-ethqos: use generic device properties

From: Andrew Lunn

Date: Wed Mar 25 2026 - 18:01:42 EST


On Mon, Mar 16, 2026 at 01:05:07PM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> In order to drop the dependency on CONFIG_OF, convert all device property
> getters from OF-specific to generic device properties and stop pulling
> in any linux/of.h symbols.

Adding to what Russell said, please document your new binding. e.g. in
Documentation/firmware-guide/acpi/dsd.

Andrew