Commit ca2259c3 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: ep93xx: remove old board files



These five board files were marked as unused a while ago, and
nobody wanted to keep them around for longer, so remove them
now.

We still have the edb93xx, visision_ep9307 and ts72xx files,
which can hopefully be converted to device tree in the future.

Cc: Lennert Buytenhek <kernel@wantstofly.org>
Cc: Hubert Feurstein <hubert.feurstein@contec.at>
Acked-by: default avatarAlexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4ede65e1
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1853,11 +1853,6 @@ F: include/dt-bindings/reset/actions,*
F:	include/linux/soc/actions/
N:	owl
ARM/ADS SPHERE MACHINE SUPPORT
M:	Lennert Buytenhek <kernel@wantstofly.org>
L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S:	Maintained
ARM/Allwinner SoC Clock Support
M:	Emilio López <emilio@elopez.com.ar>
S:	Maintained
@@ -2093,11 +2088,6 @@ S: Maintained
F:	arch/arm/boot/dts/cx92755*
N:	digicolor
ARM/CONTEC MICRO9 MACHINE SUPPORT
M:	Hubert Feurstein <hubert.feurstein@contec.at>
S:	Maintained
F:	arch/arm/mach-ep93xx/micro9.c
ARM/CORESIGHT FRAMEWORK AND DRIVERS
M:	Mathieu Poirier <mathieu.poirier@linaro.org>
M:	Suzuki K Poulose <suzuki.poulose@arm.com>
+1 −12
Original line number Diff line number Diff line
@@ -57,8 +57,7 @@ static inline void ep93xx_decomp_setup(void)
	if (machine_is_ts72xx())
		ts72xx_watchdog_disable();

	if (machine_is_adssphere() ||
	    machine_is_edb9301() ||
	if (machine_is_edb9301() ||
	    machine_is_edb9302() ||
	    machine_is_edb9302a() ||
	    machine_is_edb9302a() ||
@@ -69,16 +68,6 @@ static inline void ep93xx_decomp_setup(void)
	    machine_is_edb9315() ||
	    machine_is_edb9315a() ||
	    machine_is_edb9315a() ||
	    machine_is_gesbc9312() ||
	    machine_is_micro9() ||
	    machine_is_micro9l() ||
	    machine_is_micro9m() ||
	    machine_is_micro9s() ||
	    machine_is_micro9m() ||
	    machine_is_micro9l() ||
	    machine_is_micro9s() ||
	    machine_is_sim_one() ||
	    machine_is_snapper_cl15() ||
	    machine_is_ts72xx() ||
	    machine_is_bk3() ||
	    machine_is_vision_ep9307())
+0 −63
Original line number Diff line number Diff line
@@ -25,13 +25,6 @@ config EP93XX_SOC_COMMON

comment "EP93xx Platforms"

config MACH_ADSSPHERE
	bool "Support ADS Sphere"
	depends on UNUSED_BOARD_FILES
	help
	  Say 'Y' here if you want your kernel to support the ADS
	  Sphere board.

config MACH_BK3
	bool "Support Liebherr BK3.1"
	select MACH_TS72XX
@@ -98,62 +91,6 @@ config MACH_EDB9315A
	  Say 'Y' here if you want your kernel to support the Cirrus
	  Logic EDB9315A Evaluation Board.

config MACH_GESBC9312
	bool "Support Glomation GESBC-9312-sx"
	depends on UNUSED_BOARD_FILES
	help
	  Say 'Y' here if you want your kernel to support the Glomation
	  GESBC-9312-sx board.

config MACH_MICRO9
	bool

config MACH_MICRO9H
	bool "Support Contec Micro9-High"
	select MACH_MICRO9
	depends on UNUSED_BOARD_FILES
	help
	  Say 'Y' here if you want your kernel to support the
	  Contec Micro9-High board.

config MACH_MICRO9M
	bool "Support Contec Micro9-Mid"
	select MACH_MICRO9
	depends on UNUSED_BOARD_FILES
	help
	  Say 'Y' here if you want your kernel to support the
	  Contec Micro9-Mid board.

config MACH_MICRO9L
	bool "Support Contec Micro9-Lite"
	select MACH_MICRO9
	depends on UNUSED_BOARD_FILES
	help
	  Say 'Y' here if you want your kernel to support the
	  Contec Micro9-Lite board.

config MACH_MICRO9S
	bool "Support Contec Micro9-Slim"
	select MACH_MICRO9
	depends on UNUSED_BOARD_FILES
	help
	  Say 'Y' here if you want your kernel to support the
	  Contec Micro9-Slim board.

config MACH_SIM_ONE
        bool "Support Simplemachines Sim.One board"
	depends on UNUSED_BOARD_FILES
        help
          Say 'Y' here if you want your kernel to support the
          Simplemachines Sim.One board.

config MACH_SNAPPER_CL15
	bool "Support Bluewater Systems Snapper CL15 Module"
	depends on UNUSED_BOARD_FILES
	help
	  Say 'Y' here if you want your kernel to support the Bluewater
	  Systems Snapper CL15 Module.

config MACH_TS72XX
	bool "Support Technologic Systems TS-72xx SBC"
	help
+0 −5
Original line number Diff line number Diff line
@@ -6,11 +6,6 @@ obj-y := core.o clock.o timer-ep93xx.o

obj-$(CONFIG_EP93XX_DMA)	+= dma.o

obj-$(CONFIG_MACH_ADSSPHERE)	+= adssphere.o
obj-$(CONFIG_MACH_EDB93XX)	+= edb93xx.o
obj-$(CONFIG_MACH_GESBC9312)	+= gesbc9312.o
obj-$(CONFIG_MACH_MICRO9)	+= micro9.o
obj-$(CONFIG_MACH_SIM_ONE)	+= simone.o
obj-$(CONFIG_MACH_SNAPPER_CL15)	+= snappercl15.o
obj-$(CONFIG_MACH_TS72XX)	+= ts72xx.o
obj-$(CONFIG_MACH_VISION_EP9307)+= vision_ep9307.o

arch/arm/mach-ep93xx/adssphere.c

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * arch/arm/mach-ep93xx/adssphere.c
 * ADS Sphere support.
 *
 * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org>
 */

#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/sizes.h>

#include "hardware.h"

#include <asm/mach-types.h>
#include <asm/mach/arch.h>

#include "soc.h"

static struct ep93xx_eth_data __initdata adssphere_eth_data = {
	.phy_id		= 1,
};

static void __init adssphere_init_machine(void)
{
	ep93xx_init_devices();
	ep93xx_register_flash(4, EP93XX_CS6_PHYS_BASE, SZ_32M);
	ep93xx_register_eth(&adssphere_eth_data, 1);
}

MACHINE_START(ADSSPHERE, "ADS Sphere board")
	/* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */
	.atag_offset	= 0x100,
	.nr_irqs	= NR_EP93XX_IRQS,
	.map_io		= ep93xx_map_io,
	.init_irq	= ep93xx_init_irq,
	.init_time	= ep93xx_timer_init,
	.init_machine	= adssphere_init_machine,
	.restart	= ep93xx_restart,
MACHINE_END
Loading