[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1424678144-13224-1-git-send-email-srinivas.kandagatla@linaro.org>
Date: Mon, 23 Feb 2015 07:55:44 +0000
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To: Kumar Gala <galak@...eaurora.org>, linux-arm-msm@...r.kernel.org
Cc: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Russell King <linux@....linux.org.uk>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Nicolas Dechesne <nicolas.dechesne@...aro.org>
Subject: [PATCH 07/12] ARM: DT: apq8064: Add usb host support to CM QS-600
From: Nicolas Dechesne <nicolas.dechesne@...aro.org>
This patch adds device tree nodes to support two usb hosts on Compulab QS600 board.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@...aro.org>
---
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
index 6e62f24..af2e075 100644
--- a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
+++ b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
@@ -41,6 +41,22 @@
};
};
+ usb3_phy:phy@...20000 {
+ status = "ok";
+ };
+
+ usb4_phy:phy@...30000 {
+ status = "ok";
+ };
+
+ usb3: usb@...20000 {
+ status = "ok";
+ };
+
+ usb4: usb@...30000 {
+ status = "ok";
+ };
+
/* on board fixed 3.3v supply */
v3p3_pcieclk: v3p3-pcieclk {
compatible = "regulator-fixed";
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists