stm32mp1: clk: use the correct identifier for ethck
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 17 May 2019 13:08:42 +0000 (15:08 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:18 +0000 (17:40 +0200)
commitf6ccdda126cdbd70da5be5b54e7fbb99e780de2a
treebbf79527cf1ccf700021f2c85d8789780760a6e1
parent5bf11b58fef808e3ec43bc43b13fe23fe0fe1b31
stm32mp1: clk: use the correct identifier for ethck

ETHCK_K is the identifier the kernel clock for ETH in kernel
binding, selected by ETHKSELR / gated by ETHCKEN = BIT(7).
U-Boot driver need to use the same identifier, so change ETHCK
to ETHCK_K.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
drivers/clk/clk_stm32mp1.c