From patchwork Wed Aug 9 12:55:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Katsuhiro Suzuki X-Patchwork-Id: 109716 Delivered-To: patch@linaro.org Received: by 10.140.95.78 with SMTP id h72csp831374qge; Wed, 9 Aug 2017 05:56:02 -0700 (PDT) X-Received: by 10.84.217.144 with SMTP id p16mr9054794pli.276.1502283362792; Wed, 09 Aug 2017 05:56:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1502283362; cv=none; d=google.com; s=arc-20160816; b=ibt9exG3fhtcCVJJP1Q03TsCLFghL4+KYFViLOQVinvkUtq3/YwZ0VLn6oDrg5v7Bt Pk2GB+oE/5sZRG5XJbGkNY7j/mI2WHujTgwFTqM546fina3UVNSSEAQsBiD1swy/VA8/ yoWjb0ADZpknyFM4jhhN+2BrW4mLUY2dTqYVBu5G93xKi1lWBtieEl/lLeDVhDDRBxns aD/cVXzD7rGNhA1TZmHG5fdw2p0KUmXtRSPlsI6Iu+o3XU91h82vuS80dLv/FZB3kaWx LCoIgbLHwJZpc/Hbm/PGrgSVT76k9ub9/A1h4c/5mPf8aeAg7MaV4trG9SyWL8RZqJWb PLfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=TnbqW2QNyaMrzop9ZO0Q1bX7hump/acsd6QFDVgQokY=; b=ZypQ0ZxIAZVxiD45l6DXpjSpOiwwIz5nnpxSsgLaTxf4R1/fPOnyPfhScRjknCiT7/ mAeH+7GPuou6baoxmfMJ8PHP3nAdMf37gTGzPqFGg3w3XZf4kz1kwnqlk9QdqRXTEFuV bt3kHNyGs55hOaWiA+Of+dsC0FrY6F1oOGN5IRYiO5EPBjIgAMWMdS1HyoAuPU7I0qD4 PQkUhEWVrsZ29L/GltFXVAyWNxtFzpIiHH/SqDOaAiRqhCuxDLBREj5h4S8K4sM92IOw nzslXomDp8BWC9kkKbqS+BonC7Nhiuw8YC6zPjaqBGYVpBVDedwdX7oU94BdF+T9ojLU w+EQ== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 86si2536839pfk.240.2017.08.09.05.56.02; Wed, 09 Aug 2017 05:56:02 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752170AbdHIMz7 (ORCPT + 25 others); Wed, 9 Aug 2017 08:55:59 -0400 Received: from mx.socionext.com ([202.248.49.38]:13988 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbdHIMz6 (ORCPT ); Wed, 9 Aug 2017 08:55:58 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 09 Aug 2017 21:55:57 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id B66EA6007D; Wed, 9 Aug 2017 21:55:57 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Wed, 9 Aug 2017 21:55:57 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by kinkan.css.socionext.com (Postfix) with ESMTP id 322121A0ED3; Wed, 9 Aug 2017 21:55:57 +0900 (JST) Received: from aegis.e01.socionext.com (unknown [10.213.134.210]) by yuzu.css.socionext.com (Postfix) with ESMTP id 0402E120491; Wed, 9 Aug 2017 21:55:56 +0900 (JST) From: Katsuhiro Suzuki To: linux-arm-kernel@lists.infradead.org, Masahiro Yamada Cc: Masami Hiramatsu , Jassi Brar , linux-kernel@vger.kernel.org, Katsuhiro Suzuki Subject: [PATCH] ARM: dts: uniphier: add audio out pin-mux node Date: Wed, 9 Aug 2017 21:55:54 +0900 Message-Id: <20170809125554.31083-1-suzuki.katsuhiro@socionext.com> X-Mailer: git-send-email 2.13.2 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The UniPhier AIO2013 audio system needs I2S and clock signal pins to connect external codec chip. Signed-off-by: Katsuhiro Suzuki --- arch/arm/boot/dts/uniphier-pinctrl.dtsi | 5 +++++ 1 file changed, 5 insertions(+) -- 2.13.2 diff --git a/arch/arm/boot/dts/uniphier-pinctrl.dtsi b/arch/arm/boot/dts/uniphier-pinctrl.dtsi index 246f35ffb638..c70be5d78bd5 100644 --- a/arch/arm/boot/dts/uniphier-pinctrl.dtsi +++ b/arch/arm/boot/dts/uniphier-pinctrl.dtsi @@ -44,6 +44,11 @@ */ &pinctrl { + pinctrl_aout: aout_grp { + groups = "aout"; + function = "aout"; + }; + pinctrl_emmc: emmc_grp { groups = "emmc", "emmc_dat8"; function = "emmc";