]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add eTSEC 1/2 IO override control (corrected)
authorksi@koi8.net <ksi@koi8.net>
Mon, 23 Feb 2009 18:53:13 +0000 (10:53 -0800)
committerAndy Fleming <afleming@freescale.com>
Mon, 9 Mar 2009 22:46:11 +0000 (17:46 -0500)
This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)

Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
include/asm-ppc/immap_85xx.h

index 7b97fe0bddbcdaed87cf301742b6a1782664b4c1..094fb9c5d6213d89d37662fd7d56db8208f4b0fc 100644 (file)
@@ -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;