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

Commit 6bce8fd4 authored by Tirupathi Reddy's avatar Tirupathi Reddy
Browse files

ARM: dts: msm: Add fuse info to skip L1 ACC config for 8939



Some 8939 parts don't need a change in default L1 MEM ACC
configuration. Add the fuse-identifier information to support
those parts.

Change-Id: I16f842e7e82d8c5149c82d83d83e139ab0114956
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent 0af4da69
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -51,14 +51,15 @@
&soc {
	mem_acc_vreg_corner: regulator@1942130 {
		compatible = "qcom,mem-acc-regulator";
		reg = <0x1942130 0x4>;
		reg-names = "acc-sel-l1";
		reg = <0x1942130 0x4>, <0x58000 0x1000>;
		reg-names = "acc-sel-l1", "efuse_addr";
		regulator-name = "mem_acc_corner";
		regulator-min-microvolt = <1>;
		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>;
	};

	apc_vreg_corner: regulator@b018000 {