Skip to content
Snippets Groups Projects
Commit db48e11b authored by Marek Vasut's avatar Marek Vasut Committed by Patrick Delaunay
Browse files

ARM: dts: stm32: Add missing ETHCK clock to ethernet node


Add missing 'eth-ck' clock to the ethernet node. These clock are used to
generate external clock signal for the PHY in case 'st,eth_ref_clk_sel'
is specified.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Reviewed-by: default avatarPatrick Delaunay <patrick.delaunay@st.com>
parent 7819b57d
No related branches found
Tags u-boot-stm32-20200117
No related merge requests found
......@@ -1404,11 +1404,13 @@
clock-names = "stmmaceth",
"mac-clk-tx",
"mac-clk-rx",
"eth-ck",
"ethstp",
"syscfg-clk";
clocks = <&rcc ETHMAC>,
<&rcc ETHTX>,
<&rcc ETHRX>,
<&rcc ETHCK_K>,
<&rcc ETHSTP>,
<&rcc SYSCFG>;
st,syscon = <&syscfg 0x4>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment