From patchwork Mon Mar 20 08:58:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9633233 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 4C6236020B for ; Mon, 20 Mar 2017 09:00:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3CBAF28405 for ; Mon, 20 Mar 2017 09:00:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3153B28410; Mon, 20 Mar 2017 09:00:43 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF3D328405 for ; Mon, 20 Mar 2017 09:00:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753464AbdCTJAm (ORCPT ); Mon, 20 Mar 2017 05:00:42 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:36673 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753463AbdCTJA3 (ORCPT ); Mon, 20 Mar 2017 05:00:29 -0400 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPSA id 2504725BF51; 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=1490000317; bh=xHLBa3CsmrwwMReyG8Gc8cmLUwqLj8j3C1TW36mKIJo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MRaCme03uS0xZrdgu7tTFeJDA5TVxHZEUx3rc0WfaTipEktOtNcsgw3knEqcO7ZI5 NeRVpoa5UqWKZvpYuyvHTYPrdSnrv8Q1/ZxIf9bQl28kBu5sEzOJhahL8zkYTAn8/G vHx3jzKbP9j8uAKr19sY1UlllgP9vdDUJe1Zn6FE= Received: by penelope.horms.nl (Postfix, from userid 7100) id B871C605FB; Mon, 20 Mar 2017 09:58:33 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 1/2] ARM: shmobile: Document RZ/G1H SoC DT binding Date: Mon, 20 Mar 2017 09:58:32 +0100 Message-Id: <368d03531f39ffaa793a98b9a17c79d660b1cd1a.1490000005.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.7.0.rc3.207.g0ac5344 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven Document the RZ/G1H (r8a7742) 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 c9502634316d..b8155a209c58 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -13,6 +13,8 @@ SoCs: compatible = "renesas,r8a73a4" - R-Mobile A1 (R8A77400) compatible = "renesas,r8a7740" + - RZ/G1H (R8A77420) + compatible = "renesas,r8a7742" - RZ/G1M (R8A77430) compatible = "renesas,r8a7743" - RZ/G1E (R8A77450)