ARM: dts: msm: change WLED interrupt configuration for pmi8998
Currently, WLED over-voltage and short-circuit fault interrupts are configured for both rising and falling edge. Configure them to be on rising edge alone as that should be sufficient. Change-Id: I7cdaf126c07daa9afb2c0db68ee760a9a4a2956a Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
parent
7066afbbe9
commit
75b11e217d
1 changed files with 2 additions and 2 deletions
|
@ -600,8 +600,8 @@
|
|||
<0xd900 0x100>;
|
||||
reg-names = "qpnp-wled-ctrl-base",
|
||||
"qpnp-wled-sink-base";
|
||||
interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_BOTH>,
|
||||
<0x3 0xd8 0x2 IRQ_TYPE_EDGE_BOTH>;
|
||||
interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "ovp-irq", "sc-irq";
|
||||
linux,name = "wled";
|
||||
linux,default-trigger = "bkl-trigger";
|
||||
|
|
Loading…
Add table
Reference in a new issue