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

Commit c4bf9abc authored by Tanya Finkel's avatar Tanya Finkel Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Inserted notification LED configuration for SBC8084



One of the generic LEDs on SBC8084 platform need to be configured as
notification LED

Change-Id: I137c8cf482fc286f6f7e1a8c2ca0f6979956e0c4
Signed-off-by: default avatarTanya Finkel <tfinkel@codeaurora.org>
parent a70865b9
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -495,3 +495,24 @@
&pcie0 {
	vreg-3.3-supply = <&vph_pwr_vreg>;
};

&spmi_bus {
	qcom,pma8084@0 {
		qcom,leds@c900 {
			compatible = "qcom,leds-qpnp";
			reg = <0xc900 0x100>;
			status = "okay";
			qcom,led_gpio_10 {
				label = "mpp";
				linux,name = "led:notification";
				linux,default-trigger = "notification";
				qcom,default-state = "on";
				qcom,max-current = <40>;
				qcom,id = <6>;
				qcom,source-sel = <1>;
				qcom,mode-ctrl = <0x60>;
				qcom,mode = "manual";
			};
		};
	};
};