Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755930AbaDGXxH (ORCPT ); Mon, 7 Apr 2014 19:53:07 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:47892 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754665AbaDGXxE (ORCPT ); Mon, 7 Apr 2014 19:53:04 -0400 MIME-Version: 1.0 In-Reply-To: <1391700529-11816-2-git-send-email-iivanov@mm-sol.com> References: <1391700529-11816-1-git-send-email-iivanov@mm-sol.com> <1391700529-11816-2-git-send-email-iivanov@mm-sol.com> Date: Mon, 7 Apr 2014 18:53:02 -0500 Message-ID: Subject: Re: [PATCH 2/2] ARM: dts: MSM8974: Add pinctrl node From: Timur Tabi To: "Ivan T. Ivanov" Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , devicetree@vger.kernel.org, lkml , linux-arm-msm@vger.kernel.org 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 Thu, Feb 6, 2014 at 9:28 AM, Ivan T. Ivanov wrote: > + spi8_default: spi8_default { > + mosi { > + pins = "gpio45"; > + function = "blsp_spi8"; > + }; > + miso { > + pins = "gpio46"; > + function = "blsp_spi8"; > + }; > + cs { > + pins = "gpio47"; > + function = "blsp_spi8"; > + }; > + clk { > + pins = "gpio48"; > + function = "blsp_spi8"; > + }; I'm confused by this. Isn't this information already defined in the pinctrl-msm8x74.c driver? static const char * const blsp_spi8_groups[] = { "gpio45", "gpio46", "gpio47", "gpio48" }; -- 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/