Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342191
b: refs/heads/master
c: 0563f63
h: refs/heads/master
i:
  342189: 963f0e6
  342187: ef90f61
  342183: 00bfd64
  342175: 98bc994
v: v3
  • Loading branch information
Lee Jones committed Nov 1, 2012
1 parent 9e8fe19 commit 7677c6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79b40753a318adb3254c6d534b834c10f99cba05
refs/heads/master: 0563f638f052185ea45441b5e7ec06a90e4e7837
14 changes: 14 additions & 0 deletions trunk/arch/arm/boot/dts/dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -629,5 +629,19 @@
ranges = <0 0x50000000 0x4000000>;
status = "disabled";
};

vmmci: regulator-gpio {
compatible = "regulator-gpio";

regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <2600000>;
regulator-name = "mmci-reg";
regulator-type = "voltage";

gpios = <&tc3589x_gpio 18 0x4>;
gpio-enable = <&tc3589x_gpio 17 0x4>;
states = <1800000 0x1
2900000 0x0>;
};
};
};

0 comments on commit 7677c6b

Please sign in to comment.