diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-12 12:19:28 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 17:10:14 +0900 |
commit | 45426468148d77e8c5eaece21d2a16e063066567 (patch) | |
tree | 8745592671e68d2c3a39031800fe4621d0956669 /arch/arm/plat-s5pc1xx/Kconfig | |
parent | 85841bcedd6048dd37cab58a504e5317192324c6 (diff) | |
download | blackbird-op-linux-45426468148d77e8c5eaece21d2a16e063066567.tar.gz blackbird-op-linux-45426468148d77e8c5eaece21d2a16e063066567.zip |
ARM: S5PC1XX: Move to using generic clksrc_clk for clock code
Remove the copy of the old s3c64xx struct clksrc_clk and use the new one
in plat-samsung. This eliminates a bug in the set_parent() call where it
failed to set the clk->parent after sucesfully updating the clock.
The script that was used to automate much of the process will be supplied
seperately.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5pc1xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s5pc1xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig index b7b9e91c0243..5d97b1c3cef7 100644 --- a/arch/arm/plat-s5pc1xx/Kconfig +++ b/arch/arm/plat-s5pc1xx/Kconfig @@ -11,6 +11,7 @@ config PLAT_S5PC1XX select ARM_VIC select NO_IOPORT select ARCH_REQUIRE_GPIOLIB + select SAMSUNG_CLKSRC select S3C_GPIO_TRACK select S3C_GPIO_PULL_UPDOWN select S3C_GPIO_CFG_S3C24XX |