Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8526300 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update regulator handles for VDD_CX/VDD_MX for SM6150"

parents ac32c182 ed9d3fe9
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -748,8 +748,8 @@
		compatible = "qcom,gcc-sm6150", "syscon";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm6150_s1_level>;
		vdd_cx_ao-supply = <&pm6150_s1_level_ao>;
		vdd_cx-supply = <&VDD_CX_LEVEL>;
		vdd_cx_ao-supply = <&VDD_CX_LEVEL_AO>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};
@@ -758,7 +758,7 @@
		compatible = "qcom,videocc-sm6150", "syscon";
		reg = <0xab00000 0x10000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm6150_s1_level>;
		vdd_cx-supply = <&VDD_CX_LEVEL>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};
@@ -784,8 +784,8 @@
		compatible = "qcom,gpucc-sm6150", "syscon";
		reg = <0x5090000 0x9000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm6150_s1_level>;
		vdd_mx-supply = <&pm6150_s3_level>;
		vdd_cx-supply = <&VDD_CX_LEVEL>;
		vdd_mx-supply = <&VDD_MX_LEVEL>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};