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

Commit 9ce59cc9 authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: mdm: Fix the interrupt mapping for CPR on mdmfermium



Fix the incorrect interrupt mapping for APC CPR. This is
necessary for closed-loop operation.

Change-Id: Idffcfb98337127e638790a643b85786bb308ec72
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent d9479b68
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -310,7 +310,7 @@
		compatible = "qcom,cpr-regulator";
		compatible = "qcom,cpr-regulator";
		reg = <0xb018000 0x1000>, <0xb010058 4>, <0xa4000 0x1000>;
		reg = <0xb018000 0x1000>, <0xb010058 4>, <0xa4000 0x1000>;
		reg-names = "rbcpr", "rbcpr_clk", "efuse_addr";
		reg-names = "rbcpr", "rbcpr_clk", "efuse_addr";
		interrupts = <0 15 0>;
		interrupts = <0 20 0>;
		regulator-name = "apc_corner";
		regulator-name = "apc_corner";
		qcom,cpr-fuse-corners = <3>;
		qcom,cpr-fuse-corners = <3>;
		regulator-min-microvolt = <1>;
		regulator-min-microvolt = <1>;