From patchwork Wed May 25 16:06:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 68626 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp1301378qge; Wed, 25 May 2016 09:09:29 -0700 (PDT) X-Received: by 10.98.8.69 with SMTP id c66mr6961998pfd.47.1464192569497; Wed, 25 May 2016 09:09:29 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id vb10si13530581pab.56.2016.05.25.09.09.29; Wed, 25 May 2016 09:09:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932531AbcEYQHl (ORCPT + 30 others); Wed, 25 May 2016 12:07:41 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:37747 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932487AbcEYQHf (ORCPT ); Wed, 25 May 2016 12:07:35 -0400 Received: by mail-wm0-f42.google.com with SMTP id z87so68696584wmh.0 for ; Wed, 25 May 2016 09:07:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=cbYXnMz46mhUnDFxMceR+hauP2DJK+nHkauZpxsrXLg=; b=hSiEbySHbya4SyZOVnkFAAvGI0Hu1XyakuuCkXnDrWh/ivEF31ak3iITkUOHcuHg+9 jOh1uaUhYi0MLgdhIamDhILdtG6v5nMwFC62A9yaRhxDvWq60V4ubI7d1x2wyb+XQFHT m6SYpiE5DrqUxIdOEOo9TaTZZifWoWMujKnj8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=cbYXnMz46mhUnDFxMceR+hauP2DJK+nHkauZpxsrXLg=; b=NmYaklWKLW6aa74V09kXtCkkR8iqpSbtsOZQmlzh9X4EjZCbPHN9Aeo64cfXLrTKzX 7dC/5iV1trWHFRm2B7nPsHXtPR2lHgDm0qIj5ANKLkefeeOI8bD9TlNEPOI8BmbPfYCh n8BWamlc7Vw0Fljgmzn0mKl0i2ibDfcOk4ijjZ+wtNqifp7WkyT+40LHp8a84tyfng9h kikC3lJK1LBXYWIUgGLCFDbQkV/90yXUWzEaIeLyImO7HRjc/hjKmeMuOZDyHfSyLtNu ZX2W/n3M7wQXELz5dcraEkx40OY2ICuj5HE8PUU0ZAluzxRXt47tj8N2cHOui8HoasDC sGaQ== X-Gm-Message-State: ALyK8tIysiC0dRHHf9bnVSHi2pYiYdoaxnfeUhn+7XVd6QBlwMyN8KzmIvaajV9vEpu4UEWF X-Received: by 10.28.214.137 with SMTP id n131mr4317099wmg.20.1464192454053; Wed, 25 May 2016 09:07:34 -0700 (PDT) Received: from localhost.localdomain (cpc84731-aztw28-2-0-cust112.18-1.cable.virginm.net. [82.37.67.113]) by smtp.gmail.com with ESMTPSA id k127sm10039103wmf.21.2016.05.25.09.07.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 May 2016 09:07:33 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, vinod.koul@intel.com, ohad@wizery.com, bjorn.andersson@linaro.org, arnd@arndb.de Cc: peter.griffin@linaro.org, lee.jones@linaro.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: [PATCH v4 13/18] ARM: DT: STiH407: Add i2s_in pinctrl configuration Date: Wed, 25 May 2016 17:06:47 +0100 Message-Id: <1464192412-16386-15-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464192412-16386-1-git-send-email-peter.griffin@linaro.org> References: <1464192412-16386-1-git-send-email-peter.griffin@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds the pinctrl config for the i2s_in pins used by the uniperif reader IP. Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -- 1.9.1 diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi index 0fb5c8a..537db7e 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi @@ -1090,6 +1090,30 @@ }; }; + i2s_in { + pinctrl_i2s_8ch_in: i2s_8ch_in{ + st,pins { + mclk = <&pio32 5 ALT1 IN>; + lrclk = <&pio32 7 ALT1 IN>; + sclk = <&pio32 6 ALT1 IN>; + data0 = <&pio32 4 ALT1 IN>; + data1 = <&pio33 0 ALT1 IN>; + data2 = <&pio33 1 ALT1 IN>; + data3 = <&pio33 2 ALT1 IN>; + data4 = <&pio33 3 ALT1 IN>; + }; + }; + + pinctrl_i2s_2ch_in: i2s_2ch_in{ + st,pins { + mclk = <&pio32 5 ALT1 IN>; + lrclk = <&pio32 7 ALT1 IN>; + sclk = <&pio32 6 ALT1 IN>; + data0 = <&pio32 4 ALT1 IN>; + }; + }; + }; + serial3 { pinctrl_serial3: serial3-0 { st,pins {