summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/msm/ssbi.txt
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2013-05-28 12:01:07 +0200
committerJiri Kosina <jkosina@suse.cz>2013-05-28 12:01:07 +0200
commit6e9041c6ddd6cbdc61d87bcaca8ca7bb17c28377 (patch)
treec250644c5adce04947d664318996de16df3f02da /Documentation/devicetree/bindings/arm/msm/ssbi.txt
parentb96516220870d8571fc12da980668687c122976e (diff)
parente4aa937ec75df0eea0bee03bffa3303ad36c986b (diff)
Merge branch 'master' into for-next
Diffstat (limited to 'Documentation/devicetree/bindings/arm/msm/ssbi.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/msm/ssbi.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/ssbi.txt b/Documentation/devicetree/bindings/arm/msm/ssbi.txt
new file mode 100644
index 000000000000..54fd5ced3401
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/msm/ssbi.txt
@@ -0,0 +1,18 @@
+* Qualcomm SSBI
+
+Some Qualcomm MSM devices contain a point-to-point serial bus used to
+communicate with a limited range of devices (mostly power management
+chips).
+
+These require the following properties:
+
+- compatible: "qcom,ssbi"
+
+- qcom,controller-type
+ indicates the SSBI bus variant the controller should use to talk
+ with the slave device. This should be one of "ssbi", "ssbi2", or
+ "pmic-arbiter". The type chosen is determined by the attached
+ slave.
+
+The slave device should be the single child node of the ssbi device
+with a compatible field.