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

Commit f61ba558 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 fuse info to skip L1 ACC config for 8939"

parents 86caedc5 6bce8fd4
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 {