]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: msm8992 add fixed regulator
authorJeremy McNicoll <jeremymc@redhat.com>
Fri, 27 Jan 2017 09:10:02 +0000 (01:10 -0800)
committerAndy Gross <andy.gross@linaro.org>
Tue, 6 Jun 2017 02:27:55 +0000 (21:27 -0500)
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>
arch/arm64/boot/dts/qcom/msm8992.dtsi

index 44b2d37d8c4b52fb3e7f2ad6718df924643f487c..13fb6f758d10ff55c62a73040fce9e3703fd9b53 100644 (file)
                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>;