Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10238adb authored by Ingi Kim's avatar Ingi Kim Committed by Jacek Anaszewski
Browse files

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: default avatarIngi Kim <ingi2.kim@samsung.com>
Signed-off-by: default avatarJacek Anaszewski <j.anaszewski@samsung.com>
parent 51167623
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ Required properties of the LED child node:
- flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
                       Maximum flash LED supply current can be calculated using
                       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
                         formula: T = 8.82 * 10^9 * Ct.

@@ -54,7 +54,7 @@ aat1290 {
		label = "aat1290-flash";
		led-max-microamp = <520833>;
		flash-max-microamp = <1012500>;
		flash-timeout-us = <1940000>;
		flash-max-timeout-us = <1940000>;
	};
};