[PATCH RESEND net-next v6 7/7] net: stmmac: qcom-ethqos: add support for sa8255p
Andrew Lunn
andrew at lunn.ch
Mon Jan 12 05:54:18 PST 2026
On Mon, Jan 12, 2026 at 11:15:46AM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <brgl at kernel.org>
>
> Extend the driver to support a new model - sa8255p. Unlike the
> previously supported variants, this one's power management is done in
> the firmware using SCMI. This is modeled in linux using power domains so
> add support for them.
> static const struct of_device_id qcom_ethqos_match[] = {
> { .compatible = "qcom,qcs404-ethqos", .data = &emac_qcs404_data},
> + { .compatible = "qcom,sa8255p-ethqos", .data = &emac_sa8255p_data},
Is this device being probed via DT or ACPI?
Andrew
More information about the linux-riscv
mailing list