diff options
author | Ingi Kim <ingi2.kim@samsung.com> | 2015-05-11 16:40:28 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:45:18 +0900 |
commit | b043013bfd39f14078a3752a8980054c4b3bd0f3 (patch) | |
tree | a1e3f4634c42aba4c36dcb40cd012327eadb5967 /Documentation | |
parent | 980f5e78fd4360a354d6fe20c81db7fcbb1f91cc (diff) |
Fix binding documentation following bingding rule
Accodrding to the rule, This patch fixes binding documentation
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-ktd2692.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-ktd2692.txt b/Documentation/devicetree/bindings/leds/leds-ktd2692.txt index cf45492be939..853737452580 100644 --- a/Documentation/devicetree/bindings/leds/leds-ktd2692.txt +++ b/Documentation/devicetree/bindings/leds/leds-ktd2692.txt @@ -11,34 +11,34 @@ Also, When the AUX pin is pulled high while CTRL pin is high, LED current will be ramped up to the flash-mode current level. Required properties: -- compatible: "kinetic,ktd2692" -- ctrl-gpio : gpio pin in order control CTRL pin -- aux-gpio : gpio pin in order control AUX pin +- compatible : Should be "kinetic,ktd2692". +- ctrl-gpios : Specifier of the GPIO connected to CTRL pin. +- aux-gpios : Specifier of the GPIO connected to AUX pin. Optional properties: -- vin-supply : "vin" LED supply (2.7V to 5.5V) +- vin-supply : "vin" LED supply (2.7V to 5.5V). See Documentation/devicetree/bindings/regulator/regulator.txt A discrete LED element connected to the device must be represented by a child -node - see Documentation/devicetree/bindings/leds/common.txt. +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) + 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 + Formula : I(mA) = 15000 / Rset. +- flash-max-timeout-us : Flash LED maximum timeout. Optional properties for flash LED child nodes: -- label : see Documentation/devicetree/bindings/leds/common.txt +- label : See Documentation/devicetree/bindings/leds/common.txt Example: ktd2692 { compatible = "kinetic,ktd2692"; - ctrl-gpio = <&gpc0 1 0>; - aux-gpio = <&gpc0 2 0>; + ctrl-gpios = <&gpc0 1 0>; + aux-gpios = <&gpc0 2 0>; vin-supply = <&vbat>; flash-led { |