[PATCH v3 1/1] add support for Seagate BlackArmor NAS220
From: andrew@lunn.ch (Andrew Lunn)
Date: 2014-12-25 13:32:39
Also in:
linux-devicetree, lkml
From: andrew@lunn.ch (Andrew Lunn)
Date: 2014-12-25 13:32:39
Also in:
linux-devicetree, lkml
On Thu, Dec 25, 2014 at 02:08:12PM +0100, Sebastian Hesselbarth wrote:
quoted
+ 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