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

Commit abc6fe1b authored by Jie Cheng's avatar Jie Cheng
Browse files

Disable the PMIC keypad led feature for SKUG board



The SKUG board is using the MSM gpio 34 to control the keypad
led. So it is necessary to disable the PMIC keypad led feature
for SKUG board.

Change-Id: I1fbdcbc32baf8f2295a6574576d104a1d3e2a3ff
Signed-off-by: default avatarJie Cheng <rockiec@codeaurora.org>
parent 755548f9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -75,6 +75,14 @@
	};
};

&spmi_bus {
	qcom,pm8226@0 {
		qcom,leds@a100 {
			status = "disable";
			};
		};
};

&qrd_batterydata {
	qcom,rpull-up-kohm = <100>;
	qcom,vref-batt-therm = <1800000>;