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

ARM: pxa: remove pxa93x support



There is currently no devicetree support for pxa930 or pxa935
SoCs, and no board files remain. As it seems unlikely that anyone
is going to add DT support soon, let's drop the SoC specific code
now.

Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent d6df7df7
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -154,18 +154,6 @@ config CPU_PXA320
	help
	  PXA320 (codename Monahans-P)

config CPU_PXA930
	bool
	select PXA3xx
	help
	  PXA930 (codename Tavor-P)

config CPU_PXA935
	bool
	select CPU_PXA930
	help
	  PXA935 (codename Tavor-P65)

config PXA_SHARP_Cxx00
	bool
	select SHARPSL_PM
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ obj-$(CONFIG_PXA27x) += mfp-pxa2xx.o pxa2xx.o pxa27x.o
obj-$(CONFIG_PXA3xx)		+= mfp-pxa3xx.o pxa3xx.o smemc.o pxa3xx-ulpi.o
obj-$(CONFIG_CPU_PXA300)	+= pxa300.o
obj-$(CONFIG_CPU_PXA320)	+= pxa320.o
obj-$(CONFIG_CPU_PXA930)	+= pxa930.o

# NOTE: keep the order of boards in accordance to their order in Kconfig

arch/arm/mach-pxa/mfp-pxa930.h

deleted100644 → 0
+0 −495

File deleted.

Preview size limit exceeded, changes collapsed.

arch/arm/mach-pxa/pxa930.c

deleted100644 → 0
+0 −217

File deleted.

Preview size limit exceeded, changes collapsed.

arch/arm/mach-pxa/pxa930.h

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __MACH_PXA930_H
#define __MACH_PXA930_H

#include "pxa3xx.h"
#include "mfp-pxa930.h"

#endif /* __MACH_PXA930_H */