diff mbox series

[v3,5/5] ARM: dts: qcom: msm8974-hammerhead: Enable and configure flash LED node

Message ID 20210803162641.1525980-6-nfraprado@collabora.com
State New
Headers show
Series Add support for QCOM SPMI Flash LEDs | expand

Commit Message

NĂ­colas F. R. A. Prado Aug. 3, 2021, 4:26 p.m. UTC
Enable the flash LED node from PM8941 and configure the LEDs. This
enables the Nexus 5 to make use of the LEDs as flash or lantern.

Signed-off-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
---

Added in v3

 .../qcom-msm8974-lge-nexus5-hammerhead.dts    | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts b/arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
index 30ee913faae6..78ac56be81b3 100644
--- a/arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
+++ b/arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
@@ -759,4 +759,24 @@  otg {
 			};
 		};
 	};
+
+	pm8941@1 {
+		spmi-flash-leds@d300 {
+			status = "okay";
+
+			led@0 {
+				led-max-microamp = <200000>;
+				flash-max-microamp = <1000000>;
+				flash-max-timeout-us = <1280000>;
+				default-state = "off";
+			};
+
+			led@1 {
+				led-max-microamp = <200000>;
+				flash-max-microamp = <1000000>;
+				flash-max-timeout-us = <1280000>;
+				default-state = "off";
+			};
+		};
+	};
 };