summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-mx31-2.6.19.2/mx31lite-spi.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:32:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-18 15:36:06 +0000
commit673abd92f999829bdd67d0273c43570a62123a63 (patch)
tree63132d1ffc1cb5bf50d244b184ca8d58a9cbc85c /meta/recipes-kernel/linux/linux-mx31-2.6.19.2/mx31lite-spi.patch
parentfed61beb31c47e2d96af905a7047fe78d64c9bd0 (diff)
downloadopenembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.gz
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.bz2
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.xz
openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.zip
conf/machine: Drop older machines with no recent updates
These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-mx31-2.6.19.2/mx31lite-spi.patch')
-rw-r--r--meta/recipes-kernel/linux/linux-mx31-2.6.19.2/mx31lite-spi.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/meta/recipes-kernel/linux/linux-mx31-2.6.19.2/mx31lite-spi.patch b/meta/recipes-kernel/linux/linux-mx31-2.6.19.2/mx31lite-spi.patch
deleted file mode 100644
index 7b0b8bbc5..000000000
--- a/meta/recipes-kernel/linux/linux-mx31-2.6.19.2/mx31lite-spi.patch
+++ /dev/null
@@ -1,42 +0,0 @@
----
- arch/arm/mach-mx3/mx31lite.c | 13 +++++++++++++
- 1 file changed, 13 insertions(+)
-
-Index: linux-2.6.19.2/arch/arm/mach-mx3/mx31lite.c
-===================================================================
---- linux-2.6.19.2.orig/arch/arm/mach-mx3/mx31lite.c 2007-10-03 20:12:16.000000000 +0200
-+++ linux-2.6.19.2/arch/arm/mach-mx3/mx31lite.c 2007-10-03 20:14:14.000000000 +0200
-@@ -29,6 +29,7 @@
- #include <linux/mtd/mtd.h>
- #include <linux/mtd/map.h>
- #include <linux/mtd/partitions.h>
-+#include <linux/spi/spi.h>
-
- #include <asm/mach/flash.h>
- #endif
-@@ -304,6 +305,16 @@
- }
- #endif
-
-+static struct spi_board_info mxc_spi_board_info[] __initdata = {
-+ {
-+ .modalias = "pmic_spi",
-+ .irq = IOMUX_TO_IRQ(MX31_PIN_GPIO1_3),
-+ .max_speed_hz = 4000000,
-+ .bus_num = 2,
-+ .chip_select = 0,
-+ },
-+};
-+
-
- /*!
- * Board specific fixup function. It is called by \b setup_arch() in
-@@ -426,6 +437,8 @@
- mxc_init_nand_mtd();
- mxc_init_eth();
- mxc_init_fb();
-+ spi_register_board_info(mxc_spi_board_info,
-+ ARRAY_SIZE(mxc_spi_board_info));
- }
-
- /*