diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-03-30 10:49:25 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2016-03-30 10:49:25 +0000 |
commit | 70fa90052a238801c47a5293cb5ac9b1f4449924 (patch) | |
tree | c39edcb910b9d7bfd5869e4af610810e7918bc3d /target/linux/bcm53xx/patches-3.18/813-USB-bcma-use-simpler-devm_gpiod_get.patch | |
parent | 3d5407b205c5d7c5235468f75d929f75e4627afb (diff) | |
download | upstream-70fa90052a238801c47a5293cb5ac9b1f4449924.tar.gz upstream-70fa90052a238801c47a5293cb5ac9b1f4449924.tar.bz2 upstream-70fa90052a238801c47a5293cb5ac9b1f4449924.zip |
bcm53xx: simpify USB 3.0 PHY initialization
We can use one code path for BCM4707 rev. 4 and BCM53018.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49092 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/813-USB-bcma-use-simpler-devm_gpiod_get.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/813-USB-bcma-use-simpler-devm_gpiod_get.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/813-USB-bcma-use-simpler-devm_gpiod_get.patch b/target/linux/bcm53xx/patches-3.18/813-USB-bcma-use-simpler-devm_gpiod_get.patch index ebad06630e..f4a1a61b46 100644 --- a/target/linux/bcm53xx/patches-3.18/813-USB-bcma-use-simpler-devm_gpiod_get.patch +++ b/target/linux/bcm53xx/patches-3.18/813-USB-bcma-use-simpler-devm_gpiod_get.patch @@ -12,7 +12,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> --- a/drivers/usb/host/bcma-hcd.c +++ b/drivers/usb/host/bcma-hcd.c -@@ -562,8 +562,7 @@ static int bcma_hcd_probe(struct bcma_de +@@ -511,8 +511,7 @@ static int bcma_hcd_probe(struct bcma_de usb_dev->core = dev; if (dev->dev.of_node) |