summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-11-27 16:26:07 +0800
committerFugang Duan <fugang.duan@nxp.com>2019-11-27 16:58:32 +0800
commit9bfb9485e27731e02b49b411e53c1d6b65345b58 (patch)
tree5a31792176a07d43f6e1a45138fa0d67bfcb46bc /arch/arm/mach-imx
parent82dbf8881db62b9680bb515f53fddaa22e9c45f2 (diff)
LF-176 ARM: imx: mach-imx6q: Revert "ARM: imx: correct the enet_clk_ref clock string"
enet_clk_ref is the same clock as ptp for i.MX6qdl platform, but dtsi only define ptp clock that source from soc internal anatop clock, and imx6q clock driver already register "enet_ref" clock lookup for the ptp clock, so keep the con_id string as "enet_ref" for clk_get_sys(). This reverts commit a3990871b98587f53548e769c23fda5c2644063c. Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/mach-imx6q.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c
index dcfbffccb7dc..24b91ec89b46 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -206,7 +206,7 @@ static void __init imx6q_1588_init(void)
goto put_node;
}
- enet_ref = clk_get_sys(NULL, "enet_clk_ref");
+ enet_ref = clk_get_sys(NULL, "enet_ref");
if (IS_ERR(enet_ref)) {
pr_warn("%s: failed to get enet clock\n", __func__);
goto put_ptp_clk;