Commit 06a0d542 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Vignesh Raghavendra

arm64: dts: ti: k3-am64-tqma64xxl-mbax4xxl: update gpio-led configuration

Replace the deprecated label property with color/function.
Signed-off-by: default avatarMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Link: https://lore.kernel.org/r/79cb3cdfed19962ce0d4ae558de897695658a81f.1695901360.git.matthias.schiffer@ew.tq-group.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 92039884
......@@ -8,6 +8,7 @@
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/net/ti-dp83867.h>
#include <dt-bindings/phy/phy.h>
#include <dt-bindings/pwm/pwm.h>
......@@ -59,12 +60,14 @@ gpio-leds {
pinctrl-0 = <&mcu_gpio_leds_pins>;
led-0 {
label = "led0";
gpios = <&mcu_gpio0 8 GPIO_ACTIVE_HIGH>;
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_INDICATOR;
};
led-1 {
label = "led1";
gpios = <&mcu_gpio0 9 GPIO_ACTIVE_HIGH>;
color = <LED_COLOR_ID_YELLOW>;
function = LED_FUNCTION_INDICATOR;
};
};
......
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