From f657fd36baee4f714befae00cbc5ff41f47284a7 Mon Sep 17 00:00:00 2001 From: Devesh Jhunjhunwala Date: Tue, 14 Jun 2016 11:52:02 -0700 Subject: ARM: dts: msm: Add current property for flash-led for pmicobalt Add the qcom,current-ma property which is used to specify the default current value to be used for the flash and torch devices. This property is used by clients of the flash device. CRs-Fixed: 1024187 Change-Id: I3670eaa65efc9d1efb29fb30500fb9067885b446 Signed-off-by: Devesh Jhunjhunwala --- arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi | 6 ++++++ 1 file changed, 6 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 4453b236e1b2..41a2a63adaa0 100644 --- a/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pmicobalt.dtsi @@ -567,6 +567,7 @@ qcom,max-current = <1500>; qcom,default-led-trigger = "flash0_trigger"; qcom,id = <0>; + qcom,current-ma = <1000>; qcom,duration-ms = <1280>; qcom,ires-ua = <12500>; qcom,hdrm-voltage-mv = <325>; @@ -579,6 +580,7 @@ qcom,max-current = <1500>; qcom,default-led-trigger = "flash1_trigger"; qcom,id = <1>; + qcom,current-ma = <1000>; qcom,duration-ms = <1280>; qcom,ires-ua = <12500>; qcom,hdrm-voltage-mv = <325>; @@ -591,6 +593,7 @@ qcom,max-current = <750>; qcom,default-led-trigger = "flash2_trigger"; qcom,id = <2>; + qcom,current-ma = <500>; qcom,duration-ms = <1280>; qcom,ires-ua = <12500>; qcom,hdrm-voltage-mv = <325>; @@ -606,6 +609,7 @@ qcom,max-current = <500>; qcom,default-led-trigger = "torch0_trigger"; qcom,id = <0>; + qcom,current-ma = <300>; qcom,ires-ua = <12500>; qcom,hdrm-voltage-mv = <325>; qcom,hdrm-vol-hi-lo-win-mv = <100>; @@ -617,6 +621,7 @@ qcom,max-current = <500>; qcom,default-led-trigger = "torch1_trigger"; qcom,id = <1>; + qcom,current-ma = <300>; qcom,ires-ua = <12500>; qcom,hdrm-voltage-mv = <325>; qcom,hdrm-vol-hi-lo-win-mv = <100>; @@ -628,6 +633,7 @@ qcom,max-current = <500>; qcom,default-led-trigger = "torch2_trigger"; qcom,id = <2>; + qcom,current-ma = <300>; qcom,ires-ua = <12500>; qcom,hdrm-voltage-mv = <325>; qcom,hdrm-vol-hi-lo-win-mv = <100>; -- cgit v1.2.3