ARM: OMAP4: Fix clock_get error for GPMC during boot
authorTony Lindgren <tony@atomide.com>
Wed, 18 Sep 2013 19:01:58 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 16:40:57 +0000 (09:40 -0700)
commit1cd0ef237293972436aa9db877d347afb4c0d9df
treee291a294e4eb338d95d3bcf6290f23b285ce49ac
parent3334c081d7bcfe1933d2f4fbced1b20be0a6130b
ARM: OMAP4: Fix clock_get error for GPMC during boot

commit 2cfeed314207f808077edb2f1ba41ba1ebbe3e69 upstream.

Looks like we still have the legacy clock alias name for
omap4 GPMC (General Purpose Memory Controller), so let's
fix it for the device tree naming. There's no need to keep
the legacy naming as omap4 is DT only nowadays.

Without this fix we get the following error while booting:

[    0.440399] omap-gpmc 50000000.gpmc: error: clk_get

Reported-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-omap2/cclock44xx_data.c