blob: 15c598b8c4cf88e7142fd3723d344932001526c2 [file] [log] [blame]
Mateusz Kulikowskic2f74c82016-03-31 23:12:30 +02001Qualcomm pm8916 PMIC
2
3This PMIC is connected using SPMI bus so should be child of SPMI bus controller.
4
5Required properties:
6- compatible: "qcom,spmi-pmic";
7- reg: SPMI Slave ID, size (ignored)
8- #address-cells: 0x1 (peripheral ID)
9- #size-cells: 0x1 (size of peripheral register space)
10
11Example:
12
13pm8916@0 {
14 compatible = "qcom,spmi-pmic";
15 reg = <0x0 0x1>;
16 #address-cells = <0x1>;
17 #size-cells = <0x1>;
18};