Received: by 10.223.164.202 with SMTP id h10csp53842wrb; Wed, 22 Nov 2017 03:45:52 -0800 (PST) X-Google-Smtp-Source: AGs4zMbE/oAyjLBo0Mdq09N9zUxSTdW6mDO5ttGQoZdPGsuubrkV+9GXm0XfPYdH4WhbsNt1eA93 X-Received: by 10.99.60.26 with SMTP id j26mr20207446pga.256.1511351151926; Wed, 22 Nov 2017 03:45:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511351151; cv=none; d=google.com; s=arc-20160816; b=Ol229+6mrUt8jgh+pmlSvLI8rm/0fIeSi88PuiSA+rXzSW0VNFs35PD9KaPqi5MxRB 1hyx/3RUbHPxMr/IQ51aeEqBPJxPj/d6l2lfRip75hODgy77zJ+wO2fOnhKIAk5MH1iL 56ZY/WCeiGyQQ0RosGiArHwsft3ZzHU8uSJtddUN0Dw4VVsIdau05DbZP3DpWdrpHvOh PBojqkpuOqG/0xBSun3zkKVs1W01IukOhlIM2BnzheyITvsKUTUynFdZjnzl5YQuQkU/ pUL+HV3meZUbWiCjMUwoUQUvkugeYTI6biYb1fzdBHbJX1ZLvt9ShNFIXNort7ZtGFSS X32w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=iW57TnXPhbJa1/oElVzRm9+UzXa40PkcT2zZyWCbQeU=; b=WDD5mwl23DgSPKaNdxnmHLmI+aMwpoAwtCFo45uTuKt0E3jR8ON9Ufk+szBoxhw1E2 zuR9S+iGD259OCpkj5/gIAfSLjvR/UH9UkvYgAu0vUy+Zw1fnH3PKU8AqAqeHgTooqTV sui4Ql+iPEu7EETJeZrcaC3XeyaJRk17IclrOJyLTmFcb3ua2+JRnX/ef2HpgYa4Wjnq 0RTh/HZi5QWSOAMTXO+Da+BRiD9FjUL1UMoey3gW5uKNLhvDESI87Hz5z4xYUH2l8+yv Dn2LFMM6Dym6AndPv2PQ1SRBSBr3TUCSkqRiHSwbiQ4WzixBGQ/qTs0UC/in6qcE7wj8 E4Mg== 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 e33si2750519pld.518.2017.11.22.03.45.40; Wed, 22 Nov 2017 03:45:51 -0800 (PST) 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 S1752687AbdKVLoj (ORCPT + 77 others); Wed, 22 Nov 2017 06:44:39 -0500 Received: from mx.socionext.com ([202.248.49.38]:59663 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752297AbdKVLnD (ORCPT ); Wed, 22 Nov 2017 06:43:03 -0500 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 22 Nov 2017 20:43:01 +0900 Received: from mail.mfilter.local (unknown [10.213.24.62]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id F23A1600B8; Wed, 22 Nov 2017 20:43:01 +0900 (JST) Received: from 172.31.9.53 (172.31.9.53) by m-FILTER with ESMTP; Wed, 22 Nov 2017 20:43:01 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by iyokan.css.socionext.com (Postfix) with ESMTP id 8BD134039F; Wed, 22 Nov 2017 20:43:01 +0900 (JST) Received: from aegis.e01.socionext.com (unknown [10.213.134.210]) by yuzu.css.socionext.com (Postfix) with ESMTP id 5C9AE120653; Wed, 22 Nov 2017 20:43:01 +0900 (JST) From: Katsuhiro Suzuki To: Mark Brown , alsa-devel@alsa-project.org, Rob Herring , devicetree@vger.kernel.org, Masahiro Yamada Cc: Masami Hiramatsu , Jassi Brar , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Katsuhiro Suzuki Subject: [PATCH 3/8] ASoC: uniphier: add DT bindings documentation for UniPhier AIO Date: Wed, 22 Nov 2017 20:43:16 +0900 Message-Id: <20171122114321.29196-4-suzuki.katsuhiro@socionext.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20171122114321.29196-1-suzuki.katsuhiro@socionext.com> References: <20171122114321.29196-1-suzuki.katsuhiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds DT binding documentation for UniPhier AIO audio subsystem. Signed-off-by: Katsuhiro Suzuki --- .../devicetree/bindings/sound/uniphier,aio.txt | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/uniphier,aio.txt diff --git a/Documentation/devicetree/bindings/sound/uniphier,aio.txt b/Documentation/devicetree/bindings/sound/uniphier,aio.txt new file mode 100644 index 000000000000..73f6c27ae4f7 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/uniphier,aio.txt @@ -0,0 +1,36 @@ +Socionext UniPhier SoC audio driver + +The Socionext UniPhier audio subsystem consists of I2S and S/PDIF blocks in +the same register space. + +Required properties: +- compatible : should be one of the following: + "socionext,uniphier-ld11-aio" + "socionext,uniphier-ld20-aio" +- reg : offset and length of the register set for the device. +- interrupts : should contain I2S or S/PDIF interrupt. +- pinctrl-names : should be "default". +- pinctrl-0 : defined I2S signal pins for an external codec chip. +- clock-names : should include following entries: + "aio" +- clocks : a list of phandle, should contain an entry for each + entry in clock-names. +- reset-names : should include following entries: + "aio" +- resets : a list of phandle, should contain an entry for each + entry in reset-names. +- #sound-dai-cells: should be 1. + +Example: + audio { + compatible = "socionext,uniphier-ld20-aio"; + reg = <0x56000000 0x80000>; + interrupts = <0 144 4>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_aout>; + clock-names = "aio"; + clocks = <&sys_clk 40>; + reset-names = "aio"; + resets = <&sys_rst 40>; + #sound-dai-cells = <1>; + }; -- 2.15.0 From 1583586825137635213@xxx Thu Nov 09 11:14:42 +0000 2017 X-GM-THRID: 1583352165790595618 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread