From: Matthias Schiffer Date: Thu, 28 Sep 2023 11:45:13 +0000 (+0200) Subject: arm64: dts: ti: k3-am64-tqma64xxl-mbax4xxl: update gpio-led configuration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=06a0d54202e0de04e62c1991d39d6c7595f0d88a;p=linux.git arm64: dts: ti: k3-am64-tqma64xxl-mbax4xxl: update gpio-led configuration Replace the deprecated label property with color/function. Signed-off-by: Matthias Schiffer Link: https://lore.kernel.org/r/79cb3cdfed19962ce0d4ae558de897695658a81f.1695901360.git.matthias.schiffer@ew.tq-group.com Signed-off-by: Vignesh Raghavendra --- diff --git a/arch/arm64/boot/dts/ti/k3-am642-tqma64xxl-mbax4xxl.dts b/arch/arm64/boot/dts/ti/k3-am642-tqma64xxl-mbax4xxl.dts index 1cb44fb9d2729..d95d80076a427 100644 --- a/arch/arm64/boot/dts/ti/k3-am642-tqma64xxl-mbax4xxl.dts +++ b/arch/arm64/boot/dts/ti/k3-am642-tqma64xxl-mbax4xxl.dts @@ -8,6 +8,7 @@ #include #include +#include #include #include #include @@ -59,12 +60,14 @@ pinctrl-0 = <&mcu_gpio_leds_pins>; led-0 { - label = "led0"; gpios = <&mcu_gpio0 8 GPIO_ACTIVE_HIGH>; + color = ; + function = LED_FUNCTION_INDICATOR; }; led-1 { - label = "led1"; gpios = <&mcu_gpio0 9 GPIO_ACTIVE_HIGH>; + color = ; + function = LED_FUNCTION_INDICATOR; }; };