diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2023-06-21 06:44:39 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2023-06-21 06:44:54 +0300 |
| commit | 4cb13ff1437e21a698cae15154e75f1825f9394b (patch) | |
| tree | 914c2a4ad87b3784aaf2333d47b8dd5548abbd01 /include | |
| parent | f61d2d5cf142436cd1a02ddc78425e91116b8b0d (diff) | |
| parent | 8c4d92e82d500a65e7dba101ea38e4f3499dc428 (diff) | |
| download | linux-4cb13ff1437e21a698cae15154e75f1825f9394b.tar.xz | |
Merge branch 'net-stmmac-dwmac-qcom-ethqos-add-support-for-emac4'
Bartosz Golaszewski says:
====================
net: stmmac: dwmac-qcom-ethqos: add support for EMAC4
Extend the dwmac-qcom-ethqos driver to support EMAC4. While at it: rework the
code somewhat. The bindings have been reviewed by DT maintainers.
This is a sub-series of [1] with only the patches targetting the net subsystem
as they can go in independently.
[1] https://lore.kernel.org/lkml/20230617001644.4e093326@kernel.org/T/
====================
Link: https://lore.kernel.org/r/20230619092402.195578-1-brgl@bgdev.pl
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/stmmac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index 225751a8fd8e..06090538fe2d 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -293,5 +293,6 @@ struct plat_stmmacenet_data { bool sph_disable; bool serdes_up_after_phy_linkup; const struct dwmac4_addrs *dwmac4_addrs; + bool has_integrated_pcs; }; #endif |
