Commit b448501c authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: msm8998-yoshino/oneplus: Use pm8005_regulators label

Now that a label is added, use it!
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220430162353.607709-7-konrad.dybcio@somainline.org
parent 016928c0
...@@ -245,21 +245,15 @@ &blsp2_uart1 { ...@@ -245,21 +245,15 @@ &blsp2_uart1 {
status = "okay"; status = "okay";
}; };
&pm8005_lsid1 { &pm8005_regulators {
pm8005-regulators { /* VDD_GFX supply */
compatible = "qcom,pm8005-regulators"; pm8005_s1: s1 {
vdd_s1-supply = <&vph_pwr>;
pm8005_s1: s1 { /* VDD_GFX supply */
regulator-min-microvolt = <524000>; regulator-min-microvolt = <524000>;
regulator-max-microvolt = <1100000>; regulator-max-microvolt = <1100000>;
regulator-enable-ramp-delay = <500>; regulator-enable-ramp-delay = <500>;
/* Hack until we rig up the gpu consumer */
/* hack until we rig up the gpu consumer */
regulator-always-on; regulator-always-on;
}; };
};
}; };
&pm8998_gpio { &pm8998_gpio {
......
...@@ -284,20 +284,15 @@ &mmss_smmu { ...@@ -284,20 +284,15 @@ &mmss_smmu {
status = "ok"; status = "ok";
}; };
&pm8005_lsid1 { &pm8005_regulators {
pm8005-regulators {
compatible = "qcom,pm8005-regulators";
vdd_s1-supply = <&vph_pwr>;
/* VDD_GFX supply */ /* VDD_GFX supply */
pm8005_s1: s1 { pm8005_s1: s1 {
regulator-min-microvolt = <524000>; regulator-min-microvolt = <524000>;
regulator-max-microvolt = <1088000>; regulator-max-microvolt = <1088000>;
regulator-enable-ramp-delay = <500>; regulator-enable-ramp-delay = <500>;
/* Hack until we rig up the gpu consumer */
regulator-always-on; regulator-always-on;
}; };
};
}; };
&pm8998_gpio { &pm8998_gpio {
......
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