summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-09-10 13:00:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-09-10 13:00:10 +0200
commit943e92ef3b9822cd278eff806b001c14c7bebb83 (patch)
tree040b05775dfccca06950d2a4259e83daf4c4bec5
parentfe0cfb973b23a1e45abeaa80bc1e941ef552fca8 (diff)
mach-imx6q.c: fix typo in error msg
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-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 b2d26fb2b5b0..013129eb137c 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -198,7 +198,7 @@ static void __init imx6q_1588_init(void)
IMX6Q_GPR1_ENET_CLK_SEL_MASK,
IMX6Q_GPR1_ENET_CLK_SEL_ANATOP);
else
- pr_err("failed to find fsl,imx6q-iomux-gpr regmap\n");
+ pr_err("failed to find fsl,imx6q-iomuxc-gpr regmap\n");
}