aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2015-09-28 13:25:18 +0100
committerPeter Griffin <peter.griffin@linaro.org>2015-09-28 13:25:18 +0100
commit5455b763b3313264af911230ba4307464fbd0b6b (patch)
treefd824863071235654cfe832563184c934d674cb9
parent9f8fe6eb957773096fd2c19a05968c5c41d88aa8 (diff)
ARM: STi: DT: STiH407: Add the flashss voltage regulator DT node.v4.3-rc3-regulator
This patch adds the DT node for the flashss mmc voltage regulator. Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
-rw-r--r--arch/arm/boot/dts/stih407-family.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index ae0527754000..654feec15efc 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -461,6 +461,17 @@
status = "disabled";
};
+ vqmmc_reg: voltage-regulator {
+ compatible = "st,vqmmc";
+ regulator-name = "vqmmc0";
+ /* Control register for the VSENSE Module */
+ reg = <0x9061004 0x4>;
+ status = "disabled";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <3300000>;
+ regulator-always-on;
+ };
+
mmc0: sdhci@09060000 {
compatible = "st,sdhci-stih407", "st,sdhci";
status = "disabled";
@@ -474,6 +485,7 @@
clocks = <&clk_s_c0_flexgen CLK_MMC_0>;
bus-width = <8>;
non-removable;
+ vqmmc-supply = <&vqmmc_reg>;
};
mmc1: sdhci@09080000 {