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/muas3001.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/muas3001.h')
-rw-r--r-- | include/configs/muas3001.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index c94daa3d033..43f46bffeef 100644 --- a/include/configs/muas3001.h +++ b/include/configs/muas3001.h @@ -101,6 +101,10 @@ * GPIO pins used for bit-banged MII communications */ #define MDIO_PORT 0 /* Port A */ +#define MDIO_DECLARE volatile ioport_t *iop = ioport_addr ( \ + (immap_t *) CONFIG_SYS_IMMR, MDIO_PORT ) +#define MDC_DECLARE MDIO_DECLARE + #define CONFIG_SYS_MDIO_PIN 0x00200000 /* PA10 */ #define CONFIG_SYS_MDC_PIN 0x00400000 /* PA9 */ |