commit | f6ccdda126cdbd70da5be5b54e7fbb99e780de2a | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri May 17 15:08:42 2019 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Thu Jun 06 17:40:18 2019 +0200 |
tree | bbf79527cf1ccf700021f2c85d8789780760a6e1 | |
parent | 5bf11b58fef808e3ec43bc43b13fe23fe0fe1b31 [diff] |
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>