ARM: dts: msm: Remove WLED short circuit properties for PM660
WLED module does not have the SC protection feature on PM660l. Hence remove the SC properties from the WLED device tree node. CRs-Fixed: 2071302 Change-Id: I45ea0b7581780988b51ab3665c08d8a67a3ce4d3 Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
This commit is contained in:
parent
6cec3ff5eb
commit
0fd1ce1807
1 changed files with 2 additions and 4 deletions
|
@ -250,9 +250,8 @@
|
|||
<0xd900 0x100>;
|
||||
reg-names = "qpnp-wled-ctrl-base",
|
||||
"qpnp-wled-sink-base";
|
||||
interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "ovp-irq", "sc-irq";
|
||||
interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "ovp-irq";
|
||||
linux,name = "wled";
|
||||
linux,default-trigger = "bkl-trigger";
|
||||
qcom,fdbk-output = "auto";
|
||||
|
@ -268,7 +267,6 @@
|
|||
qcom,fs-curr-ua = <25000>;
|
||||
qcom,cons-sync-write-delay-us = <1000>;
|
||||
qcom,led-strings-list = [00 01 02];
|
||||
qcom,en-ext-pfet-sc-pro;
|
||||
qcom,loop-auto-gm-en;
|
||||
qcom,pmic-revid = <&pm660l_revid>;
|
||||
status = "ok";
|
||||
|
|
Loading…
Add table
Reference in a new issue