From patchwork Mon Mar 24 03:29:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: kuninori.morimoto.gx@gmail.com X-Patchwork-Id: 332950 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 04A532C00BE for ; Mon, 24 Mar 2014 14:29:18 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751852AbaCXD3R (ORCPT ); Sun, 23 Mar 2014 23:29:17 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:57179 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751850AbaCXD3Q (ORCPT ); Sun, 23 Mar 2014 23:29:16 -0400 Received: by mail-pa0-f53.google.com with SMTP id ld10so4831962pab.12 for ; Sun, 23 Mar 2014 20:29:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:subject:user-agent:mime-version:to:cc :in-reply-to:references:content-type; bh=T2eVv6BCaErnw8QroBkyZFL4JHp4FpLC0Uf3iDF1qd8=; b=UlRgLTrwkfZrsYXK2/gn7eAGyf8wE3e8aRUf2gYRAFW+h/dd2KfbKNrEdA0fl7wl5d up5nVx9SZNrwk26Za7iWaykZJ06g+YagOOkKalpOHsQzFRFfIh+e9eKdTFRhh43VlKQF Kyvu020cTq0JSMc+TT+jQ2hdM94JaPKQ0YuvS3vQPLVedPUitZP9L8P9sr7S3q6Rb4aW nGX+yi0pzmeEeyVziDLG8sgaY5+SHqcrgoAL2RwV9jF0by/lptG+aZU6W/sslimux6Xq 65RYiijRutwJbuoPDja0WAs1ORL8/b6kagcjPRS95HOCNOd3EbG7kbdphFLWEwqSSZxK cBdQ== X-Received: by 10.66.21.7 with SMTP id r7mr6105775pae.135.1395631755901; Sun, 23 Mar 2014 20:29:15 -0700 (PDT) Received: from morimoto-dell.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id y9sm52408461pas.10.2014.03.23.20.29.13 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 23 Mar 2014 20:29:15 -0700 (PDT) Date: Sun, 23 Mar 2014 20:29:15 -0700 (PDT) Message-ID: <87fvm8i8ah.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH] ASoC: rcar: subnode tidyup for renesas,rsnd.txt User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") To: Mark Brown Cc: "devicetree@vger.kernel.org" , Linux-ALSA , Liam Girdwood , Kuninori Morimoto , Simon , Grant Likely , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala In-Reply-To: <20140321181813.GP552@sirena.org.uk> References: <87d2ib90t9.wl%kuninori.morimoto.gx@gmail.com> <878usq1scd.wl%kuninori.morimoto.gx@gmail.com> <87r46izhv5.wl%kuninori.morimoto.gx@gmail.com> <877g89qhdo.wl%kuninori.morimoto.gx@gmail.com> <20140310145254.GJ4400@trinity.fluff.org> <87fvmlpqi1.wl%kuninori.morimoto.gx@gmail.com> <87ob14jl2d.wl%kuninori.morimoto.gx@gmail.com> <20140321181813.GP552@sirena.org.uk> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Kuninori Morimoto rcar_sound,ssi/src/dai subnode documentation become more cleaner Signed-off-by: Kuninori Morimoto --- .../devicetree/bindings/sound/renesas,rsnd.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index 7c6d33f..a44e917 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt @@ -7,14 +7,23 @@ Required properties: required register is SRU/ADG/SSI if generation1 SRU/ADG/SSIU/SSI if generation2 -- rcar_sound,ssi : SSI subnode -- rcar_sound,scu : SCU subnode -- rcar_sound,dai : DAI subnode +- rcar_sound,ssi : Should contain SSI feature. + The number of SSI subnode should be same as HW. + see below for detail. +- rcar_sound,src : Should contain SRC feature. + The number of SRC subnode should be same as HW. + see below for detail. +- rcar_sound,dai : DAI contents. + The number of DAI subnode should be same as HW. + see below for detail. SSI subnode properties: - interrupts : Should contain SSI interrupt for PIO transfer - shared-pin : if shared clock pin +SRC subnode properties: +no properties at this point + DAI subnode properties: - playback : list of playback modules - capture : list of capture modules