[source] ipq806x: ipq4019: enable usb phy

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 17 00:30:08 PST 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/8bb33f3c98deba94b5ff0e708eadfb13c749ddb3

commit 8bb33f3c98deba94b5ff0e708eadfb13c749ddb3
Author: Roman Yeryomin <roman at advem.lv>
AuthorDate: Fri Nov 17 00:45:07 2017 +0200

    ipq806x: ipq4019: enable usb phy
    
    Run tested on ap-dk01.2-c1
    
    Signed-off-by: Roman Yeryomin <roman at advem.lv>
---
 target/linux/ipq806x/config-4.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/config-4.9 b/target/linux/ipq806x/config-4.9
index a2dd402..bca4264 100644
--- a/target/linux/ipq806x/config-4.9
+++ b/target/linux/ipq806x/config-4.9
@@ -481,7 +481,7 @@ CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
 CONFIG_USB=y
 CONFIG_USB_COMMON=y
 # CONFIG_USB_EHCI_HCD is not set
-# CONFIG_USB_IPQ4019_PHY is not set
+CONFIG_USB_IPQ4019_PHY=y
 CONFIG_USB_SUPPORT=y
 # CONFIG_USB_UHCI_HCD is not set
 CONFIG_USE_OF=y



More information about the lede-commits mailing list