The memory mappings for MPC8349 USB MPH and DR modules were reversed. Signed-off-by: Li Yang <[EMAIL PROTECTED]> Signed-off-by: Jiang Bo <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
--- commit a2227df6ac23000dff7d95411ae5bd8022437ad3 tree d22a59e837eb881b1292f70e51df561802b279df parent 51904043565cdfb348f58ce99377427c5ffe25fd author Kumar K. Gala <[EMAIL PROTECTED]> Thu, 04 Aug 2005 08:57:58 -0500 committer Kumar K. Gala <[EMAIL PROTECTED]> Thu, 04 Aug 2005 08:57:58 -0500 arch/ppc/syslib/mpc83xx_devices.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/ppc/syslib/mpc83xx_devices.c b/arch/ppc/syslib/mpc83xx_devices.c --- a/arch/ppc/syslib/mpc83xx_devices.c +++ b/arch/ppc/syslib/mpc83xx_devices.c @@ -191,8 +191,8 @@ struct platform_device ppc_sys_platform_ .num_resources = 2, .resource = (struct resource[]) { { - .start = 0x22000, - .end = 0x22fff, + .start = 0x23000, + .end = 0x23fff, .flags = IORESOURCE_MEM, }, { @@ -208,8 +208,8 @@ struct platform_device ppc_sys_platform_ .num_resources = 2, .resource = (struct resource[]) { { - .start = 0x23000, - .end = 0x23fff, + .start = 0x22000, + .end = 0x22fff, .flags = IORESOURCE_MEM, }, { - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/