diff options
| author | Casey Connolly <casey.connolly@linaro.org> | 2025-10-09 12:06:34 +0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-10-27 19:46:12 +0300 |
| commit | 2fd302ea31af00eff7d8e2c9fb13209ea6959195 (patch) | |
| tree | db89a90ee8f636e3d3b107b8c2f901c0d8706ba9 | |
| parent | f404fdcb50021fdad6bc734d69468cc777901a80 (diff) | |
| download | linux-2fd302ea31af00eff7d8e2c9fb13209ea6959195.tar.xz | |
arm64: dts: qcom: qcm6490-shift-otter: Enable flash LED
Describe the flash LED on this phone.
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
Link: https://lore.kernel.org/r/20251009-otter-further-bringup-v2-4-5bb2f4a02cea@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts b/arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts index 0ae6acbd60f5..c23dc166d561 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_COLOR_ID_WHITE>; + led-sources = <1>, <2>; + led-max-microamp = <500000>; + flash-max-microamp = <1500000>; + flash-max-timeout-us = <1280000>; + }; +}; + &pmk8350_adc_tm { status = "okay"; |
