]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerTony Lindgren <tony@atomide.com>
Wed, 18 Sep 2013 19:01:58 +0000 (12:01 -0700)
commit1808e632944b7dfede79e8dd7a8da72794aafead
treeb2b506dcae342768dd1de762a1e05a3febaae9d0
parent8d77f31568220a8293f2e30959e7772efe92c198
ARM: OMAP4: Fix clock_get error for GPMC during boot

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>
Cc: stable@vger.kernel.org # v3.11
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/cclock44xx_data.c