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

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

parent 016928c0
Loading
Loading
Loading
Loading
+8 −14
Original line number Diff line number Diff line
@@ -245,22 +245,16 @@ &blsp2_uart1 {
	status = "okay";
};

&pm8005_lsid1 {
	pm8005-regulators {
		compatible = "qcom,pm8005-regulators";

		vdd_s1-supply = <&vph_pwr>;

		pm8005_s1: s1 { /* VDD_GFX supply */
&pm8005_regulators {
	/* VDD_GFX supply */
	pm8005_s1: s1 {
		regulator-min-microvolt = <524000>;
		regulator-max-microvolt = <1100000>;
		regulator-enable-ramp-delay = <500>;

			/* hack until we rig up the gpu consumer */
		/* Hack until we rig up the gpu consumer */
		regulator-always-on;
	};
};
};

&pm8998_gpio {
	vol_keys_default: vol-keys-default {
+8 −13
Original line number Diff line number Diff line
@@ -284,21 +284,16 @@ &mmss_smmu {
	status = "ok";
};

&pm8005_lsid1 {
	pm8005-regulators {
		compatible = "qcom,pm8005-regulators";

		vdd_s1-supply = <&vph_pwr>;

&pm8005_regulators {
	/* VDD_GFX supply */
	pm8005_s1: s1 {
		regulator-min-microvolt = <524000>;
		regulator-max-microvolt = <1088000>;
		regulator-enable-ramp-delay = <500>;
		/* Hack until we rig up the gpu consumer */
		regulator-always-on;
	};
};
};

&pm8998_gpio {
	vol_down_pin_a: vol-down-active {