mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
05153702d3
At present the Freescale TSEC node DT bindings doc requires a <reg> property in the TSEC node. But this might not always be the case. In the upstream Linux kernel, there is no DT bindings doc for it but the kernel driver tests a subnode of a name prefixed with "queue-group", as we can see from gfar_of_init(): for_each_available_child_of_node(np, child) { if (!of_node_name_eq(child, "queue-group")) ... in drivers/net/ethernet/freescale/gianfar.c Update our DT bindings to describe this alternate description. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com> |
||
---|---|---|
.. | ||
phy | ||
allwinner,sun4i-emac.txt | ||
allwinner,sun4i-mdio.txt | ||
allwinner,sun7i-a20-gmac.txt | ||
altera_tse.txt | ||
aquantia-phy.txt | ||
ethernet.txt | ||
fixed-link.txt | ||
fsl,mcf-dma-fec.txt | ||
fsl,mcf-fec.txt | ||
fsl-tsec-phy.txt | ||
marvell-mdio.txt | ||
mdio-mux-reg.txt | ||
mdio-mux.txt | ||
mdio.txt | ||
mediatek,mt7628-eth.txt | ||
micrel-ksz90x1.txt | ||
phy.txt | ||
snps,dwc-qos-ethernet.txt | ||
stmmac.txt |