summaryrefslogtreecommitdiffstats
path: root/include/configs/spc1920.h
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2007-01-09 14:57:13 +0100
committerMarkus Klotzbuecher <mk@pollux.denx.de>2007-01-09 14:57:13 +0100
commit38ccd2fdf3364a53fe80e9b365303ecdafc9e223 (patch)
treef1ca0e77aa5f9c86d891291ce761e2c203d4bc9c /include/configs/spc1920.h
parent5921e5313fc3eadd42770c2b99badd7fae5ecf1e (diff)
downloadblackbird-obmc-uboot-38ccd2fdf3364a53fe80e9b365303ecdafc9e223.tar.gz
blackbird-obmc-uboot-38ccd2fdf3364a53fe80e9b365303ecdafc9e223.zip
SPC1920: update the HPI register addresses to work with the second
generation of hardware
Diffstat (limited to 'include/configs/spc1920.h')
-rw-r--r--include/configs/spc1920.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/spc1920.h b/include/configs/spc1920.h
index dcff8a6c9e..8f5eace692 100644
--- a/include/configs/spc1920.h
+++ b/include/configs/spc1920.h
@@ -383,12 +383,12 @@
#define HPI_REG(x) (*((volatile u16 *) (CFG_SPC1920_HPI_BASE + x)))
#define HPI_HPIC_1 HPI_REG(0)
#define HPI_HPIC_2 HPI_REG(2)
-#define HPI_HPIA_1 HPI_REG(0x2000000)
-#define HPI_HPIA_2 HPI_REG(0x2000000 + 2)
-#define HPI_HPID_INC_1 HPI_REG(0x1000000)
-#define HPI_HPID_INC_2 HPI_REG(0x1000000 + 2)
-#define HPI_HPID_NOINC_1 HPI_REG(0x3000000)
-#define HPI_HPID_NOINC_2 HPI_REG(0x3000000 + 2)
+#define HPI_HPIA_1 HPI_REG(0x2000008)
+#define HPI_HPIA_2 HPI_REG(0x2000008 + 2)
+#define HPI_HPID_INC_1 HPI_REG(0x1000004)
+#define HPI_HPID_INC_2 HPI_REG(0x1000004 + 2)
+#define HPI_HPID_NOINC_1 HPI_REG(0x300000c)
+#define HPI_HPID_NOINC_2 HPI_REG(0x300000c + 2)
#endif /* CONFIG_SPC1920_HPI_TEST */
/*
OpenPOWER on IntegriCloud