ARM: dts: msm: Enable droop and fault detection for pmicobalt flash LED
Add device tree properties to enable detection of VPH droop, short circuit and open circuit faults for flash LED on pmicobalt. CRs-Fixed: 1024187 Change-Id: I13cf07b36f7bb890a71bedb9998a937e2c60ecb0 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
This commit is contained in:
parent
88e140010a
commit
ce47dd6134
1 changed files with 8 additions and 3 deletions
|
@ -634,11 +634,16 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
reg = <0xd300 0x100>;
|
reg = <0xd300 0x100>;
|
||||||
label = "flash";
|
label = "flash";
|
||||||
interrupts = <0x3 0xd3 0x3 IRQ_TYPE_EDGE_RISING>,
|
interrupts = <0x3 0xd3 0x0 IRQ_TYPE_EDGE_RISING>,
|
||||||
<0x3 0xd3 0x4 IRQ_TYPE_EDGE_RISING>;
|
<0x3 0xd3 0x3 IRQ_TYPE_EDGE_RISING>,
|
||||||
interrupt-names = "all-ramp-down-done-irq",
|
<0x3 0xd3 0x4 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "led-fault-irq",
|
||||||
|
"all-ramp-down-done-irq",
|
||||||
"all-ramp-up-done-irq";
|
"all-ramp-up-done-irq";
|
||||||
qcom,hdrm-auto-mode;
|
qcom,hdrm-auto-mode;
|
||||||
|
qcom,short-circuit-det;
|
||||||
|
qcom,open-circuit-det;
|
||||||
|
qcom,vph-droop-det;
|
||||||
qcom,isc-delay = <192>;
|
qcom,isc-delay = <192>;
|
||||||
|
|
||||||
pmicobalt_flash0: qcom,flash_0 {
|
pmicobalt_flash0: qcom,flash_0 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue