Skip to content

Commit f92c710

Browse files
fabioestevamShawn Guo
authored andcommitted
ARM: imx: Remove remnant board file support pieces
Since i.MX board files are gone, remove some remnant pieces of board file support. Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 8485adf commit f92c710

15 files changed

Lines changed: 1 addition & 3180 deletions

arch/arm/mach-imx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ obj-$(CONFIG_SOC_IMX25) += cpu-imx25.o mach-imx25.o pm-imx25.o
55

66
obj-$(CONFIG_SOC_IMX27) += cpu-imx27.o pm-imx27.o mach-imx27.o
77

8-
obj-$(CONFIG_SOC_IMX31) += mm-imx3.o cpu-imx31.o iomux-imx31.o mach-imx31.o
8+
obj-$(CONFIG_SOC_IMX31) += mm-imx3.o cpu-imx31.o mach-imx31.o
99
obj-$(CONFIG_SOC_IMX35) += mm-imx3.o cpu-imx35.o mach-imx35.o
1010

1111
imx5-pm-$(CONFIG_PM) += pm-imx5.o

arch/arm/mach-imx/common.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,14 @@ struct device_node;
1717
enum mxc_cpu_pwr_mode;
1818
struct of_device_id;
1919

20-
void mx21_map_io(void);
2120
void mx31_map_io(void);
2221
void mx35_map_io(void);
2322
void imx21_init_early(void);
2423
void imx31_init_early(void);
2524
void imx35_init_early(void);
2625
void mxc_init_irq(void __iomem *);
27-
void mx21_init_irq(void);
2826
void mx31_init_irq(void);
2927
void mx35_init_irq(void);
30-
void imx21_soc_init(void);
31-
int mx21_clocks_init(unsigned long lref, unsigned long fref);
32-
int mx27_clocks_init(unsigned long fref);
33-
int mx31_clocks_init(unsigned long fref);
34-
int mx35_clocks_init(void);
35-
struct platform_device *mxc_register_gpio(char *name, int id,
36-
resource_size_t iobase, resource_size_t iosize, int irq, int irq_high);
3728
void mxc_set_cpu_type(unsigned int type);
3829
void mxc_restart(enum reboot_mode, const char *);
3930
void mxc_arch_reset_init(void __iomem *);

arch/arm/mach-imx/devices-imx27.h

Lines changed: 0 additions & 86 deletions
This file was deleted.

arch/arm/mach-imx/devices-imx31.h

Lines changed: 0 additions & 80 deletions
This file was deleted.

arch/arm/mach-imx/devices-imx35.h

Lines changed: 0 additions & 87 deletions
This file was deleted.

arch/arm/mach-imx/hardware.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
#include "mx31.h"
9898
#include "mx35.h"
9999
#include "mx2x.h"
100-
#include "mx21.h"
101100
#include "mx27.h"
102101

103102
#define imx_map_entry(soc, name, _type) { \

0 commit comments

Comments
 (0)