ipq806x: clean up patches, port missing patches from 4.4
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.9 / 0025-qcom-ipq4019-enable-USB-bus-for-DK01.1-board.patch
1 From ae5e11c926f710595d0080e51bd10e704776669d Mon Sep 17 00:00:00 2001
2 From: Matthew McClintock <mmcclint@codeaurora.org>
3 Date: Mon, 21 Mar 2016 16:12:05 -0500
4 Subject: [PATCH 25/69] qcom: ipq4019: enable USB bus for DK01.1 board
5
6 This enables the USB block
7
8 Change-Id: I384dd1874bba341713f384cf6199abd446e3f3c0
9 Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
10 ---
11 arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 24 ++++++++++++++++++++++++
12 1 file changed, 24 insertions(+)
13
14 --- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
15 +++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
16 @@ -108,5 +108,29 @@
17 watchdog@b017000 {
18 status = "ok";
19 };
20 +
21 + usb3_ss_phy: ssphy@0 {
22 + status = "ok";
23 + };
24 +
25 + dummy_ss_phy: ssphy@1 {
26 + status = "ok";
27 + };
28 +
29 + usb3_hs_phy: hsphy@a6000 {
30 + status = "ok";
31 + };
32 +
33 + usb2_hs_phy: hsphy@a8000 {
34 + status = "ok";
35 + };
36 +
37 + usb3: usb3@8a00000 {
38 + status = "ok";
39 + };
40 +
41 + usb2: usb2@6000000 {
42 + status = "ok";
43 + };
44 };
45 };