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

Commit 8f0422da authored by Tirupathi Reddy's avatar Tirupathi Reddy
Browse files

ARM: dts: msm: Add override ACC configuration for 8939



As per the latest characterization documents, add override
configuration for corner-acc-map and L2-custom-data for 8939.
Add fuse bit for selecting override configuration. Remove
existing l1-config-skip-fuse-sel and skip-l2-custom-on-l1
properties.

CRs-Fixed: 775309
Change-Id: I8c8e97bccd2aa19b081a474ff0ed798d319ffea7
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent 05e6c29d
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -66,10 +66,12 @@
		regulator-max-microvolt = <3>;

		qcom,acc-sel-l1-bit-pos = <0>;
		qcom,corner-acc-map = <0 1 1>;
		qcom,l1-config-skip-fuse-sel = <0 52 1 1 0>;
		qcom,skip-l2-custom-on-l1;
		qcom,l2-acc-custom-data = <0x0 0x3000 0x3000>;
		qcom,corner-acc-map = <0 0 1>;
		qcom,l2-acc-custom-data = <0x0 0x0 0x3000>;

		qcom,override-acc-fuse-sel = <0 30 1 1 0>;
		qcom,override-corner-acc-map = <0 1 1>;
		qcom,override-l2-acc-custom-data = <0x0 0x3000 0x3000>;
	};

	apc_vreg_corner: regulator@b018000 {