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

Commit 46fb3eef authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Add MEM ACC node for MSM8937



The MEM ACC defines the memory-access delay
configuration for L1/L2 memories. Add the required
configuration for MSM8937.

Change-Id: I7906617914053139d9992f071a4078ecd0999c62
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 91f4e6e6
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>;