]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: Remove imx21 support
authorFabio Estevam <festevam@gmail.com>
Wed, 2 Sep 2020 12:49:48 +0000 (09:49 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 5 Sep 2020 07:34:11 +0000 (15:34 +0800)
commit74be5154f37d454d5114870b1231a9b411a78186
tree66c752ac18bf2121594de6883059da82360ae541
parentda4e237587ab526de933313ffeb23c9b817edc3d
ARM: imx: Remove imx21 support

mx21 has not been converted to device tree yet and there is only
one single board that is supported (imx21ads).

To achieve the goal of converting all i.MX SoCs to
devicetree-only platforms, remove imx21 support.

If someone is interested in supporting imx21, patches to add
imx21 devicetree support will be welcome.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/Kconfig
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/devices-imx21.h [deleted file]
arch/arm/mach-imx/mach-mx21ads.c [deleted file]
arch/arm/mach-imx/mm-imx21.c [deleted file]