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

Commit 81800201 authored by Mao Li's avatar Mao Li
Browse files

ARM: dts: msm: add node for home-row-led



Add device tree node for mpp connected home row led
for QRD 8909 skue platform.

Change-Id: I128e4d419470a32c8aa4eeefcd6f4a95efb160cd
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent 3f7a3a7a
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -67,6 +67,26 @@
	};
};

&spmi_bus {
	qcom,pm8909@0 {
		qcom,leds@a300 {
			status = "okay";
			qcom,led_mpp_4 {
				label = "mpp";
				linux,name = "button-backlight";
				linux,default-trigger = "none";
				qcom,default-state = "off";
				qcom,max-current = <40>;
				qcom,current-setting = <5>;
				qcom,id = <6>;
				qcom,mode = "manual";
				qcom,source-sel = <1>;
				qcom,mode-ctrl = <0x60>;
			};
		};
	};
};

&sdc2_cd_on {
        /delete-property/ bias-pull-up;
        bias-pull-down;