From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S940049AbdEXMmI (ORCPT ); Wed, 24 May 2017 08:42:08 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:42969 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758780AbdEXMl2 (ORCPT ); Wed, 24 May 2017 08:41:28 -0400 Date: Wed, 24 May 2017 14:41:11 +0200 From: Andrew Lunn To: Ralph Sennhauser Cc: linux-arm-kernel@lists.infradead.org, Imre Kaloz , Rob Herring , Mark Rutland , Russell King , Jason Cooper , Gregory Clement , Sebastian Hesselbarth , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] ARM: dts: mvebu: add support for Linksys WRT3200ACM (Rango) Message-ID: <20170524124111.GA24341@lunn.ch> References: <20170524061647.4238-1-ralph.sennhauser@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170524061647.4238-1-ralph.sennhauser@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 24, 2017 at 08:16:46AM +0200, Ralph Sennhauser wrote: > The Linksys WRT3200ACM (Rango) is the lates Armada-385 based router in > the Linksys WRT AC Series which got released in October 2016. > > Key differences to the earlier Armada-385 based devices in the series is > a bigger flash chip, next generation wireless modules (Marvell 88W8964) > in the mini pcie slots as well as a Marvell SD8887. Finally the CPU is > clocked at 1866 GHz by default. > > The file armada-385-linksys-rango.dts is loosly based off of a DTS > authored by Imre Kaloz. > > As Rango is part of the armada-385-linksys family of boards use the > armada-385-linksys.dtsi as basis. As for functional differences to Imre > Kaloz dts, the wlan LEDs aren't connected to the expander chip pca9635 > but directly to GPIOs. Then mpp47 controls the USB2.0 port and not the > USB3.0 port, so use the correct GPIO mpp44 for it. Finally use > non-removable instead of broken-cd with the sdhci node to avoid polling. > > Other changes can be categorized as just cleanup / reorganization due to > using the armada-385-linksys.dtsi. > > URL: https://github.com/openwrt/openwrt/blob/0abc3fa5a996daf7dafdc7794ccfe3fa7e955c5a/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-rango.dts > Signed-off-by: Ralph Sennhauser > Signed-off-by: Imre Kaloz Reviewed-by: Andrew Lunn Andrew