From patchwork Wed Jul 6 08:54:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 71435 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp755007qgy; Wed, 6 Jul 2016 01:56:03 -0700 (PDT) X-Received: by 10.98.90.193 with SMTP id o184mr2750989pfb.101.1467795354868; Wed, 06 Jul 2016 01:55:54 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id sp8si3042602pab.2.2016.07.06.01.55.54; Wed, 06 Jul 2016 01:55:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753823AbcGFIzo (ORCPT + 7 others); Wed, 6 Jul 2016 04:55:44 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:37024 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753130AbcGFIy6 (ORCPT ); Wed, 6 Jul 2016 04:54:58 -0400 Received: by mail-wm0-f41.google.com with SMTP id a66so183482138wme.0 for ; Wed, 06 Jul 2016 01:54:58 -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=OxCTIAqiMlHB26nVHscE6DFMaVt/V3z68zRXMTYdPcQ=; b=UxSsx8g8m1sMjD3rJc5IaFP6S0jwf0gR4axrObP/IarY9qNg+8MSLSIMlH/wDyXxd3 0vHFXr6w7UoPeZoAh/2EVZBXbMvXyGhN+KvxBkAgrmEgBoj8i8w8yhVRn030upKzUfIE bVmCWzZoy+U4M/s6KlcPSxrhW7/eHqZPL/ZlE= 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=OxCTIAqiMlHB26nVHscE6DFMaVt/V3z68zRXMTYdPcQ=; b=L/V0EDzckVEcpDkyF8qPa2IFabfLJEurzo4bc/BiUpHUiPPG2DrbwdIgBicrK07Jir G1eigtGd37d4QDBWqorSr4lqHbDjskdPLNnVtOE76Ux43MquX2CYZRR6Aw15767XQP5E SwNC8nmt7n79QBVfcLHQHbqObWp0z3fgC/e6R6fkfCUZP3Z6KET61ikPWx2tPL8bhp71 ni/r+x1Dzk+Ck2/sAp4mJyzBoNryEA6WfR0D+HkAfSzg9n7HJGd9J9G37pHbhDm9agWp JhhV/DHa3x/AliqOOOzyb73Ajzco4HHQ/JJsYKigADmh+a5Mlg2ibsW60l42KQsZcEiI vh8A== X-Gm-Message-State: ALyK8tL+JvD+PBOTCHubEcB/m2HM4CsfSzn0HSkug5/5A/Z5wt3jjbZRJOxby2HqwnOTk5wy X-Received: by 10.194.104.227 with SMTP id gh3mr19716198wjb.3.1467795297286; Wed, 06 Jul 2016 01:54:57 -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 66sm5363803wmg.23.2016.07.06.01.54.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 Jul 2016 01:54:56 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, patrice.chotard@st.com, bjorn.andersson@linaro.org, ohad@wizery.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, Arnaud Pouliquen Subject: [PATCH v6 11/18] ARM: DT: STiH407: Add i2s_in pinctrl configuration Date: Wed, 6 Jul 2016 09:54:29 +0100 Message-Id: <1467795276-21725-12-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1467795276-21725-1-git-send-email-peter.griffin@linaro.org> References: <1467795276-21725-1-git-send-email-peter.griffin@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch adds the pinctrl config for the i2s_in pins used by the uniperif reader IP. Signed-off-by: Arnaud Pouliquen Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stih407-pinctrl.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 {