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

Commit 93cd1688 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: configure MEM ACC type registers for mem_acc1 for msm8994"

parents 05c8ad39 2dad0372
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -580,14 +580,18 @@

	mem_acc1_vreg_corner: mem-acc1-regulator {
		compatible = "qcom,mem-acc-regulator";
		reg = <0xf9112144 0x4>;
		reg-names = "acc-sel-l1";
		reg = <0xf900f084 1>, <0xf900f088 1>,
			<0xf900f08c 1>, <0xf900f090 1>;
		reg-names = "mem-acc-type1", "mem-acc-type2",
			"mem-acc-type3", "mem-acc-type4";
		regulator-name = "mem_acc1_corner";
		regulator-min-microvolt = <1>;
		regulator-max-microvolt = <4>;
		qcom,corner-acc-map = <1 1 0 0>;
		qcom,acc-sel-l1-bit-pos = <1>;
		qcom,acc-sel-l1-bit-size = <1>;
		qcom,mem-acc-type1 = <0x02 0x02 0x06 0x06>;
		qcom,mem-acc-type2 = <0x02 0x02 0x06 0x06>;
		qcom,mem-acc-type3 = <0x02 0x02 0x06 0x06>;
		qcom,mem-acc-type4 = <0x0b 0x0b 0x0b 0x0b>;
	};

	apc0_vreg_corner: regulator@f9019000 {