summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2019-07-19 14:42:47 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:28:23 +0800
commitb93157db7f6f59875301b6828961e8c52747bebd (patch)
tree2e7e11dd54d62fdcbea1fbd113a346457dc7831f /include/dt-bindings
parentd85732be35dcd85b6ada68191c34c8f3258774db (diff)
clk: imx8: fix ENET RMII 50M ref clock ID
The ENET RMII 50M SCU Ref clock was wrongly put in LPCG clock ID definition which may overwrite the SCU clock IDs. Fix it by move it into the correct place. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx8-clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx8-clock.h b/include/dt-bindings/clock/imx8-clock.h
index 31e70e9e9964..91a99f5250b0 100644
--- a/include/dt-bindings/clock/imx8-clock.h
+++ b/include/dt-bindings/clock/imx8-clock.h
@@ -61,6 +61,8 @@
#define IMX_CONN_ENET0_RGMII_TXC_SEL 55
#define IMX_CONN_ENET1_REF_DIV 56
#define IMX_CONN_ENET1_RGMII_TXC_SEL 57
+#define IMX_CONN_ENET0_RMII_REF_50MHZ_CLK 58
+#define IMX_CONN_ENET1_RMII_REF_50MHZ_CLK 59
/* HSIO SS */
#define IMX_HSIO_AXI_CLK 60
@@ -317,8 +319,6 @@
#define IMX_CONN_LPCG_ENET0_TXC_SAMPLING_CLK 26
#define IMX_CONN_LPCG_ENET1_TXC_SAMPLING_CLK 27
-#define IMX_CONN_LPCG_ENET0_RMII_REF_50MHZ_CLK 28
-#define IMX_CONN_LPCG_ENET1_RMII_REF_50MHZ_CLK 29
#define IMX_CONN_LPCG_CLK_END 30