diff options
author | Christophe Roullier <christophe.roullier@st.com> | 2019-03-05 11:29:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-08 22:48:19 +0300 |
commit | 835667999019b71114bec4534fcd6c895ebdcbdb (patch) | |
tree | 972a32daf2a1c55d5b47b3bae8c0c76e97c3a188 /Documentation/devicetree/bindings/net/stm32-dwmac.txt | |
parent | 81311c03ab4dca83e4f4c678129b4327f2d41b40 (diff) | |
download | linux-835667999019b71114bec4534fcd6c895ebdcbdb.tar.xz |
dt-bindings: net: stmmac: remove syscfg clock property
Syscfg clock is no more needed.
Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/stm32-dwmac.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/stm32-dwmac.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/stm32-dwmac.txt b/Documentation/devicetree/bindings/net/stm32-dwmac.txt index 3524e80c5e96..a90eef11dc46 100644 --- a/Documentation/devicetree/bindings/net/stm32-dwmac.txt +++ b/Documentation/devicetree/bindings/net/stm32-dwmac.txt @@ -14,8 +14,7 @@ Required properties: - clock-names: Should be "stmmaceth" for the host clock. Should be "mac-clk-tx" for the MAC TX clock. Should be "mac-clk-rx" for the MAC RX clock. - For MPU family need to add also "ethstp" for power mode clock and, - "syscfg-clk" for SYSCFG clock. + For MPU family need to add also "ethstp" for power mode clock - interrupt-names: Should contain a list of interrupt names corresponding to the interrupts in the interrupts property, if available. Should be "macirq" for the main MAC IRQ |