summaryrefslogtreecommitdiffstats
path: root/include/gdsys_fpga.h
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2011-04-06 13:53:48 +0200
committerStefan Roese <sr@denx.de>2011-04-21 10:34:51 +0200
commit7749c84e9d3a00b16b764368e727a5c12e0c4493 (patch)
treea1ffd732e462d5c8e1c58c8ee1684c3d25ab1d82 /include/gdsys_fpga.h
parent52158e361606fffca89136481db720fdaab608d0 (diff)
downloadblackbird-obmc-uboot-7749c84e9d3a00b16b764368e727a5c12e0c4493.tar.gz
blackbird-obmc-uboot-7749c84e9d3a00b16b764368e727a5c12e0c4493.zip
ppc4xx: Enable MPC92469AC on DLVision 10G
Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/gdsys_fpga.h')
-rw-r--r--include/gdsys_fpga.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h
index b02e28c8ee..c0b1b5c3d7 100644
--- a/include/gdsys_fpga.h
+++ b/include/gdsys_fpga.h
@@ -97,11 +97,13 @@ typedef struct ihs_fpga {
u16 extended_interrupt; /* 0x001c */
u16 reserved_1[9]; /* 0x001e */
ihs_i2c_t i2c; /* 0x0030 */
- u16 reserved_2[51]; /* 0x0038 */
+ u16 reserved_2[16]; /* 0x0038 */
+ u16 mpc3w_control; /* 0x0058 */
+ u16 reserved_3[34]; /* 0x005a */
u16 videocontrol; /* 0x009e */
- u16 reserved_3[176]; /* 0x00a0 */
+ u16 reserved_4[176]; /* 0x00a0 */
ihs_osd_t osd; /* 0x0200 */
- u16 reserved_4[761]; /* 0x020e */
+ u16 reserved_5[761]; /* 0x020e */
u16 videomem; /* 0x0800 */
} ihs_fpga_t;
#endif
OpenPOWER on IntegriCloud