Skip to content
Snippets Groups Projects
Commit 49b5aff4 authored by ksi@koi8.net's avatar ksi@koi8.net Committed by Andy Fleming
Browse files

Add eTSEC 1/2 IO override control (corrected)


This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)

Signed-off-by: default avatarSergey Kubushyn <ksi@koi8.net>
parent 48c2b7bb
No related branches found
No related tags found
No related merge requests found
...@@ -1667,7 +1667,7 @@ typedef struct ccsr_gur { ...@@ -1667,7 +1667,7 @@ typedef struct ccsr_gur {
uint lbiuiplldcr0; /* 0xe0f1c -- LBIU PLL Debug Reg 0 */ uint lbiuiplldcr0; /* 0xe0f1c -- LBIU PLL Debug Reg 0 */
uint lbiuiplldcr1; /* 0xe0f20 -- LBIU PLL Debug Reg 1 */ uint lbiuiplldcr1; /* 0xe0f20 -- LBIU PLL Debug Reg 1 */
uint ddrioovcr; /* 0xe0f24 - DDR IO Override Control */ 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 */ uint tsec34ioovcr; /* 0xe0f2c - eTSEC 3/4 IO override control */
char res15[61648]; /* 0xe0f30 to 0xefffff */ char res15[61648]; /* 0xe0f30 to 0xefffff */
} ccsr_gur_t; } ccsr_gur_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment