From 6b49283ec846e9fd68244e5fae0ee19865042d7a Mon Sep 17 00:00:00 2001 From: Devesh Jhunjhunwala Date: Fri, 3 Jun 2016 12:29:13 -0700 Subject: ARM: dts: msm: Add interrupts to flash-led device for pmicobalt Add the all-ramp-up-done and all-ramp-down-done interrupts to the flash-led device for pmicobalt. These interrupts will be used to notify the flash-led clients when all leds have completed ramping up or down after the flash is triggered. CRs-Fixed: 921325 Change-Id: I39a6ba34e43dab8035bf232d0e640e72d7a34575 Signed-off-by: Devesh Jhunjhunwala --- arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch') diff --git a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi index 47ba50ab8270..1cce033743fc 100644 --- a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi @@ -634,6 +634,10 @@ status = "okay"; reg = <0xd300 0x100>; label = "flash"; + interrupts = <0x3 0xd3 0x3 IRQ_TYPE_EDGE_RISING>, + <0x3 0xd3 0x4 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "all-ramp-down-done-irq", + "all-ramp-up-done-irq"; qcom,hdrm-auto-mode; qcom,isc-delay = <192>; -- cgit v1.2.3