From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760046AbbJ3Rzb (ORCPT ); Fri, 30 Oct 2015 13:55:31 -0400 Received: from ducie-dc1.codethink.co.uk ([185.25.241.215]:53426 "EHLO ducie-dc1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750834AbbJ3Rza (ORCPT ); Fri, 30 Oct 2015 13:55:30 -0400 Date: Fri, 30 Oct 2015 17:55:24 +0000 From: Edward Cragg To: Edward Cragg Cc: linux-arm-kernel@lists.infradead.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Carlo Caione , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] ARM: meson: Add status LED for Odroid-C1 Message-ID: <20151030175524.GD21307@codethink.co.uk> References: <1444401430-4396-1-git-send-email-edward.cragg@codethink.co.uk> <1444401430-4396-2-git-send-email-edward.cragg@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444401430-4396-2-git-send-email-edward.cragg@codethink.co.uk> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 09, 2015 at 03:37:10PM +0100, Edward Cragg wrote: > Add the blue status LED to the Hardkernel Odroid C1 board DTS. > This is the only programmable LED on the board. > > Signed-off-by: Edward Cragg > --- > arch/arm/boot/dts/meson8b-odroidc1.dts | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > Hi, has anyone had a chance to have a look at this yet? I originally forgot to add that this patch is dependent on: [PATCH v2 0/4] Add support for Amlogic Meson8b and couple of boards which has already been accepted. Ed