arm64: dts: msm8992 add fixed regulator

This regulator is not moving anywhere.  Sit, stay...

Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Jeremy McNicoll 2017-01-27 01:10:02 -08:00 committed by Andy Gross
parent ed75d6a969
commit 75a3f782e8
1 changed files with 11 additions and 0 deletions

View File

@ -68,6 +68,17 @@ sleep_clk: sleep_clk {
clock-frequency = <32768>;
};
vreg_vph_pwr: vreg-vph-pwr {
compatible = "regulator-fixed";
status = "okay";
regulator-name = "vph-pwr";
regulator-min-microvolt = <3600000>;
regulator-max-microvolt = <3600000>;
regulator-always-on;
};
soc {
#address-cells = <1>;
#size-cells = <1>;