diff options
author | Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> | 2009-10-10 12:42:22 +0200 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-10-10 23:16:55 -0700 |
commit | be2254423b86572841aa70ff05d20933d1b49823 (patch) | |
tree | 2f4e918fa21236daebf7329dca9eec13b1ee0084 /include/configs/ep82xxm.h | |
parent | 310cecb8ccdbc8a9be580e75b2fd362179d78535 (diff) |
Update all board to support new bbmiiphy driver (with multibus support)
Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/ep82xxm.h')
-rw-r--r-- | include/configs/ep82xxm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ep82xxm.h b/include/configs/ep82xxm.h index 239ff673309..c737f10ec91 100644 --- a/include/configs/ep82xxm.h +++ b/include/configs/ep82xxm.h @@ -85,6 +85,7 @@ * GPIO pins used for bit-banged MII communications */ #define MDIO_PORT 0 /* Not used - implemented in BCSR */ + #define MDIO_ACTIVE (*(vu_char *)(CONFIG_SYS_BCSR + 8) &= 0xFB) #define MDIO_TRISTATE (*(vu_char *)(CONFIG_SYS_BCSR + 8) |= 0x04) #define MDIO_READ (*(vu_char *)(CONFIG_SYS_BCSR + 8) & 1) |