diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-11-28 20:53:21 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-12-01 02:40:22 +0300 |
commit | a225daf72ee7885ec897e5624b399a024723246f (patch) | |
tree | 4b4a6de7fa6e7c58049af6bdd6400ee68991e928 /arch/arm/mach-mmp/pxa910.h | |
parent | f36797ee43802b367e59f0f9a9805304a4ff0c98 (diff) | |
download | linux-a225daf72ee7885ec897e5624b399a024723246f.tar.xz |
ARM: mmp: add a pxa-usb-phy device
This is to replace the USB PHY initialization code (pxa_usb_phy_init(),
pxa_usb_phy_deinit()) with a proper PHY driver.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-mmp/pxa910.h')
-rw-r--r-- | arch/arm/mach-mmp/pxa910.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/pxa910.h b/arch/arm/mach-mmp/pxa910.h index 42009c349eae..2dfe38e4acc1 100644 --- a/arch/arm/mach-mmp/pxa910.h +++ b/arch/arm/mach-mmp/pxa910.h @@ -22,6 +22,7 @@ extern struct pxa_device_desc pxa910_device_pwm2; extern struct pxa_device_desc pxa910_device_pwm3; extern struct pxa_device_desc pxa910_device_pwm4; extern struct pxa_device_desc pxa910_device_nand; +extern struct platform_device pxa168_device_usb_phy; extern struct platform_device pxa168_device_u2o; extern struct platform_device pxa168_device_u2ootg; extern struct platform_device pxa168_device_u2oehci; |