diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2017-03-14 17:02:20 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-22 09:45:18 +0100 |
commit | c2d50bdeb34cfc359f28aeb2fe7648cc335bc623 (patch) | |
tree | 0c901aab89f6a160292b0b8d5b5aa161064eebdc /target/linux/ipq806x/patches-4.9/0025-qcom-ipq4019-enable-USB-bus-for-DK01.1-board.patch | |
parent | 5c617aec051de5c9dc788d592931a673d58b053d (diff) | |
download | upstream-c2d50bdeb34cfc359f28aeb2fe7648cc335bc623.tar.gz upstream-c2d50bdeb34cfc359f28aeb2fe7648cc335bc623.tar.bz2 upstream-c2d50bdeb34cfc359f28aeb2fe7648cc335bc623.zip |
ipq806x: add ipq4019 support
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ipq806x/patches-4.9/0025-qcom-ipq4019-enable-USB-bus-for-DK01.1-board.patch')
-rw-r--r-- | target/linux/ipq806x/patches-4.9/0025-qcom-ipq4019-enable-USB-bus-for-DK01.1-board.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/target/linux/ipq806x/patches-4.9/0025-qcom-ipq4019-enable-USB-bus-for-DK01.1-board.patch b/target/linux/ipq806x/patches-4.9/0025-qcom-ipq4019-enable-USB-bus-for-DK01.1-board.patch deleted file mode 100644 index 975f42f7d1..0000000000 --- a/target/linux/ipq806x/patches-4.9/0025-qcom-ipq4019-enable-USB-bus-for-DK01.1-board.patch +++ /dev/null @@ -1,45 +0,0 @@ -From ae5e11c926f710595d0080e51bd10e704776669d Mon Sep 17 00:00:00 2001 -From: Matthew McClintock <mmcclint@codeaurora.org> -Date: Mon, 21 Mar 2016 16:12:05 -0500 -Subject: [PATCH 25/69] qcom: ipq4019: enable USB bus for DK01.1 board - -This enables the USB block - -Change-Id: I384dd1874bba341713f384cf6199abd446e3f3c0 -Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org> ---- - arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 24 ++++++++++++++++++++++++ - 1 file changed, 24 insertions(+) - ---- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi -+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi -@@ -108,5 +108,29 @@ - watchdog@b017000 { - status = "ok"; - }; -+ -+ usb3_ss_phy: ssphy@0 { -+ status = "ok"; -+ }; -+ -+ dummy_ss_phy: ssphy@1 { -+ status = "ok"; -+ }; -+ -+ usb3_hs_phy: hsphy@a6000 { -+ status = "ok"; -+ }; -+ -+ usb2_hs_phy: hsphy@a8000 { -+ status = "ok"; -+ }; -+ -+ usb3: usb3@8a00000 { -+ status = "ok"; -+ }; -+ -+ usb2: usb2@6000000 { -+ status = "ok"; -+ }; - }; - }; |