From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] net: dsa: mv88e6xxx: Add MV88E6352 DT compatible Date: Wed, 12 Sep 2018 01:32:51 +0200 Message-ID: <20180911233251.GE11474@lunn.ch> References: <20180911221536.12993-1-marex@denx.de> <20180911231246.GB11474@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Marek Vasut Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:59568 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725975AbeILEe1 (ORCPT ); Wed, 12 Sep 2018 00:34:27 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > compatible = "marvell,mv88e6352", "marvell,mv88e6085"; Just "marvell,mv88e6085"; Please take a look at all the other DT files using the Marvell chips. You will only ever find "marvell,mv88e6085" or "marvell,mv88e6190", because everything is compatible to one of these two. Andrew