]> git.openfabrics.org - ~emulex/infiniband.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)
commita92dda4bfad338b48c6190b1da70fe7f0eefc55d
treeceff28236336af84d712cd3c03cf07849f7464f1
parenta37c82a3b3c0910019abfd22a97be1fdf11ae3e5
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