Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751996AbbEYJBF (ORCPT ); Mon, 25 May 2015 05:01:05 -0400 Received: from down.free-electrons.com ([37.187.137.238]:55862 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751039AbbEYJBC (ORCPT ); Mon, 25 May 2015 05:01:02 -0400 Date: Mon, 25 May 2015 11:01:00 +0200 From: Antoine Tenart To: Sebastian Hesselbarth Cc: Antoine Tenart , zmxu@marvell.com, jszhang@marvell.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: berlin: add SPI nodes for BG2Q Message-ID: <20150525090100.GC29660@kwain> References: <1432126385-27402-1-git-send-email-antoine.tenart@free-electrons.com> <555D1706.7040309@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <555D1706.7040309@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 44 On Thu, May 21, 2015 at 01:21:42AM +0200, Sebastian Hesselbarth wrote: > On 20.05.2015 14:53, Antoine Tenart wrote: > >+ > >+ spi0_pmux: spi0-pmux { > >+ groups = "G8", "G9", "G10", "G11"; > >+ function = "spi1"; > >+ }; > > ... can you check which of G8-G11 are actually clock/data and which > are CSn lines? > > CSn lines should all be optional and per-board pinmux - same for the > other spi pinmux. G8 and GSM3 are for clock/data, the other groups (G9-11 and GSM0-2) control the CSn lines. I'll update. > > }; > > > > chip_rst: reset { > >@@ -473,6 +492,20 @@ > > }; > > }; > > > >+ spi1: spi@5000 { > >+ compatible = "snps,dw-apb-ssi"; > >+ reg = <0x6000 0x100>; > > s/spi@5000/spi@6000/ Oops. Antoine -- Antoine T?nart, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/