mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 19:27:13 +00:00
leds: aat1290: Fix property naming of flash-timeout-us
flash-timeout-us property name is changed to flash-max-timeout-us. This patch fixes that name. Signed-off-by: Ingi Kim <ingi2.kim@samsung.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
This commit is contained in:
parent
511676230b
commit
10238adb6f
@ -27,9 +27,9 @@ Required properties of the LED child node:
|
|||||||
- flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
|
- flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
|
||||||
Maximum flash LED supply current can be calculated using
|
Maximum flash LED supply current can be calculated using
|
||||||
following formula: I = 1A * 162kohm / Rset.
|
following formula: I = 1A * 162kohm / Rset.
|
||||||
- flash-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
|
- flash-max-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
|
||||||
Maximum flash timeout can be calculated using following
|
Maximum flash timeout can be calculated using following
|
||||||
formula: T = 8.82 * 10^9 * Ct.
|
formula: T = 8.82 * 10^9 * Ct.
|
||||||
|
|
||||||
Optional properties of the LED child node:
|
Optional properties of the LED child node:
|
||||||
- label : see Documentation/devicetree/bindings/leds/common.txt
|
- label : see Documentation/devicetree/bindings/leds/common.txt
|
||||||
@ -54,7 +54,7 @@ aat1290 {
|
|||||||
label = "aat1290-flash";
|
label = "aat1290-flash";
|
||||||
led-max-microamp = <520833>;
|
led-max-microamp = <520833>;
|
||||||
flash-max-microamp = <1012500>;
|
flash-max-microamp = <1012500>;
|
||||||
flash-timeout-us = <1940000>;
|
flash-max-timeout-us = <1940000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user