diff options
author | Ingi Kim <ingi2.kim@samsung.com> | 2015-05-06 17:07:59 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:44:57 +0900 |
commit | a072d26f0164389a6d7f4ad89b86fe60ff877626 (patch) | |
tree | be704d1d4de8aaa81cbb61def8a47fbcf0ef73e4 /Documentation | |
parent | d245fafe51217394bb343052a816d90e1038a887 (diff) |
LOCAL / leds: ktd2692: Add description of led-max-microamp property for FLASH LED
This patch adds description of led-max-microamp property for FLASH LED
Signed-off-by: Ingi Kim <ingi2.kim@samsung.com>
Acked-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-ktd2692.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-ktd2692.txt b/Documentation/devicetree/bindings/leds/leds-ktd2692.txt index 708f2d45981f..cf45492be939 100644 --- a/Documentation/devicetree/bindings/leds/leds-ktd2692.txt +++ b/Documentation/devicetree/bindings/leds/leds-ktd2692.txt @@ -24,6 +24,8 @@ node - see Documentation/devicetree/bindings/leds/common.txt. Required properties for flash LED child nodes: See Documentation/devicetree/bindings/leds/common.txt +- led-max-microamp : Minimum Threshold for Timer protection + is defined internally (Maximum 300mA) - flash-max-microamp : Flash LED maximum current Formula : I(mA) = 15000 / Rset - flash-max-timeout-us : Flash LED maximum timeout @@ -41,6 +43,7 @@ ktd2692 { flash-led { label = "ktd2692-flash"; + led-max-microamp = <300000>; flash-max-microamp = <1500000>; flash-max-timeout-us = <1835000>; }; |