]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: S3C24XX: SPI clock channel setup is fixed for S3C2443
authorAlexander Varnin <fenixk19@mail.ru>
Tue, 20 Nov 2012 11:02:58 +0000 (20:02 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 20 Nov 2012 11:02:58 +0000 (20:02 +0900)
commitd40dc9ebbbd2e53690c907a0f4d131743bb68da9
tree9838db4062b5ecc20d8c701524ca5ef2c6b0d807
parent868b2f23749d21737ff0c292175da42dce106b22
ARM: S3C24XX: SPI clock channel setup is fixed for S3C2443

Actually, SPI channel 0 on 2443 is mapped to HS SPI controller,
and to enable s3c2410-spi controller, we should power on channel
1 in PCLKCON. There is no channel 0 SPI on s3c2443, so delete its
clock.

Signed-off-by: Alexander Varnin <fenixk19@mail.ru>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/clock-s3c2443.c