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

Commit 7552ae29 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: Add MEM ACC node for MSM8937"

parents 40789720 46fb3eef
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -304,7 +304,18 @@
};

&soc {
	/* TODO: Add mem-acc node */
	mem_acc_vreg_corner: regulator@01946004 {
		compatible = "qcom,mem-acc-regulator";
		reg = <0x01946004 0x4>;
		reg-names = "acc-sel-l1";
		regulator-name = "mem_acc_corner";
		regulator-min-microvolt = <1>;
		regulator-max-microvolt = <3>;

		qcom,acc-sel-l1-bit-pos = <0>;
		qcom,acc-sel-l1-bit-size = <8>;
		qcom,corner-acc-map = <0x55 0x55 0x55>;
	};

	apc_vreg_corner: regulator@b018000 {
		compatible = "qcom,cpr-regulator";
@@ -320,6 +331,8 @@
		qcom,cpr-voltage-floor =   <1050000 1050000 1090000>;
		vdd-apc-supply = <&pm8937_s5>;

		mem-acc-supply = <&mem_acc_vreg_corner>;

		qcom,cpr-ref-clk = <19200>;
		qcom,cpr-timer-delay = <5000>;
		qcom,cpr-timer-cons-up = <0>;