Message ID | 20200828154155.5827-3-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show
Return-Path: <SRS0=TDDK=CG=lists.cip-project.org=bounce+64572+5292+4520428+8129116@kernel.org> 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 33BA317D4 for <patchwork-cip-dev@patchwork.kernel.org>; Fri, 28 Aug 2020 16:07:46 +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 078E620872 for <patchwork-cip-dev@patchwork.kernel.org>; Fri, 28 Aug 2020 16:07:46 +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="W0HBI9Ee" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 078E620872 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+5292+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id c6KPYY4521763xEZp9kzJ7az; Fri, 28 Aug 2020 09:07:45 -0700 X-Received: from relmlie5.idc.renesas.com (relmlie5.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web12.45487.1598629321421552654 for <cip-dev@lists.cip-project.org>; Fri, 28 Aug 2020 08:42:03 -0700 X-IronPort-AV: E=Sophos;i="5.76,364,1592838000"; d="scan'208";a="55804692" X-Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 29 Aug 2020 00:42:02 +0900 X-Received: from localhost.localdomain (unknown [172.29.52.245]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 2BF7D400C4F0; Sat, 29 Aug 2020 00:42:00 +0900 (JST) From: Biju Das <biju.das.jz@bp.renesas.com> To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>, Pavel Machek <pavel@denx.de> Cc: Chris Paterson <chris.paterson2@renesas.com>, Biju Das <biju.das.jz@bp.renesas.com>, Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com> Subject: [cip-dev] [PATCH 4.4.y-cip 02/30] dt-bindings: reset: rcar-rst: Document r8a7742 reset module Date: Fri, 28 Aug 2020 16:41:27 +0100 Message-Id: <20200828154155.5827-3-biju.das.jz@bp.renesas.com> In-Reply-To: <20200828154155.5827-1-biju.das.jz@bp.renesas.com> References: <20200828154155.5827-1-biju.das.jz@bp.renesas.com> Precedence: Bulk List-Unsubscribe: <https://lists.cip-project.org/g/cip-dev/unsub> Sender: cip-dev@lists.cip-project.org List-Id: <cip-dev.lists.cip-project.org> 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: nnsdAgu4a47waRZs7bkHB4thx4520428AA= Content-Type: multipart/mixed; boundary="Qi33SNYr7ZBkI5B8zc4w" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1598630865; bh=sEhnrXCBOwTufL/hCpQmTwQRbAFdxrJvR2GsobcBBFI=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=W0HBI9Ee77bVqbKxBAzt+wcB6s0N/7/J4lmIT67GxJx6EEnscDvgQeWJncpnxw/Hiwu 5m72KDBTEoLBddqvM3BEunTjL9zR0cfWOTUIHNrwVAYVnKYKThok580wJo+wwxyFFtpNb pYvPM7L3t9XFV5B9qTckKJ0iPUr00ocHgBU= |
Series |
Add iWave RZ/G1H basic board support
|
expand
|
diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.txt b/Documentation/devicetree/bindings/reset/renesas,rst.txt index 270f54b5c6cd..e3ea9be09968 100644 --- a/Documentation/devicetree/bindings/reset/renesas,rst.txt +++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt @@ -6,6 +6,7 @@ Required properties: - compatible: Should be - "renesas,<soctype>-rst" for R-Car Gen2 and RZ/G Examples with soctypes are: + - "renesas,r8a7742-rst" (RZ/G1H) - "renesas,r8a7743-rst" (RZ/G1M) - "renesas,r8a7744-rst" (RZ/G1N) - "renesas,r8a7745-rst" (RZ/G1E)