aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2009-05-02 06:16:59 +0400
committerKumar Gala <galak@kernel.crashing.org>2009-05-19 00:50:35 -0500
commitbd78c33a096a73f09b1b998a481290e229382a8b (patch)
treeb722cde3e760b7cd264a70b0d3e74ce17585f44d /drivers/of
parentpowerpc/85xx: Enable Serial RapidIO for MPC85xx MDS boards (diff)
downloadlinux-dev-bd78c33a096a73f09b1b998a481290e229382a8b.tar.xz
linux-dev-bd78c33a096a73f09b1b998a481290e229382a8b.zip
powerpc/85xx: Add STMicro M25P40 serial flash support for MPC8569E-MDS
For serial flash support we need to: - Add QE Par IO Bank E device tree node, a GPIO from this bank is used for SPI chip-select line; - Add serial-flash node; - Add proper module alias into of/base.c. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c
index 41c5dfd85358..391f91c0bf55 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -447,6 +447,7 @@ struct of_modalias_table {
static struct of_modalias_table of_modalias_table[] = {
{ "fsl,mcu-mpc8349emitx", "mcu-mpc8349emitx" },
{ "mmc-spi-slot", "mmc_spi" },
+ { "stm,m25p40", "m25p80" },
};
/**