diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-22 14:54:30 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:07:57 +0200 |
commit | 503caf96778453875da8c45d41d4e4c587380071 (patch) | |
tree | 83218031b4c85c37835c935803b7489b8c5c907c /arch/arm/mach-ux500/cpu-db8500.c | |
parent | aeef67ebab06177a1fb31c7cde9ea6b09732e049 (diff) | |
download | talos-obmc-linux-503caf96778453875da8c45d41d4e4c587380071.tar.gz talos-obmc-linux-503caf96778453875da8c45d41d4e4c587380071.zip |
ARM: ux500: Purge support for registering the RTC when booting with ATAGs
It's time to remove all ATAG support from ux500 and rely solely on
Device Tree booting. This patch is part of that endeavour.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index b236ec11c02d..d98ddb361e85 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -191,7 +191,6 @@ struct device * __init u8500_init_devices(void) parent = db8500_soc_device_init(); - db8500_add_rtc(parent); db8500_add_gpios(parent); for (i = 0; i < ARRAY_SIZE(platform_devs); i++) |