summaryrefslogtreecommitdiffstats
path: root/include/configs/PLU405.h
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2009-10-26 09:58:45 +0100
committerStefan Roese <sr@denx.de>2009-11-17 13:25:30 +0100
commitbe0db3e3141c6c6b4e232b51091f35a284cc54e5 (patch)
tree705440d427cc6e992aa3a6d78ffc29be014b2c52 /include/configs/PLU405.h
parent067f54c66acd469870ef6946e1591bfcc02de1b3 (diff)
downloadblackbird-obmc-uboot-be0db3e3141c6c6b4e232b51091f35a284cc54e5.tar.gz
blackbird-obmc-uboot-be0db3e3141c6c6b4e232b51091f35a284cc54e5.zip
ppc4xx: Initialize magnetic couplers in PLU405
This patch fixes an ugly behavior of the IL712 magnetic couplers as used on PLU405. These parts will remember their last state over a power cycle which might cause unwanted behavior. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/PLU405.h')
-rw-r--r--include/configs/PLU405.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
index 2e41526afe..2f84f7fcb6 100644
--- a/include/configs/PLU405.h
+++ b/include/configs/PLU405.h
@@ -300,7 +300,8 @@
/*
* External Bus Controller (EBC) Setup
*/
-#define CAN_BA 0xF0000000 /* CAN Base Address */
+#define CAN0_BA 0xF0000000 /* CAN0 Base Address */
+#define CAN1_BA 0xF0000100 /* CAN1 Base Address */
#define DUART0_BA 0xF0000400 /* DUART Base Address */
#define DUART1_BA 0xF0000408 /* DUART Base Address */
#define RTC_BA 0xF0000500 /* RTC Base Address */
OpenPOWER on IntegriCloud