Commit 53364cfc authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: msm8992/4: Rename vreg_vph_pwr to vph_pwr

Rename the fixed regulator to follow the common naming scheme
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210118162432.107275-4-konrad.dybcio@somainline.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 31d9dbd2
......@@ -755,10 +755,9 @@ timer {
<GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
};
vreg_vph_pwr: vreg-vph-pwr {
vph_pwr: vph-pwr-regulator {
compatible = "regulator-fixed";
status = "okay";
regulator-name = "vph-pwr";
regulator-name = "vph_pwr";
regulator-min-microvolt = <3600000>;
regulator-max-microvolt = <3600000>;
......
......@@ -820,9 +820,9 @@ timer {
<GIC_PPI 1 0xff08>;
};
vreg_vph_pwr: vreg-vph-pwr {
vph_pwr: vph-pwr-regulator {
compatible = "regulator-fixed";
regulator-name = "vph-pwr";
regulator-name = "vph_pwr";
regulator-min-microvolt = <3600000>;
regulator-max-microvolt = <3600000>;
......
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