summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/usb/msm-dbm.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/msm-dbm.txt b/Documentation/devicetree/bindings/usb/msm-dbm.txt
new file mode 100644
index 000000000000..6ded52615f21
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/msm-dbm.txt
@@ -0,0 +1,15 @@
+MSM DBM (Device Bus Manager)
+
+Required properties :
+- compatible : must be one of "qcom,usb-dbm-1p4", or "qcom,usb-dbm-1p5"
+- reg : offset and length of the register set in the memory map.
+
+Optional properties :
+- qcom,reset-ep-after-lpm-resume: If present, dbm requires ep reset after
+ going to lpm
+
+Example MSM DBM (Device Bus Manager) device node :
+ dbm_1p4: dbm@f92f8000 {
+ compatible = "qcom,usb-dbm-1p4";
+ reg = <0xf92f8000 0x1000>;
+ };