mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
1a695a905c
commit
ac4bbb45e9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue