]> 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)
commit03d7807800e5a6b36d8f69fb1cc95f1516410608
tree66c752ac18bf2121594de6883059da82360ae541
parentcc7b678718320eea4728d740bbcfe7692988f833
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]