arm64: dts: imx8mn-somdevices: Changed heartbeat gpio led.
authorJosep Orga <jorga@somdevices.com>
Fri, 8 Oct 2021 10:28:09 +0000 (12:28 +0200)
committerJosep Orga <jorga@somdevices.com>
Mon, 11 Oct 2021 11:29:22 +0000 (13:29 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm64/boot/dts/freescale/imx8mn-somdevices.dtsi

index 22e7bb8..b34d9d2 100644 (file)
@@ -21,9 +21,9 @@
                pinctrl-0 = <&pinctrl_gpio_led>;
 
                status {
-                       label = "yellow:status";
-                       gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
+                       label = "Heartbeat";
+                       gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+                       linux,default-trigger = "heartbeat";
                };
        };
 
 
        pinctrl_gpio_led: gpioledgrp {
                fsl,pins = <
-                       MX8MN_IOMUXC_NAND_READY_B_GPIO3_IO16    0x19
+                       MX8MN_IOMUXC_GPIO1_IO10_GPIO1_IO10      0x19
                >;
        };