ARM: dts: imx6qdl-vicut1.dtsi: Fix LED names

The names should be consistent with the names in imx6dl-victgo.dts

This patch is preparation to unify vicut1 and victgo DTs.

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
David Jander
2022-04-19 06:48:12 +02:00
committed by Shawn Guo
parent f6d8a739b3
commit 1a0e71889d

View File

@@ -90,21 +90,21 @@
pinctrl-0 = <&pinctrl_leds>;
led-0 {
label = "LED_DI0_DEBUG_0";
label = "debug0";
function = LED_FUNCTION_HEARTBEAT;
gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
led-1 {
label = "LED_DI0_DEBUG_1";
label = "debug1";
function = LED_FUNCTION_DISK;
gpios = <&gpio4 17 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "disk-activity";
};
led-2 {
label = "POWER_LED";
label = "power_led";
function = LED_FUNCTION_POWER;
gpios = <&gpio2 24 GPIO_ACTIVE_HIGH>;
default-state = "on";