Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355298
b: refs/heads/master
c: 82c1871
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim committed Jan 22, 2013
1 parent 37b8cf6 commit 3392d04
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 31 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98713e401f5cfc2a6c7cdea71b8b71c462a195ce
refs/heads/master: 82c1871245fc6626a0e2f127b4fd202698541c40
13 changes: 0 additions & 13 deletions trunk/arch/arm/mach-s3c2410/Kconfig

This file was deleted.

13 changes: 0 additions & 13 deletions trunk/arch/arm/mach-s3c2410/Makefile

This file was deleted.

7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ config S3C2410_CPUFREQ
help
CPU Frequency scaling support for S3C2410

config S3C2410_PLL
bool
depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
default y
help
Select the PLL table for the S3C2410

config S3C24XX_SIMTEC_NOR
bool
help
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ obj-y += common.o
obj-$(CONFIG_CPU_S3C2410) += s3c2410.o
obj-$(CONFIG_S3C2410_CPUFREQ) += cpufreq-s3c2410.o
obj-$(CONFIG_S3C2410_DMA) += dma-s3c2410.o
obj-$(CONFIG_S3C2410_PLL) += pll-s3c2410.o
obj-$(CONFIG_S3C2410_PM) += pm-s3c2410.o sleep-s3c2410.o

obj-$(CONFIG_CPU_S3C2412) += s3c2412.o irq-s3c2412.o clock-s3c2412.o
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* arch/arm/mach-s3c2410/pll.c
*
/*
* Copyright (c) 2006-2007 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
Expand Down Expand Up @@ -82,7 +81,6 @@ static int __init s3c2410_pll_init(void)
return subsys_interface_register(&s3c2410_plls_interface);

}

arch_initcall(s3c2410_pll_init);

static struct subsys_interface s3c2410a_plls_interface = {
Expand All @@ -95,5 +93,4 @@ static int __init s3c2410a_pll_init(void)
{
return subsys_interface_register(&s3c2410a_plls_interface);
}

arch_initcall(s3c2410a_pll_init);

0 comments on commit 3392d04

Please sign in to comment.