提交 d06670e9 编写于 作者: V Vladimir Zapolskiy

arm: dts: phy3250: add SD fixed regulator

The change adds fixed voltage regulator for SD controller, ARM MMCI
controller driver uses it to control card power management.
Signed-off-by: NVladimir Zapolskiy <vz@mleia.com>
上级 f6d44349
...@@ -45,6 +45,15 @@ ...@@ -45,6 +45,15 @@
enable-active-high; enable-active-high;
regulator-boot-on; regulator-boot-on;
}; };
sd_reg: regulator@2 {
compatible = "regulator-fixed";
regulator-name = "sd_reg";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
gpio = <&gpio 5 5 0>;
enable-active-high;
};
}; };
ahb { ahb {
...@@ -162,6 +171,7 @@ ...@@ -162,6 +171,7 @@
cd-gpios = <&gpio 3 1 0>; cd-gpios = <&gpio 3 1 0>;
cd-inverted; cd-inverted;
bus-width = <4>; bus-width = <4>;
vmmc-supply = <&sd_reg>;
status = "okay"; status = "okay";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册