From patchwork Fri Nov 4 09:44:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9412269 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 503EE601C2 for ; Fri, 4 Nov 2016 09:45:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 58B0E2AD7E for ; Fri, 4 Nov 2016 09:45:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4D9B92ADA8; Fri, 4 Nov 2016 09:45:22 +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 F37182AD7E for ; Fri, 4 Nov 2016 09:45:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751154AbcKDJpV (ORCPT ); Fri, 4 Nov 2016 05:45:21 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:41481 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760485AbcKDJpV (ORCPT ); Fri, 4 Nov 2016 05:45:21 -0400 Received: from penelope.kanocho.kobe.vergenet.net (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPSA id 3BE8525BF28; Fri, 4 Nov 2016 20:44:50 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1478252690; bh=8yFiJr3qHgg7v1O+hPgRgWt1KBVhW+GDNWuipasdPto=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jaUgJuXIZezbP/kjwjbXBusL6YADyRKEun82YOAiibMvNOKSTscr8dQQ3JueQq0UH IOD/1gO9eGYuZSF+rBwkF0En+/PnyDLlshBUdTm3ir01R6jNvseHhlrGwnJiJqrlhv rfCIwNGLt4oQOR13xZGoqCWg6ugdBlXSoGLeU3f4= Received: by penelope.kanocho.kobe.vergenet.net (Postfix, from userid 7100) id 3DB8460784; Fri, 4 Nov 2016 10:44:44 +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 6/9] ARM: shmobile: r8a7793/gose: Add board part number to DT bindings Date: Fri, 4 Nov 2016 10:44:40 +0100 Message-Id: <4b8f5955be83c539d2defe0a81313c11c0e3b3ad.1478251657.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 Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt index 106b542c27c9..15669642b532 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -49,7 +49,7 @@ Boards: compatible = "renesas,bockw", "renesas,r8a7778" - Genmai (RTK772100BC00000BR) compatible = "renesas,genmai", "renesas,r7s72100" - - Gose + - Gose (RTP0RC7793SEB00010S) compatible = "renesas,gose", "renesas,r8a7793" - H3ULCB (RTP0RC7795SKB00010S) compatible = "renesas,h3ulcb", "renesas,r8a7795";