From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Sat, 30 Mar 2013 20:24:24 -0400 Subject: [PATCH] arm: mvebu: Add GPIO LEDs to Mirabox board In-Reply-To: <1364523024-20306-1-git-send-email-ryan@presslab.us> References: <1364523024-20306-1-git-send-email-ryan@presslab.us> Message-ID: <20130331002424.GF13280@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 28, 2013 at 07:10:24PM -0700, Ryan Press wrote: > Add the three external LED definitions to the device tree file on > the Mirabox. > > The Mirabox user guide calls out one as a power LED, and the other > two are defined for WiFi, but as the current mwifiex drivers don't > have LED support, we make them status LEDs. > > These have been tested working by writing to the appropriate > /sys/class/leds trigger. > > Signed-off-by: Ryan Press > --- > arch/arm/boot/dts/armada-370-mirabox.dts | 37 ++++++++++++++++++++++++++++++++ > 1 file changed, 37 insertions(+) Applied to mvebu/dt thx, Jason.