arm64: dts: Changed heartbeat gpio led.
authorJosep Orga <jorga@somdevices.com>
Tue, 10 Aug 2021 15:51:03 +0000 (17:51 +0200)
committerJosep Orga <jorga@somdevices.com>
Tue, 10 Aug 2021 15:51:03 +0000 (17:51 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
arch/arm64/boot/dts/freescale/imx8mm-somdevices.dtsi

index 7e9bb4e..35c619e 100644 (file)
@@ -35,9 +35,9 @@
                pinctrl-0 = <&pinctrl_gpio_led>;
 
                status {
-                       label = "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 = <
-                       MX8MM_IOMUXC_NAND_READY_B_GPIO3_IO16    0x19
+                       MX8MM_IOMUXC_GPIO1_IO10_GPIO1_IO10      0x19
                >;
        };