summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2016-03-31 23:12:30 +0200
committerTom Rini <trini@konsulko.com>2016-04-01 17:18:13 -0400
commitc2f74c8f53bd2333d85d5063e9d043382df2a987 (patch)
treebe7b271f616bb6e5eb18aa2dec5b8075b15d9285 /doc
parent5b47271c18e107408b40198420ea484b44b927a9 (diff)
downloadblackbird-obmc-uboot-c2f74c8f53bd2333d85d5063e9d043382df2a987.tar.gz
blackbird-obmc-uboot-c2f74c8f53bd2333d85d5063e9d043382df2a987.zip
pmic: Add support for Qualcomm PM8916 PMIC
This PMIC is connected on SPMI bus so needs SPMI support enabled. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree-bindings/pmic/pm8916.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/pmic/pm8916.txt b/doc/device-tree-bindings/pmic/pm8916.txt
new file mode 100644
index 0000000000..15c598b8c4
--- /dev/null
+++ b/doc/device-tree-bindings/pmic/pm8916.txt
@@ -0,0 +1,18 @@
+Qualcomm pm8916 PMIC
+
+This PMIC is connected using SPMI bus so should be child of SPMI bus controller.
+
+Required properties:
+- compatible: "qcom,spmi-pmic";
+- reg: SPMI Slave ID, size (ignored)
+- #address-cells: 0x1 (peripheral ID)
+- #size-cells: 0x1 (size of peripheral register space)
+
+Example:
+
+pm8916@0 {
+ compatible = "qcom,spmi-pmic";
+ reg = <0x0 0x1>;
+ #address-cells = <0x1>;
+ #size-cells = <0x1>;
+};
OpenPOWER on IntegriCloud