diff options
author | ksi@koi8.net <ksi@koi8.net> | 2009-02-23 10:53:13 -0800 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2009-03-09 17:46:11 -0500 |
commit | 49b5aff491bd574935ecaf8545152066a25eff3d (patch) | |
tree | 9d3280231788d960d4b0256193c1d24ae98f1b36 | |
parent | 48c2b7bb432da84fcce05b4db6efad0be73a93dc (diff) | |
download | u-boot-imx-49b5aff491bd574935ecaf8545152066a25eff3d.zip u-boot-imx-49b5aff491bd574935ecaf8545152066a25eff3d.tar.gz u-boot-imx-49b5aff491bd574935ecaf8545152066a25eff3d.tar.bz2 |
Add eTSEC 1/2 IO override control (corrected)
This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
-rw-r--r-- | include/asm-ppc/immap_85xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h index 7b97fe0..094fb9c 100644 --- a/include/asm-ppc/immap_85xx.h +++ b/include/asm-ppc/immap_85xx.h @@ -1667,7 +1667,7 @@ typedef struct ccsr_gur { uint lbiuiplldcr0; /* 0xe0f1c -- LBIU PLL Debug Reg 0 */ uint lbiuiplldcr1; /* 0xe0f20 -- LBIU PLL Debug Reg 1 */ uint ddrioovcr; /* 0xe0f24 - DDR IO Override Control */ - uint res14; /* 0xe0f28 */ + uint tsec12ioovcr; /* 0xe0f28 - eTSEC 1/2 IO override control */ uint tsec34ioovcr; /* 0xe0f2c - eTSEC 3/4 IO override control */ char res15[61648]; /* 0xe0f30 to 0xefffff */ } ccsr_gur_t; |