]> git.baikalelectronics.ru Git - kernel.git/commit
clk: s3c64xx: Hookup SPI clocks correctly
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 18 Jun 2014 09:52:23 +0000 (10:52 +0100)
committerTomasz Figa <t.figa@samsung.com>
Mon, 30 Jun 2014 12:46:26 +0000 (14:46 +0200)
commit4865030037521030214615ea25ec24a0f389b4e2
treeceff28236336af84d712cd3c03cf07849f7464f1
parent1bec8d6e2f51a01290750f087879e1cf1fae7f73
clk: s3c64xx: Hookup SPI clocks correctly

In the move to this clock driver the hookups for the SPI clocks were
dropped, which causes my system Cragganmore (s3c6410 based) to be unable
to locate any spibus clocks. This patch adds them back in.

When taking the clock from the epll clock (SCLK) the rates on the SPI
bus are incorrect, this needs further debugging but the hookup here
should be correct and the problem should be else where.

The USBCLK case has been dropped because this requires the USB PHY to be
enabled.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
drivers/clk/samsung/clk-s3c64xx.c