From 65be6990b13948c7f5e40f3ac86e95ce3b8267e7 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Fri, 8 Oct 2021 12:28:09 +0200 Subject: [PATCH] arm64: dts: imx8mn-somdevices: Changed heartbeat gpio led. Signed-off-by: Josep Orga --- arch/arm64/boot/dts/freescale/imx8mn-somdevices.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mn-somdevices.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-somdevices.dtsi index 22e7bb8c4d51..b34d9d223768 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-somdevices.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn-somdevices.dtsi @@ -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"; }; }; @@ -702,7 +702,7 @@ pinctrl_gpio_led: gpioledgrp { fsl,pins = < - MX8MN_IOMUXC_NAND_READY_B_GPIO3_IO16 0x19 + MX8MN_IOMUXC_GPIO1_IO10_GPIO1_IO10 0x19 >; }; -- 2.17.1