From patchwork Mon Mar 20 08:58:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9633357 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6DF36602D6 for ; Mon, 20 Mar 2017 09:14:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 590882022C for ; Mon, 20 Mar 2017 09:14:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4D7AA27FA3; Mon, 20 Mar 2017 09:14:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 061732022C for ; Mon, 20 Mar 2017 09:14:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=72PLZVQgkWHxcjAUS5F03l9nAwkeqQFDF8PNMW2TsA4=; b=S95c4b0zDslfezjE7HSuYcxqJf TNvlbcwK1ohk6ufs7OwMh37k97jLEQGUVSbTVh+mQH59aefzp0eNElLRh0tX4kei9gHHyDV2dcWTZ QLPsw5Q0lKXIIpXUohAOOvsUCL4vKDEkgbXZXbMjoIh1RjdMNfR8x7lhm26JKQCkT8c1tFH8rv1Sn AuTlO/qkpWsqHQzyiVwWbhqwxPGquOmfgsnMTnZUZqaYBZdyfy/OF9JauQARzWibG0KfUby0lo24b WHPA8NZHkmAHKSnnug9q7gthRDQr1bFEH6wc39kDKILhKSOsSI/cRDKh6BsiStfXi+IihvpBt8woK SCabTajg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cptOv-0001B7-5Q; Mon, 20 Mar 2017 09:14:53 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cptJL-0002EQ-Cw for linux-arm-kernel@lists.infradead.org; Mon, 20 Mar 2017 09:09:09 +0000 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPSA id B36ED25BF56; Mon, 20 Mar 2017 19:58:37 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1490000318; bh=WqkNWs+V+QMJSOeMFVz/9scYvYqqgDpTKylErg7VePQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SBaiLxjaKaVh0cJuDyAdhsJGX800wQxk7vPZnYeV/ThVGHoAjgsJ9muaksm+7v8fX I7KgRVg4ENiNVPqFl6v21ftpBj1KHuewq+Qp60VDBCA3NSzGSgZVHf6D6zVvWz4frE +aqDnbGFbvxXdbQtJ9bz+5UAMaiElNlmLpQn4WkQ= Received: by penelope.horms.nl (Postfix, from userid 7100) id BCA3060642; Mon, 20 Mar 2017 09:58:33 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Subject: [PATCH 2/2] ARM: shmobile: Document RZ/G1N SoC DT binding Date: Mon, 20 Mar 2017 09:58:33 +0100 Message-Id: X-Mailer: git-send-email 2.7.0.rc3.207.g0ac5344 In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170320_020907_729910_A996D371 X-CRM114-Status: UNSURE ( 7.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Simon Horman , Magnus Damm , Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven Document the RZ/G1N (r8a7744) SoC. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt index b8155a209c58..170fe0562c63 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -17,6 +17,8 @@ SoCs: compatible = "renesas,r8a7742" - RZ/G1M (R8A77430) compatible = "renesas,r8a7743" + - RZ/G1N (R8A77440) + compatible = "renesas,r8a7744" - RZ/G1E (R8A77450) compatible = "renesas,r8a7745" - R-Car M1A (R8A77781)