Re: [PATCH v4 1/3] net: mvneta: introduce compatible string "marvell,armada-xp-neta"

2015-06-30 Thread Thomas Petazzoni
Dear Simon Guinot, On Tue, 30 Jun 2015 16:20:20 +0200, Simon Guinot wrote: > The mvneta driver supports the Ethernet IP found in the Armada 370, XP, > 380 and 385 SoCs. Since at least one more hardware feature is available > for the Armada XP SoCs then a way to identify them is needed. > > This p

[PATCH v4 1/3] net: mvneta: introduce compatible string "marvell,armada-xp-neta"

2015-06-30 Thread Simon Guinot
The mvneta driver supports the Ethernet IP found in the Armada 370, XP, 380 and 385 SoCs. Since at least one more hardware feature is available for the Armada XP SoCs then a way to identify them is needed. This patch introduces a new compatible string "marvell,armada-xp-neta". Signed-off-by: Simo