Received: by 10.223.164.202 with SMTP id h10csp55577wrb; Wed, 22 Nov 2017 03:47:49 -0800 (PST) X-Google-Smtp-Source: AGs4zMYHo+zQoAvbnq5h47hhQPvRGNwMNO1TC1gtuZRe1Jy7hM2gxeEGpzLh4ySsZNVQLt57Rsxj X-Received: by 10.99.120.73 with SMTP id t70mr12376831pgc.402.1511351269745; Wed, 22 Nov 2017 03:47:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511351269; cv=none; d=google.com; s=arc-20160816; b=RLfkLdlZYIVsT8VngBcp9JGZW1ptFDJpxfLV2LOQpl9V/971qvZ5Wpva25cp14q3Bh +Kixl3DS6e6u/CGcrhiNzX3KRKTLj62UfPU1uCYvMKR5HDJqpUs2z6PtUdHIIazT3M3Y ocqQjuGCy+Ibg+GB+DatZjGuEvHnVuRuOi5esvOOUAKTe8utuNAPHE2r7pI7/Dy0oBgF jzFG7ydxRP3NkLlJ6uTpjRGDZFSVZL2YJv80sML0JrCKZuxeWrgr/qkXlUlBLJDfQfMj gU4Uo5DzopSNgsH7VVyGBnfXUgKgX/ISfsrV6ltoAZeAHKjpMJNAMUUBR5FqngalPuzF ozsQ== 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=/N4Wuq5f9WzsRNch1ZdudE/4zZo6iiYSO0ptOFC54vw=; b=hnSRh7rgWon/4gs0Fhap2oOO2m2iuVyANdo4YK6/ehFPNshnWsNnpl/Xd6U7m+pRUn snnXL1v9e/iR6uYomMQOAXbS+tnMNuFdyeJ9cRZUAiIaon+L5TBScfExrSKz7O30n9BH cTTbRbxGvn5iNPXQ+N6w0WNDuUN99iCJ4Vyuiso+n4rPcHiukNxDWB4bMtu6hJcm0pdh PiVUpY2tjuQryc95gjmk14TU2v7GihI01EORBN7ZpvmCauUlvJ/breH8onEXqVMR4HTe ROAkEEFfHD3pI3HNF7FverkTCdQkJTaiPBXeEETJvwE6HEATQAiv/GREePCymyccdzAO U1Iw== 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 v6si14679901pfa.316.2017.11.22.03.47.18; Wed, 22 Nov 2017 03:47:49 -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 S1752696AbdKVLoy (ORCPT + 77 others); Wed, 22 Nov 2017 06:44:54 -0500 Received: from mx.socionext.com ([202.248.49.38]:59669 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752284AbdKVLnD (ORCPT ); Wed, 22 Nov 2017 06:43:03 -0500 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 22 Nov 2017 20:43:01 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id DB2FD18006E; Wed, 22 Nov 2017 20:43:01 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) 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 kinkan.css.socionext.com (Postfix) with ESMTP id 567FD1A0E17; 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 268B3120653; 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 2/8] ASoC: uniphier: add DT bindings documentation for UniPhier EVEA Date: Wed, 22 Nov 2017 20:43:15 +0900 Message-Id: <20171122114321.29196-3-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 EVEA that is SoC inner sound codec of UniPhier series. Signed-off-by: Katsuhiro Suzuki --- .../devicetree/bindings/sound/uniphier,evea.txt | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/uniphier,evea.txt diff --git a/Documentation/devicetree/bindings/sound/uniphier,evea.txt b/Documentation/devicetree/bindings/sound/uniphier,evea.txt new file mode 100644 index 000000000000..3f31b235f18b --- /dev/null +++ b/Documentation/devicetree/bindings/sound/uniphier,evea.txt @@ -0,0 +1,26 @@ +Socionext EVEA - UniPhier SoC internal codec driver + +Required properties: +- compatible : should be "socionext,uniphier-evea". +- reg : offset and length of the register set for the device. +- clock-names : should include following entries: + "evea", "exiv" +- clocks : a list of phandle, should contain an entry for each + entries in clock-names. +- reset-names : should include following entries: + "evea", "exiv", "adamv" +- resets : a list of phandle, should contain reset entries of + reset-names. +- #sound-dai-cells: should be 1. + +Example: + + codec { + compatible = "socionext,uniphier-evea"; + reg = <0x57900000 0x1000>; + clock-names = "evea", "exiv"; + clocks = <&sys_clk 41>, <&sys_clk 42>; + reset-names = "evea", "exiv", "adamv"; + resets = <&sys_rst 41>, <&sys_rst 42>, <&adamv_rst 0>; + #sound-dai-cells = <1>; + }; -- 2.15.0 From 1584842536738960517@xxx Thu Nov 23 07:53:42 +0000 2017 X-GM-THRID: 1584842536738960517 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread