diff options
Diffstat (limited to 'arch/arm/plat-orion/include/plat/ehci-orion.h')
-rw-r--r-- | arch/arm/plat-orion/include/plat/ehci-orion.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-orion/include/plat/ehci-orion.h b/arch/arm/plat-orion/include/plat/ehci-orion.h index 64343051095a..4ec668e77460 100644 --- a/arch/arm/plat-orion/include/plat/ehci-orion.h +++ b/arch/arm/plat-orion/include/plat/ehci-orion.h | |||
@@ -11,8 +11,16 @@ | |||
11 | 11 | ||
12 | #include <linux/mbus.h> | 12 | #include <linux/mbus.h> |
13 | 13 | ||
14 | enum orion_ehci_phy_ver { | ||
15 | EHCI_PHY_ORION, | ||
16 | EHCI_PHY_DD, | ||
17 | EHCI_PHY_KW, | ||
18 | EHCI_PHY_NA, | ||
19 | }; | ||
20 | |||
14 | struct orion_ehci_data { | 21 | struct orion_ehci_data { |
15 | struct mbus_dram_target_info *dram; | 22 | struct mbus_dram_target_info *dram; |
23 | enum orion_ehci_phy_ver phy_version; | ||
16 | }; | 24 | }; |
17 | 25 | ||
18 | 26 | ||