From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756585AbbCRMxt (ORCPT ); Wed, 18 Mar 2015 08:53:49 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:35270 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756556AbbCRMxq (ORCPT ); Wed, 18 Mar 2015 08:53:46 -0400 Message-ID: <55097549.3070803@linaro.org> Date: Wed, 18 Mar 2015 14:53:29 +0200 From: Stanimir Varbanov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 MIME-Version: 1.0 To: Srinivas Kandagatla CC: Rob Herring , Mark Rutland , Catalin Marinas , Kumar Gala , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] DT: arm64: msm8916: add all SPI DT nodes References: <1426609532-11996-1-git-send-email-stanimir.varbanov@linaro.org> <55096F03.9060101@linaro.org> In-Reply-To: <55096F03.9060101@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/18/2015 02:26 PM, Srinivas Kandagatla wrote: > > > On 17/03/15 16:25, Stanimir Varbanov wrote: >> + >> + spi4_sleep: spi4_sleep { >> + pinmux { >> + function = "gpio"; >> + pins = "gpio12", "gpio13", "gpio14", "gpio15"; >> + > .... > >> + >> + spi5_sleep: spi4_sleep { > Will result in Duplicate node name error for "spi4_sleep" thanks for the catch, it was a typo. -- regards, Stan