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

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
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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>;