From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932525AbbAESHT (ORCPT ); Mon, 5 Jan 2015 13:07:19 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:60860 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932103AbbAESHP (ORCPT ); Mon, 5 Jan 2015 13:07:15 -0500 Date: Mon, 5 Jan 2015 19:05:31 +0100 From: Andrew Lunn To: Evgeni Dobrev Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jason Cooper , Sebastian Hesselbarth , Gregory Clement Subject: Re: [PATCH v4 1/1] add support for Seagate BlackArmor NAS220 Message-ID: <20150105180531.GA13910@lunn.ch> References: <20141215203855.GA28940@anne> <20141228104654.GA11638@anne> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141228104654.GA11638@anne> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 28, 2014 at 11:46:54AM +0100, Evgeni Dobrev wrote: > This patch adds support for Seagate BlackArmor NAS220. > > The Seagate BlackArmor NAS 220 is a NAS system based on Marvell 88f6192. It has > 32MB NAND and 128MB DRAM. It has two SATA slots, one Gigabit Ethernet port, two > USB 2.0 ports, two buttons and three LEDs. There is a serial port available on > the CN5 connector on the board (1 - TX, 4 - RX, 6 - GND). > > The only functionality still not implemented is the bi-color led on the front > panel (status). Pins mpp22 and mpp23 control this led. Setting mpp22 to high and > mpp23 to low results in orange color. Setting mpp22 to low and mpp23 to high > results in blue color. > > The third led is wired to show the SATA activity on the two drives. > > Signed-off-by: Evgeni Dobrev Hi Evgeni I added this to mvebu/dt and will submit it for the next merge window. Thanks Andrew