From b2c485e963059944e8770613d079d1253bd14dd2 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Tue, 24 Oct 2023 18:07:37 +0200 Subject: [PATCH] arm64: dts: Changed heartbeat gpio led to imx8mp-somdevices.dtsi. Signed-off-by: Josep Orga --- arch/arm64/boot/dts/freescale/imx8mp-somdevices.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-somdevices.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-somdevices.dtsi index b7f1f9713b0e..52002fb7724b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-somdevices.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-somdevices.dtsi @@ -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"; }; }; @@ -964,7 +964,7 @@ pinctrl_gpio_led: gpioledgrp { fsl,pins = < - MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16 0x19 + MX8MP_IOMUXC_SAI5_RXFS__GPIO3_IO19 0x19 >; }; -- 2.17.1