[<prev] [next>] [day] [month] [year] [list]
Message-ID: <3220661B84B5454898BC4296D6BEADCB42AC35@esealmw104.eemea.ericsson.se>
Date: Mon, 14 May 2007 12:20:21 +0200
From: "Morten Banzon \(HA/ETO\)" <morten.banzon@...csson.com>
To: <galak@...nel.crashing.org>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] ppc: MCC2 missing in MPC8260 device_list
from: Morten Banzon <morten.banzon@...csson.com>
Adds the MCC2 device to the 8260 device_list.
signed-off-by: Morten Banzon <morten.banzon@...csson.com>
---
diff -uprN linux-2.6.21.1.orig/arch/ppc/syslib/pq2_sys.c
linux-2.6.21.1/arch/ppc/syslib/pq2_sys.c
--- linux-2.6.21.1.orig/arch/ppc/syslib/pq2_sys.c 2007-04-27
23:49:26.000000000 +0200
+++ linux-2.6.21.1/arch/ppc/syslib/pq2_sys.c 2007-05-14
10:49:20.000000000 +0200
@@ -52,8 +52,9 @@ struct ppc_sys_spec ppc_sys_specs[] = {
{
MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2,
MPC82xx_CPM_FCC3,
MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2,
MPC82xx_CPM_SCC3,
- MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1,
MPC82xx_CPM_SMC1,
- MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI,
MPC82xx_CPM_I2C,
+ MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1,
MPC82xx_CPM_MCC2,
+ MPC82xx_CPM_SMC1, MPC82xx_CPM_SMC2,
MPC82xx_CPM_SPI,
+ MPC82xx_CPM_I2C,
}
},
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists