1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-25 09:23:58 +01:00
Files
u-boot-megous/drivers/net
Patrick Delaunay a718a5d0f4 net: dwc_eth_qos: update the compatible supported for STM32
Update the compatible associated with the STM32 MPU glue
in the DWC ethernet driver.

The supported compatible is the specific "st,stm32mp1-dwmac"
as indicated in Linux binding
Documentation/devicetree/bindings/net/stm32-dwmac.txt
and not the "snps,dwmac-4.20a" only used to the select IP
version.

This glue is implemented in Linux kernel in:
drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c

For information in stm32mp151.dtsi, the 2 compatibles are
supported:

ethernet0: ethernet@5800a000 {
	compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a";
	...
};

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
2020-07-07 16:01:23 +02:00
..
2010-07-12 00:14:29 -07:00
2020-05-18 18:36:55 -04:00
2020-06-18 19:34:40 +02:00
2020-05-18 21:19:18 -04:00
2020-06-29 22:36:35 +02:00
2020-05-22 19:46:45 +02:00
2018-07-26 14:08:21 -05:00
2020-06-12 13:17:23 -04:00
2019-08-09 23:15:01 +02:00