diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-26 18:24:19 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-26 18:24:18 -0800 |
| commit | 0e5d9545a0d68ff3260846c43091618262f35fa4 (patch) | |
| tree | e0027408b2e2242b133a8bb949ee9398bf8fc942 | |
| parent | 4163e93ce535eb9546f5db370499c5e5a8c2fe59 (diff) | |
| parent | cbfc55e3b427700e3eb98765a9cf578041763873 (diff) | |
Merge "ARM: dts: msm: set wled string/full scale current for QRD8998 SKUK"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi b/arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi index 22a72f8daef7..07a0e6e6d5ad 100644 --- a/arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi +++ b/arch/arm/boot/dts/qcom/msm8998-qrd-skuk.dtsi @@ -306,6 +306,11 @@ status = "okay"; }; +&pmi8998_wled { + qcom,led-strings-list = [00 01]; + qcom,fs-curr-ua = <20000>; +}; + &tlmm { /* add pingrp for touchscreen */ pmx_ts_rst_active { |
