]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: lpc32xx: stop overwriting TEST_CLK_SEL
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 11 Apr 2019 14:12:09 +0000 (16:12 +0200)
committerVladimir Zapolskiy <vz@mleia.com>
Fri, 19 Apr 2019 19:12:28 +0000 (22:12 +0300)
commita93fb4f40788a3d545bd630d248103962a6276a3
tree7815311bb0b4458e7a8e982c3a263ac986443381
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b
ARM: lpc32xx: stop overwriting TEST_CLK_SEL

While the UDA1380 is described in some lpc3250 device trees, there is
currently no real user of that codec. Anyway, if the codec needs a clock,
it should take it explicitly.

lpc3250_machine_init is called for all the lpc32xx machines and some are
using test1_clk (for example to strobe an HW watchdog). Overwriting
TEST_CLK_SEL prevents booting those platforms.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Tested-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/mach-lpc32xx/phy3250.c