From patchwork Thu Feb 26 16:42:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 5894911 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AD819BF440 for ; Thu, 26 Feb 2015 16:42:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CEF542028D for ; Thu, 26 Feb 2015 16:42:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E98CC2022D for ; Thu, 26 Feb 2015 16:42:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753875AbbBZQmr (ORCPT ); Thu, 26 Feb 2015 11:42:47 -0500 Received: from mail-qa0-f44.google.com ([209.85.216.44]:33924 "EHLO mail-qa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753643AbbBZQmr (ORCPT ); Thu, 26 Feb 2015 11:42:47 -0500 Received: by mail-qa0-f44.google.com with SMTP id n8so8603119qaq.3 for ; Thu, 26 Feb 2015 08:42:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=YD9iTF3bntN1rsMHWlJcNQjueBSRvnKEA1N1Mn5s5us=; b=K7Ghek3xVLGI3IYtgr4k2pgAt2e3tJIOj7Z0wPfJjQeOd+oGklEqjh9VZZ5LXqaEd1 LKlojRXgKgA0F0gspjylHif5j0+XtVE0+svKt9dnRwP5fnuJtFb/Td0TleubV0HkY735 ITJAPTRRolZmVtdLcq3O9jj7UEENg8HoeOnJN2R+msHeG7SbuUm/IjBt7m57Q/tVJ15S mHl4swl9g7ilyBQcLJSeTcc3sFPVGhsTKTXcWWdgS1OQ/7q9k1J6KPiwCZEYTgOsIguS awL7jwEuLyWfsCu7mf9bQwUbm/RsSV6GN36ezQAzNAkFNdCZr6ZPFE7pqfg+G7Ne4Un7 qAdQ== X-Received: by 10.229.11.194 with SMTP id u2mr20307359qcu.28.1424968966616; Thu, 26 Feb 2015 08:42:46 -0800 (PST) Received: from groucho.site (ipbcc0217c.dynamic.kabel-deutschland.de. [188.192.33.124]) by mx.google.com with ESMTPSA id j1sm814036qas.33.2015.02.26.08.42.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Feb 2015 08:42:46 -0800 (PST) From: Ulrich Hecht To: horms@verge.net.au, linux-sh@vger.kernel.org Cc: magnus.damm@gmail.com, geert@linux-m68k.org, laurent.pinchart+renesas@ideasonboard.com, kuninori.morimoto.gx@renesas.com, sergei.shtylyov@cogentembedded.com, mturquette@linaro.org, Ulrich Hecht Subject: [PATCH v4 5/9] ASoC: rsnd: Document r8a7778-specific bindings Date: Thu, 26 Feb 2015 17:42:10 +0100 Message-Id: <1424968934-30577-6-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1424968934-30577-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1424968934-30577-1-git-send-email-ulrich.hecht+renesas@gmail.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Adds "renesas,rcar_sound-r8a7778". Signed-off-by: Ulrich Hecht Acked-by: Simon Horman --- Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index 2dd690b..67c9861 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt @@ -5,6 +5,7 @@ Required properties: "renesas,rcar_sound-gen1" if generation1, and "renesas,rcar_sound-gen2" if generation2 Examples with soctypes are: + - "renesas,rcar_sound-r8a7778" (R-Car M1) - "renesas,rcar_sound-r8a7790" (R-Car H2) - "renesas,rcar_sound-r8a7791" (R-Car M2-W) - reg : Should contain the register physical address.