[PATCH] ppc: MCC2 missing in MPC8260 device_list

From: Morten Banzon \(HA/ETO\)
Date: Mon May 14 2007 - 06:41:30 EST


from: Morten Banzon <morten.banzon@xxxxxxxxxxxx>

Adds the MCC2 device to the 8260 device_list.

signed-off-by: Morten Banzon <morten.banzon@xxxxxxxxxxxx>

---

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/