From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756705Ab2HTO1o (ORCPT ); Mon, 20 Aug 2012 10:27:44 -0400 Received: from mail-vc0-f174.google.com ([209.85.220.174]:58033 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753912Ab2HTO1m (ORCPT ); Mon, 20 Aug 2012 10:27:42 -0400 MIME-Version: 1.0 In-Reply-To: <1344689809-6223-8-git-send-email-sebastian.hesselbarth@gmail.com> References: <1344689809-6223-1-git-send-email-sebastian.hesselbarth@gmail.com> <1344689809-6223-8-git-send-email-sebastian.hesselbarth@gmail.com> Date: Mon, 20 Aug 2012 16:27:41 +0200 Message-ID: Subject: Re: [PATCH 07/11] ARM: mvebu: Add pinctrl support to Armada XP SoCs From: Linus Walleij To: Sebastian Hesselbarth Cc: Thomas Petazzoni , Grant Likely , Rob Herring , Rob Landley , Russell King , Lior Amsalem , Andrew Lunn , Gregory CLEMENT , Ben Dooks , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth wrote: > From: Thomas Petazzoni > > This commits adds the necessary device tree information to define the > compatible property for the pinctrl driver instance of Armada XP SoCs. > > Until now, the device tree representation considered the Armada XP as > a single SoC. But in fact, there are three different SoCs in the > Armada XP families, with different number of CPU cores, different > number of Ethernet interfaces... and different number of muxable pins > or functions. We therefore introduce three armada-xp-mv78xx0.dtsi for > the three SoCs of the Armada XP family. The current armada-xp-db.dts > evaluation board uses the MV78460 variant of the SoC. > > Signed-off-by: Thomas Petazzoni FWIW: Acked-by: Linus Walleij Yours, Linus Walleij