Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752804AbcDCJ4q (ORCPT ); Sun, 3 Apr 2016 05:56:46 -0400 Received: from caladan.dune.hu ([78.24.191.180]:39434 "EHLO arrakis.dune.hu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752491AbcDCJ4o (ORCPT ); Sun, 3 Apr 2016 05:56:44 -0400 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Andrew Lunn" , "Bert Vermeulen" Cc: "Mark Rutland" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "Russell King" , "Pawel Moll" , "Ian Campbell" , "open list" , "Rob Herring" , "moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x, ..." , "Kumar Gala" , "Gregory Clement" , "Jason Cooper" , "Sebastian Hesselbarth" Subject: Re: [PATCH] ARM: dts: kirkwood: Add DTS for Linksys EA4200v2/EA4500 References: <1459601753-31193-1-git-send-email-bert@biot.com> Date: Sun, 03 Apr 2016 11:56:36 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Imre Kaloz" Organization: OpenWrt Message-ID: In-Reply-To: <1459601753-31193-1-git-send-email-bert@biot.com> User-Agent: Opera Mail/12.16 (Linux) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 703 Lines: 30 On Sat, 02 Apr 2016 14:55:52 +0200, Bert Vermeulen wrote: > This platform is based on a Marvell 88E6282 SoC and 88E6171 switch. > > The DSA port labels follow the switchdev convention. > > Signed-off-by: Bert Vermeulen > --- /dev/null > +++ b/arch/arm/boot/dts/kirkwood-candyhouse.dts Candyhouse is the name of the platform, not the router. please use arch/arm/boot/dts/kirkwood-linksys-viper.dts > + model = "Linksys Candyhouse (E4200v2 / EA4500)"; > + compatible = "linksys,ea4500", "linksys,e4200v2", > "marvell,kirkwood-88f6282", "marvell,kirkwood"; The EA4200v2 is the same as the EA4500. The name is viper, so compatible = "linksys,viper" Best, Imre