summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-08-12 17:31:46 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:31:53 +0800
commita3990871b98587f53548e769c23fda5c2644063c (patch)
tree93f3f0fb1f841e5ad5a406506cc2beca310693e0 /arch/arm/mach-imx
parente67f13383bae696de87174fe35f53cec99dda346 (diff)
ARM: imx: correct the enet_clk_ref clock string
Correct the clock string "enet_ref" to "enet_clk_ref". Signed-off-by: Fugang Duan <B38611@freescale.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 54c89bdad39f..d21c4798054e 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -194,7 +194,7 @@ static void __init imx6q_1588_init(void)
goto put_node;
}
- enet_ref = clk_get_sys(NULL, "enet_ref");
+ enet_ref = clk_get_sys(NULL, "enet_clk_ref");
if (IS_ERR(enet_ref)) {
pr_warn("%s: failed to get enet clock\n", __func__);
goto put_ptp_clk;