arm64: dts: Changed heartbeat gpio led to imx8mp-somdevices.dtsi.
authorJosep Orga <jorga@somdevices.com>
Tue, 24 Oct 2023 16:07:37 +0000 (18:07 +0200)
committerJosep Orga <jorga@somdevices.com>
Tue, 24 Oct 2023 16:07:37 +0000 (18:07 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm64/boot/dts/freescale/imx8mp-somdevices.dtsi

index b7f1f97..52002fb 100644 (file)
@@ -22,9 +22,9 @@
                pinctrl-0 = <&pinctrl_gpio_led>;
 
                status {
-                       label = "yellow:status";
-                       gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>;
-                       default-state = "on";
+                       label = "Heartbeat";
+                       gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;
+                       linux,default-trigger = "heartbeat";
                };
        };
 
 
        pinctrl_gpio_led: gpioledgrp {
                fsl,pins = <
-                       MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16   0x19
+                       MX8MP_IOMUXC_SAI5_RXFS__GPIO3_IO19      0x19
                >;
        };