]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge branch 'mpc83xx'
authorKumar Gala <galak@kernel.crashing.org>
Mon, 23 Jan 2006 22:24:29 +0000 (16:24 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 23 Jan 2006 22:24:29 +0000 (16:24 -0600)
CHANGELOG
include/asm-ppc/immap_83xx.h

index 28133baabf1b41b30ae2305bda36a54a6979ab12..1f1586ff64bef72e18c98cf75c8dfaafacaba8b5 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fixed defines for MPC83xx SICRL register to match current specs
+  Patch by Kumar Gala, 23 Jan 2006
+
 * Fixed PCI indirect config ops to handle multiple PCI controllers
   We need to adjust the bus number we are trying to access based
   on which PCI controller its on
index 6c2c712a268edf14f72eb94c31e7d5c2284574d4..f5fec22c7fa09b6dc6ff77dd1a07ec2d4155adf1 100644 (file)
@@ -71,8 +71,8 @@ typedef struct sysconf8349 {
                        | SPCR_TSEC2DP | SPCR_TSEC2BDP | SPCR_TSEC2EP)
        u32 sicrl; /* System General Purpose Register Low */
 #define SICRL_LDP_A   0x80000000
-#define SICRL_USB0    0x40000000
-#define SICRL_USB1    0x20000000
+#define SICRL_USB1    0x40000000
+#define SICRL_USB0    0x20000000
 #define SICRL_UART    0x0C000000
 #define SICRL_GPIO1_A 0x02000000
 #define SICRL_GPIO1_B 0x01000000