diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-04 21:39:31 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-04 21:39:31 -0500 |
| commit | c2cc87ca9561ddfe744d446789cc10f507e87db9 (patch) | |
| tree | d505fc0110eb1a3d8750ba2f67648c131f0d9aca /include/linux/fsl_devices.h | |
| parent | ce1eeb95fc4eb25109c00bea3e83a87eeff6b07d (diff) | |
| parent | 7015faa7df829876a0f931cd18aa6d7c24a1b581 (diff) | |
Merge branch 'master'
Diffstat (limited to 'include/linux/fsl_devices.h')
| -rw-r--r-- | include/linux/fsl_devices.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 70f54af87b9f..114d5d59f695 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h | |||
| @@ -47,16 +47,21 @@ | |||
| 47 | struct gianfar_platform_data { | 47 | struct gianfar_platform_data { |
| 48 | /* device specific information */ | 48 | /* device specific information */ |
| 49 | u32 device_flags; | 49 | u32 device_flags; |
| 50 | u32 phy_reg_addr; | ||
| 51 | 50 | ||
| 52 | /* board specific information */ | 51 | /* board specific information */ |
| 53 | u32 board_flags; | 52 | u32 board_flags; |
| 54 | u32 phy_flags; | 53 | const char *bus_id; |
| 55 | u32 phyid; | ||
| 56 | u32 interruptPHY; | ||
| 57 | u8 mac_addr[6]; | 54 | u8 mac_addr[6]; |
| 58 | }; | 55 | }; |
| 59 | 56 | ||
| 57 | struct gianfar_mdio_data { | ||
| 58 | /* device specific information */ | ||
| 59 | u32 paddr; | ||
| 60 | |||
| 61 | /* board specific information */ | ||
| 62 | int irq[32]; | ||
| 63 | }; | ||
| 64 | |||
| 60 | /* Flags related to gianfar device features */ | 65 | /* Flags related to gianfar device features */ |
| 61 | #define FSL_GIANFAR_DEV_HAS_GIGABIT 0x00000001 | 66 | #define FSL_GIANFAR_DEV_HAS_GIGABIT 0x00000001 |
| 62 | #define FSL_GIANFAR_DEV_HAS_COALESCE 0x00000002 | 67 | #define FSL_GIANFAR_DEV_HAS_COALESCE 0x00000002 |
