From 2fd302ea31af00eff7d8e2c9fb13209ea6959195 Mon Sep 17 00:00:00 2001 From: Casey Connolly Date: Thu, 9 Oct 2025 11:06:34 +0200 Subject: [PATCH] arm64: dts: qcom: qcm6490-shift-otter: Enable flash LED Describe the flash LED on this phone. Signed-off-by: Casey Connolly Reviewed-by: Konrad Dybcio Signed-off-by: Luca Weiss Reviewed-by: Dmitry Baryshkov Reviewed-by: Pavel Machek Link: https://lore.kernel.org/r/20251009-otter-further-bringup-v2-4-5bb2f4a02cea@fairphone.com Signed-off-by: Bjorn Andersson --- arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts b/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts index 0ae6acbd60f55..c23dc166d5610 100644 --- a/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts +++ b/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts @@ -610,6 +610,19 @@ }; }; +&pm8350c_flash { + status = "okay"; + + led-0 { + function = LED_FUNCTION_FLASH; + color = ; + led-sources = <1>, <2>; + led-max-microamp = <500000>; + flash-max-microamp = <1500000>; + flash-max-timeout-us = <1280000>; + }; +}; + &pmk8350_adc_tm { status = "okay"; -- 2.47.3