mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
1c8ad08674
In the case of the tsec network driver, so far there has been no
mainline user of DM_ETH where the DT bindings get used.
In the case of the mdio bus, it looks like the "fsl,tsec-mdio" string
was made up for the documentation, but there is no mainline code that
parses the "compatible" property anyway.
In both cases, there are no DT blobs that contain the old strings.
So change the documentation to "fsl,etsec2" for the Ethernet ports and
"fsl,etsec2-mdio" for the MDIO buses, which are strings that Linux also
uses, at least for LS1021A. More compatible strings can be added once
other (PowerPC) SoCs are migrated to DM_ETH.
The current ls1021a.dtsi doesn't match what was documented for the MDIO
buses anyway (the "compatible" is "gianfar" currently). This will be
fixed in the next patch.
Fixes:
|
||
---|---|---|
.. | ||
allwinner,sun4i-emac.txt | ||
allwinner,sun4i-mdio.txt | ||
allwinner,sun7i-a20-gmac.txt | ||
altera_tse.txt | ||
ethernet.txt | ||
fixed-link.txt | ||
fsl-tsec-phy.txt | ||
mdio-mux-reg.txt | ||
mdio-mux.txt | ||
mediatek,mt7628-eth.txt | ||
micrel-ksz90x1.txt | ||
snps,dwc-qos-ethernet.txt | ||
stmmac.txt | ||
ti,dp83867.txt |