Commit 676b61b4 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm/apq8994-kitakami: Add regulator config



Add regulator config for all Kitakami devices, commonizing where
applicable.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210118162432.107275-5-konrad.dybcio@somainline.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 53364cfc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,3 +18,6 @@ / {
	 */
	qcom,msm-id = <253 0x20000>, <253 0x20001>;
};

/delete-node/ &pm8994_l1;
/delete-node/ &pm8994_l19;
+13 −0
Original line number Diff line number Diff line
@@ -11,3 +11,16 @@ / {
	model = "Sony Xperia Z3+/Z4";
	compatible = "sony,ivy-row", "qcom,msm8994";
};

&pm8994_l3 {
	regulator-min-microvolt = <1000000>;
	regulator-max-microvolt = <1000000>;
};

&pm8994_l17 {
	regulator-min-microvolt = <2700000>;
	regulator-max-microvolt = <2700000>;
};

/delete-node/ &pm8994_l19;
/delete-node/ &pm8994_l32;
+22 −0
Original line number Diff line number Diff line
@@ -19,3 +19,25 @@ &blsp_i2c5 {
	 * sii8620 HDMI/MHL bridge @ 72 (kitakami-common)
	 */
};

&pm8994_l3 {
	regulator-min-microvolt = <1050000>;
	regulator-max-microvolt = <1050000>;
};

&pm8994_l17 {
	regulator-min-microvolt = <2700000>;
	regulator-max-microvolt = <2700000>;
};

&pm8994_l22 {
	regulator-min-microvolt = <3100000>;
	regulator-max-microvolt = <3100000>;
};

&pm8994_l25 {
	regulator-min-microvolt = <1037500>;
	regulator-max-microvolt = <1037500>;
};

/delete-node/ &pm8994_l32;
+5 −0
Original line number Diff line number Diff line
@@ -11,3 +11,8 @@ / {
	model = "Sony Xperia Z5 Premium";
	compatible = "sony,satsuki-row", "qcom,msm8994";
};

&pm8994_l14 {
	regulator-min-microvolt = <1850000>;
	regulator-max-microvolt = <1850000>;
};
+2 −0
Original line number Diff line number Diff line
@@ -11,3 +11,5 @@ / {
	model = "Sony Xperia Z5";
	compatible = "sony,sumire-row", "qcom,msm8994";
};

/delete-node/ &pm8994_l19;
Loading