Commit 75a3f782 authored by Jeremy McNicoll's avatar Jeremy McNicoll Committed by Andy Gross

arm64: dts: msm8992 add fixed regulator

This regulator is not moving anywhere.  Sit, stay...
Signed-off-by: default avatarJeremy McNicoll <jeremymc@redhat.com>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent ed75d6a9
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment