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 {
clock-names = "stmmaceth",
"mac-clk-tx",
"mac-clk-rx",
"ethstp",
"syscfg-clk";
"ethstp";
clocks = <&rcc ETHMAC>,
<&rcc ETHTX>,
<&rcc ETHRX>,
<&rcc ETHSTP>,
<&rcc SYSCFG>;
<&rcc ETHSTP>;
st,syscon = <&syscfg 0x4>;
snps,mixed-burst;
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