summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/stm32-dwmac.txt
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: net: stmmac: remove syscfg clock propertyChristophe Roullier2019-03-081-2/+1Star
| | | | | | | Syscfg clock is no more needed. Signed-off-by: Christophe Roullier <christophe.roullier@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* dt-bindings: net: stmmac: add phys config propertiesChristophe Roullier2019-03-081-3/+3
| | | | | | | | | Add properties to support all Phy config PHY_MODE (MII,GMII, RMII, RGMII) and in normal, PHY wo crystal (25Mhz), PHY wo crystal (50Mhz), No 125Mhz from PHY config. Signed-off-by: Christophe Roullier <christophe.roullier@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* dt-bindings: stm32-dwmac: add support of MPU familiesChristophe Roullier2018-05-291-2/+16
| | | | | | | | Add description for Ethernet MPU families fields Signed-off-by: Christophe Roullier <christophe.roullier@st.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* dt-bindings: Remove "status" from examplesRob Herring2017-09-051-1/+0Star
| | | | | | | | | | | | | Pretty much any node can have a status property, so it doesn't need to be in examples. Converted with the following command and removed examples with SoC and board specific splits: git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d' Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
* Documentation: Bindings: Add STM32 DWMAC glueAlexandre TORGUE2016-09-011-0/+32
Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Alexandre TORGUE <alexandre.torgue@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>