From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3C5B717E3 for ; Mon, 27 Nov 2023 02:54:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="H4TGevd0" 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231101104307.2207938-1-kieran.bingham@ideasonboard.com> 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!