diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-03-30 10:23:02 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2016-03-30 10:23:02 +0000 |
commit | de2f31c3f561e2115ac182b233cd0bc865ec42bc (patch) | |
tree | e94852144ac036f09c36504243668d6d7784faf5 /target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch | |
parent | 7b61ed5254104f956a2ae8c51667e7aa6fe61621 (diff) | |
download | mtk-20170518-de2f31c3f561e2115ac182b233cd0bc865ec42bc.zip mtk-20170518-de2f31c3f561e2115ac182b233cd0bc865ec42bc.tar.gz mtk-20170518-de2f31c3f561e2115ac182b233cd0bc865ec42bc.tar.bz2 |
bcm53xx: support USB 3.0 PHY on BCM4707 rev. 6 and BCM47094
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 49091
Diffstat (limited to 'target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch b/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch index ec227bf..3779fab 100644 --- a/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch +++ b/target/linux/bcm53xx/patches-4.4/810-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 -@@ -517,8 +517,7 @@ static int bcma_hcd_probe(struct bcma_de +@@ -519,8 +519,7 @@ static int bcma_hcd_probe(struct bcma_de usb_dev->core = core; if (core->dev.of_node) |