Commit 33ce3e62 authored by Christophe Roullier's avatar Christophe Roullier Committed by Alexandre Torgue

ARM: dts: stm32: remove syscfg clock on stm32mp15 ethernet

Syscfg is now activated automatically when syscfg registers are used.
Signed-off-by: default avatarChristophe Roullier <christophe.roullier@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 49a58ba1
...@@ -1369,13 +1369,11 @@ ethernet0: ethernet@5800a000 { ...@@ -1369,13 +1369,11 @@ ethernet0: ethernet@5800a000 {
clock-names = "stmmaceth", clock-names = "stmmaceth",
"mac-clk-tx", "mac-clk-tx",
"mac-clk-rx", "mac-clk-rx",
"ethstp", "ethstp";
"syscfg-clk";
clocks = <&rcc ETHMAC>, clocks = <&rcc ETHMAC>,
<&rcc ETHTX>, <&rcc ETHTX>,
<&rcc ETHRX>, <&rcc ETHRX>,
<&rcc ETHSTP>, <&rcc ETHSTP>;
<&rcc SYSCFG>;
st,syscon = <&syscfg 0x4>; st,syscon = <&syscfg 0x4>;
snps,mixed-burst; snps,mixed-burst;
snps,pbl = <2>; snps,pbl = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment