From: Josep Orga Date: Tue, 24 Oct 2023 16:07:37 +0000 (+0200) Subject: arm64: dts: Changed heartbeat gpio led to imx8mp-somdevices.dtsi. X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.3~14 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=b2c485e963059944e8770613d079d1253bd14dd2;p=linux.git arm64: dts: Changed heartbeat gpio led to imx8mp-somdevices.dtsi. Signed-off-by: Josep Orga --- 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 >; };