From patchwork Fri Sep 11 12:31:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11770427 X-Patchwork-Delegate: iwamatsu@nigauri.org Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B42CF159A for ; Fri, 11 Sep 2020 12:39:58 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D9A2022204 for ; Fri, 11 Sep 2020 12:39:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="os2E1vBB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D9A2022204 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5442+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id SzfAYY4521763xZpceJjizaY; Fri, 11 Sep 2020 05:39:57 -0700 X-Received: from relmlie5.idc.renesas.com (relmlie5.idc.renesas.com [210.160.252.171]) by mx.groups.io with SMTP id smtpd.web10.6921.1599827526358857457 for ; Fri, 11 Sep 2020 05:32:06 -0700 X-IronPort-AV: E=Sophos;i="5.76,415,1592838000"; d="scan'208";a="57039939" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 11 Sep 2020 21:32:05 +0900 X-Received: from localhost.localdomain (unknown [172.29.52.232]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 325844263CB6; Fri, 11 Sep 2020 21:32:04 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [cip-dev] [PATCH 4.4.y-cip 1/4] dt-bindings: ASoC: renesas,rsnd: Add r8a7742 support Date: Fri, 11 Sep 2020 13:31:58 +0100 Message-Id: <20200911123201.7820-2-biju.das.jz@bp.renesas.com> In-Reply-To: <20200911123201.7820-1-biju.das.jz@bp.renesas.com> References: <20200911123201.7820-1-biju.das.jz@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: mdpvezX6eLY2F0CI5ETzS3eOx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599827997; bh=UO0tf43tzYJU2KAbXAmC+djd2JRf/200ekAKY1sf/5I=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=os2E1vBBXm2lucWyN4MnweS2l6UJVjGQtFbxtpKO/PZ/Ao1G6q8BFn0C7yuhaE+vPfz zIsCwnVAZHwimea5INTVxUnhXO579q7tqjGZUksO3si7tNfZuKmDPr15SOHfPvy4hU7jD xXRpgxu59c3Wywj5hAa0jD1MiImlnBE9/4Q= From: Lad Prabhakar commit b6f10d3f2e6dfccf58c54e81c8af586b66a80ce4 upstream. Document RZ/G1H (R8A7742) SoC bindings. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Reviewed-by: Geert Uytterhoeven Acked-by: Rob Herring Link: https://lore.kernel.org/r/1590526904-13855-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Mark Brown Signed-off-by: Biju Das --- 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 23656d187f3a..bf07aa156a6a 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt @@ -6,6 +6,7 @@ Required properties: "renesas,rcar_sound-gen2" if generation2 (or RZ/G1) "renesas,rcar_sound-gen3" if generation3 Examples with soctypes are: + - "renesas,rcar_sound-r8a7742" (RZ/G1H) - "renesas,rcar_sound-r8a7743" (RZ/G1M) - "renesas,rcar_sound-r8a7744" (RZ/G1N) - "renesas,rcar_sound-r8a7745" (RZ/G1E)