Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330010
b: refs/heads/master
c: 396f70b
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Samuel Ortiz committed Sep 25, 2012
1 parent 6fd42c1 commit b8d91a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eebfdc17cc6c9f184a713d84b84e7602236360c6
refs/heads/master: 396f70be54f026a6601012a73db87dc75c6d8f1d
24 changes: 8 additions & 16 deletions trunk/Documentation/devicetree/bindings/regulator/max8907.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ Required properties:
...
- in20-supply: The input supply for LDO20.
- regulators: A node that houses a sub-node for each regulator within the
device. Each sub-node is identified using the regulator-compatible
property, with valid values listed below. The content of each sub-node
is defined by the standard binding for regulators; see regulator.txt.
device. Each sub-node is identified using the node's name (or the deprecated
regulator-compatible property if present), with valid values listed below.
The content of each sub-node is defined by the standard binding for
regulators; see regulator.txt.

Optional properties:
- maxim,system-power-controller: Boolean property indicating that the PMIC
controls the overall system power.

Valid regulator-compatible values are:
The valid names for regulators are:

sd1, sd2, sd3, ldo1, ldo2, ldo3, ldo4, ldo5, ldo6, ldo7, ldo8, ldo9, ldo10,
ldo11, ldo12, ldo13, ldo14, ldo15, ldo16, ldo17, ldo18, ldo19, ldo20, out5v,
Expand All @@ -42,30 +43,21 @@ Example:
...

regulators {
#address-cells = <1>;
#size-cells = <0>;

mbatt_reg: regulator@0 {
reg = <0>;
regulator-compatible = "mbatt";
mbatt_reg: mbatt {
regulator-name = "vbat_pmu";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
};

regulator@1 {
reg = <1>;
regulator-compatible = "sd1";
sd1 {
regulator-name = "nvvdd_sv1,vdd_cpu_pmu";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;
};

regulator@2 {
reg = <2>;
regulator-compatible = "sd2";
sd2 {
regulator-name = "nvvdd_sv2,vdd_core";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
Expand Down

0 comments on commit b8d91a8

Please sign in to comment.