From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Thu, 25 Dec 2014 14:31:09 +0100 Subject: [PATCH v3 1/1] add support for Seagate BlackArmor NAS220 In-Reply-To: <549C0C3C.8060601@gmail.com> References: <20141215203855.GA28940@anne> <20141222125750.GA29163@anne> <549C0C3C.8060601@gmail.com> Message-ID: <20141225133109.GI19265@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Dec 25, 2014 at 02:08:12PM +0100, Sebastian Hesselbarth wrote: > >+ status = "okay"; > >+ }; > >+ > >+ sata at 80000 { > >+ status = "okay"; > >+ nr-ports = <2>; > > I need some update from the other mvebu guys here: Do we have SATA > PHY nodes in v3.19 for Kirkwood already? If so, please update to the > new binding. Hi Sebastian I'm not sure what you mean here. The binding Documentation says: Required Properties: - compatibility : "marvell,orion-sata" or "marvell,armada-370-sata" - reg : Address range of controller - interrupts : Interrupt controller is using - nr-ports : Number of SATA ports in use. Optional Properties: - phys : List of phandles to sata phys - phy-names : Should be "0", "1", etc, one number per phandle The optional phys/phy-names have just been added to kirkwood-6192.dtsi. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v3 1/1] add support for Seagate BlackArmor NAS220 Date: Thu, 25 Dec 2014 14:31:09 +0100 Message-ID: <20141225133109.GI19265@lunn.ch> References: <20141215203855.GA28940@anne> <20141222125750.GA29163@anne> <549C0C3C.8060601@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <549C0C3C.8060601@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Sebastian Hesselbarth Cc: Evgeni Dobrev , devicetree@vger.kernel.org, Jason Cooper , Sebastian Hesselbarth , linux-kernel@vger.kernel.org, Gregory Clement , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Thu, Dec 25, 2014 at 02:08:12PM +0100, Sebastian Hesselbarth wrote: > >+ status = "okay"; > >+ }; > >+ > >+ sata@80000 { > >+ status = "okay"; > >+ nr-ports = <2>; > > I need some update from the other mvebu guys here: Do we have SATA > PHY nodes in v3.19 for Kirkwood already? If so, please update to the > new binding. Hi Sebastian I'm not sure what you mean here. The binding Documentation says: Required Properties: - compatibility : "marvell,orion-sata" or "marvell,armada-370-sata" - reg : Address range of controller - interrupts : Interrupt controller is using - nr-ports : Number of SATA ports in use. Optional Properties: - phys : List of phandles to sata phys - phy-names : Should be "0", "1", etc, one number per phandle The optional phys/phy-names have just been added to kirkwood-6192.dtsi. Andrew