Commit ebadc8a6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: add function and color to aat1290 flash LED node in Galaxy S3

Add common LED properties - the function and color - to aat1290 flash
LED node in Galaxy S3, so we can drop deprecated label property.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220620175033.130468-4-krzysztof.kozlowski@linaro.orgAcked-by: default avatarJacek Anaszewski <jacek.anaszewski@gmail.com>
parent efbf2c26
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
#include <dt-bindings/leds/common.h>
#include "exynos4412-midas.dtsi" #include "exynos4412-midas.dtsi"
/ { / {
...@@ -26,7 +27,8 @@ led-controller { ...@@ -26,7 +27,8 @@ led-controller {
pinctrl-2 = <&camera_flash_isp>; pinctrl-2 = <&camera_flash_isp>;
led { led {
label = "flash"; function = LED_FUNCTION_FLASH;
color = <LED_COLOR_ID_WHITE>;
led-max-microamp = <520833>; led-max-microamp = <520833>;
flash-max-microamp = <1012500>; flash-max-microamp = <1012500>;
flash-max-timeout-us = <1940000>; flash-max-timeout-us = <1940000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment