]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: ti: fix dual-registration of uart4_ick
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 29 Sep 2015 14:01:08 +0000 (15:01 +0100)
committerTero Kristo <t-kristo@ti.com>
Fri, 2 Oct 2015 06:24:28 +0000 (09:24 +0300)
commit19e79687de22f23bcfb5e79cce3daba20af228d1
tree26da3bd015511bb70c1f73c63338111d97e04d29
parent4b3061b39132cba0c31b0eb767a9faeedf9437fc
clk: ti: fix dual-registration of uart4_ick

On the OMAP AM3517 platform the uart4_ick gets registered
twice, causing any power management to /dev/ttyO3 to fail
when trying to wake the device up.

This solves the following oops:

[] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfa09e008
[] PC is at serial_omap_pm+0x48/0x15c
[] LR is at _raw_spin_unlock_irqrestore+0x30/0x5c

Fixes: aafd900cab87 ("CLK: TI: add omap3 clock init file")
Cc: stable@vger.kernel.org
Cc: mturquette@baylibre.com
Cc: sboyd@codeaurora.org
Cc: linux-clk@vger.kernel.org
Cc: linux-omap@vger.kernel.org
Cc: linux-kernel@lists.codethink.co.uk
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/clk/ti/clk-3xxx.c