diff options
author | David Lechner <david@lechnology.com> | 2016-10-26 19:18:15 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-10-31 17:20:27 +0530 |
commit | 9b504750923cb71473cf55e0a3a594a39e57e268 (patch) | |
tree | cc1046f7fa3fe7872016ccce53237334ba62ac2f /arch/arm/mach-davinci/include/mach/da8xx.h | |
parent | ec7cc27ed157a7323d08c31d73cada1dfe101642 (diff) | |
download | blackbird-op-linux-9b504750923cb71473cf55e0a3a594a39e57e268.tar.gz blackbird-op-linux-9b504750923cb71473cf55e0a3a594a39e57e268.zip |
ARM: davinci: da8xx: Add USB PHY platform device
There is now a proper phy driver for the DA8xx SoC USB PHY. This adds the
platform device declarations needed to use it.
Signed-off-by: David Lechner <david@lechnology.com>
[nsekhar@ti.com: keep usb-davinci.h included in board-da830-evm.c
minor subject line adjustment]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/da8xx.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx.h b/arch/arm/mach-davinci/include/mach/da8xx.h index 2f6fe2f0c733..5e07d06f60e4 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx.h +++ b/arch/arm/mach-davinci/include/mach/da8xx.h @@ -89,6 +89,7 @@ int da850_register_edma(struct edma_rsv_info *rsv[2]); int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); int da8xx_register_spi_bus(int instance, unsigned num_chipselect); int da8xx_register_watchdog(void); +int da8xx_register_usb_phy(void); int da8xx_register_usb20(unsigned mA, unsigned potpgt); int da8xx_register_usb11(struct da8xx_ohci_root_hub *pdata); int da8xx_register_emac(void); |