aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/setup-r8a7740.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7740.c')
-rw-r--r--arch/arm/mach-shmobile/setup-r8a7740.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c
index 8f3c68101d59..a177a7b3bdbd 100644
--- a/arch/arm/mach-shmobile/setup-r8a7740.c
+++ b/arch/arm/mach-shmobile/setup-r8a7740.c
@@ -765,7 +765,7 @@ static struct platform_device *r8a7740_late_devices[] __initdata = {
765 * "Media RAM (MERAM)" on r8a7740 documentation 765 * "Media RAM (MERAM)" on r8a7740 documentation
766 */ 766 */
767#define MEBUFCNTR 0xFE950098 767#define MEBUFCNTR 0xFE950098
768void r8a7740_meram_workaround(void) 768void __init r8a7740_meram_workaround(void)
769{ 769{
770 void __iomem *reg; 770 void __iomem *reg;
771 771
@@ -869,17 +869,6 @@ void __init r8a7740_add_early_devices(void)
869 869
870#ifdef CONFIG_USE_OF 870#ifdef CONFIG_USE_OF
871 871
872void __init r8a7740_add_early_devices_dt(void)
873{
874 shmobile_setup_delay(800, 1, 3); /* Cortex-A9 @ 800MHz */
875
876 early_platform_add_devices(r8a7740_early_devices,
877 ARRAY_SIZE(r8a7740_early_devices));
878
879 /* setup early console here as well */
880 shmobile_setup_console();
881}
882
883void __init r8a7740_add_standard_devices_dt(void) 872void __init r8a7740_add_standard_devices_dt(void)
884{ 873{
885 platform_add_devices(r8a7740_devices_dt, 874 platform_add_devices(r8a7740_devices_dt,