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

Commit 6017e856 authored by Shantanu Jain's avatar Shantanu Jain
Browse files

ARM: dts: msm: Add node for home-row-led for 8916



Add node for home-row-led for 8916.

Change-Id: I817a29229d748e3cc15ed8d34a8db654a33e06ab
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 7edbae3d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -303,6 +303,12 @@
						  "fsm_state_change";
			};
		};

		qcom,leds@a100 {
			compatible = "qcom,leds-qpnp";
			reg = <0xa100 0x100>;
			label = "mpp";
		};
	};

	qcom,pm8916@1 {
+20 −0
Original line number Diff line number Diff line
@@ -282,3 +282,23 @@
&pm8916_chg {
	status = "ok";
};

&spmi_bus {
	qcom,pm8916@0 {
		qcom,leds@a100 {
			status = "okay";
			qcom,led_mpp_2 {
				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>;
			};
		};
	};
};
+20 −0
Original line number Diff line number Diff line
@@ -286,3 +286,23 @@
	status = "ok";
	qcom,battery-data = <&mtp_batterydata>;
};

&spmi_bus {
	qcom,pm8916@0 {
		qcom,leds@a100 {
			status = "okay";
			qcom,led_mpp_2 {
				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>;
			};
		};
	};
};