diff options
author | Jean Guyomarc'h <jean.guyomarch@openwide.fr> | 2016-05-23 17:16:25 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-10 21:09:46 +0800 |
commit | ac4bbb45e9965b2f53608925eb6e6fa7d5ef8879 (patch) | |
tree | 69014fb80b23782b503a23dcc7f682634cc24283 /arch/arm/mach-imx | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-ac4bbb45e9965b2f53608925eb6e6fa7d5ef8879.tar.gz linux-ac4bbb45e9965b2f53608925eb6e6fa7d5ef8879.tar.bz2 linux-ac4bbb45e9965b2f53608925eb6e6fa7d5ef8879.zip |
ARM: mach-imx6q: fix spelling mistake in error message
The compatible device tree node that is searched for is imx6q-iomuxc-gpr
but was misspelled imx6q-iomux-gpr in the error handling message.
Signed-off-by: Jean Guyomarc'h <jean.guyomarch@openwide.fr>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/mach-imx6q.c | 2 |
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 cb27d566d5ab..867121d842f7 100644 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c @@ -220,7 +220,7 @@ static void __init imx6q_1588_init(void) IMX6Q_GPR1_ENET_CLK_SEL_MASK, clksel); else - pr_err("failed to find fsl,imx6q-iomux-gpr regmap\n"); + pr_err("failed to find fsl,imx6q-iomuxc-gpr regmap\n"); clk_put(enet_ref); put_ptp_clk: |