From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 30BECC4167B for ; Mon, 27 Nov 2023 02:54:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AjQuAQuP4WAqx3GPOG/FO6H04QJITFS5VhlbCSAI+xc=; b=biME0yoP9d6555 7BAXMvzD8PTwJxxBlPlzhwT3jmSx6EJHziTp/wJE6BQ20K9w88ZmwXb+u073fdecwqUp3wAbjSLaq qGOQ2vUkoy4aeQ6OIyyxY8fSu6HeK7/7PF/knycGBxmRXEzPLOLxA90x1vwa5MJIUsCfVcNik8H4q uDKCloh7jSRRFmw5dQConT2BOy5t+4YpcDny9KjcBIoD6uwaELPMUZkfLFdrpSqwfdy9rNHsw5TO8 S7IwznVlpQGECWnbsoYMUn2Xj8KEFeyrVPWJFGYgfFoJFh4pRGaAa1gwX5Yz7kd2jYAq8FmVBXo5f bO62dw8KONWOVM/glu6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r7RlI-000zQ7-0J; Mon, 27 Nov 2023 02:54:16 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r7RlE-000zMc-11 for linux-arm-kernel@lists.infradead.org; Mon, 27 Nov 2023 02:54:13 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id B2510B81EF3; Mon, 27 Nov 2023 02:54:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1789C433C7; Mon, 27 Nov 2023 02:54:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701053650; bh=eZ3WpAPBx6kvrkV6Ye4GMDnOn030v7zZFgp5k5HgBEo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H4TGevd0kkEOI035uYyw3q3IgIckpUqAy8rJBi1G2rMl5sqdvnAfvLt5Nj6TMOgLM h01qmMX77RTmTpo6B+4mkX6r9AfiKJcTvyilhjvScvyfAa2eW4QqqM2sdLminpTQ50 5KF3DdFy7drO71sSUxvsYiGNsve9hG5Fs4zXvp8JgIGTPS7cqDvPCgXge833muet3S Z13a2TLeaNCbqnZrVT18AEkijgMqEeoWJR6uo5ecQKoFflQ7hitZtCGv7wCW9fX8xr KLfkLzZUU9vZCqRi/2gsEOp97gohA8Cav0qR9BAYiNRgNHLm7PaquxltQXb3sfoZjR ye7t/h2yTVBvA== Date: Mon, 27 Nov 2023 10:54:02 +0800 From: Shawn Guo To: Kieran Bingham Cc: devicetree@vger.kernel.org, Marco Felsch , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , open list Subject: Re: [PATCH v2] arm64: dts: freescale: debix-som: Add heartbeat LED Message-ID: <20231127025402.GS87953@dragon> References: <20231101104307.2207938-1-kieran.bingham@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231101104307.2207938-1-kieran.bingham@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231126_185412_810086_AD05E981 X-CRM114-Status: UNSURE ( 7.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Nov 01, 2023 at 10:43:04AM +0000, Kieran Bingham wrote: > Map the 'RUN' LED present on the Debix-SOM as a heartbeat. > > Reviewed-by: Marco Felsch > Signed-off-by: Kieran Bingham Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel