aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/exynos5250-arndale.dts1
-rw-r--r--arch/arm/configs/exynos_defconfig2
-rw-r--r--arch/arm/mach-s3c24xx/common.c2
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410-module.c2
4 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index b42e658876e5..457112d659ea 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -287,6 +287,7 @@
287 regulator-name = "vdd_g3d"; 287 regulator-name = "vdd_g3d";
288 regulator-min-microvolt = <1000000>; 288 regulator-min-microvolt = <1000000>;
289 regulator-max-microvolt = <1000000>; 289 regulator-max-microvolt = <1000000>;
290 regulator-always-on;
290 regulator-boot-on; 291 regulator-boot-on;
291 op_mode = <1>; 292 op_mode = <1>;
292 }; 293 };
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index dbe1f1c47bb0..4ce7b70ea901 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -94,7 +94,7 @@ CONFIG_FONT_7x14=y
94CONFIG_LOGO=y 94CONFIG_LOGO=y
95CONFIG_USB=y 95CONFIG_USB=y
96CONFIG_USB_EHCI_HCD=y 96CONFIG_USB_EHCI_HCD=y
97CONFIG_USB_EHCI_S5P=y 97CONFIG_USB_EHCI_EXYNOS=y
98CONFIG_USB_STORAGE=y 98CONFIG_USB_STORAGE=y
99CONFIG_USB_DWC3=y 99CONFIG_USB_DWC3=y
100CONFIG_USB_PHY=y 100CONFIG_USB_PHY=y
diff --git a/arch/arm/mach-s3c24xx/common.c b/arch/arm/mach-s3c24xx/common.c
index 4adaa4b43ffe..1d77d709ec22 100644
--- a/arch/arm/mach-s3c24xx/common.c
+++ b/arch/arm/mach-s3c24xx/common.c
@@ -484,7 +484,7 @@ struct platform_device s3c2440_device_dma = {
484}; 484};
485#endif 485#endif
486 486
487#if defined(CONFIG_CPUS_3C2443) || defined(CONFIG_CPU_S3C2416) 487#if defined(CONFIG_CPU_S3C2443) || defined(CONFIG_CPU_S3C2416)
488static struct resource s3c2443_dma_resource[] = { 488static struct resource s3c2443_dma_resource[] = {
489 [0] = DEFINE_RES_MEM(S3C24XX_PA_DMA, S3C24XX_SZ_DMA), 489 [0] = DEFINE_RES_MEM(S3C24XX_PA_DMA, S3C24XX_SZ_DMA),
490 [1] = DEFINE_RES_IRQ(IRQ_S3C2443_DMA0), 490 [1] = DEFINE_RES_IRQ(IRQ_S3C2443_DMA0),
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 7ccfef227c77..9c00d83f7151 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -401,4 +401,4 @@ static int __init wlf_gf_module_register(void)
401{ 401{
402 return i2c_add_driver(&wlf_gf_module_driver); 402 return i2c_add_driver(&wlf_gf_module_driver);
403} 403}
404module_init(wlf_gf_module_register); 404device_initcall(wlf_gf_module_register);