From patchwork Mon Jan 26 06:19:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5706631 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2A35CC058D for ; Mon, 26 Jan 2015 06:13:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6B50520145 for ; Mon, 26 Jan 2015 06:13:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D05F20142 for ; Mon, 26 Jan 2015 06:13:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752099AbbAZGNW (ORCPT ); Mon, 26 Jan 2015 01:13:22 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:32975 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751837AbbAZGNW (ORCPT ); Mon, 26 Jan 2015 01:13:22 -0500 Received: by mail-pa0-f44.google.com with SMTP id rd3so9910689pab.3 for ; Sun, 25 Jan 2015 22:13:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=I55RDy4IzLv+P2cQyoSRw1DP/b+07LfJWOYMgz5DaoQ=; b=ls/vpllb8tl1BUrf3oPyWnVANWtIy1nqDlrInyAt/hNH3LkKuxMiZwYEb2mxxa3GTd zfKZkSSxxasI5tqj0p/QxqQBwMvEYTfWgUl+77RsHnmeXadEUJJkziX78ATpXn0yMVkG 2o8j4ilGvmkZ5qghArUgureUvcJszBXll44d4P9twkFJCbDrwCobfOvMOVdHcEvhPEU7 szwA2ZVYEsZ8iBG6I8+lASCMENX22ubumhTX1/EkwUSnLqCfSAyOcc26c7j47sdkD8WS 4MZJz+bLiEAX2xtfomAkm3rCp6rUKkfc5BW/qBhMGbHB6qAvJyT5A8djnkNglI/yWHbr idTQ== X-Received: by 10.70.22.227 with SMTP id h3mr32082456pdf.160.1422252801638; Sun, 25 Jan 2015 22:13:21 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id kl11sm8745659pbd.89.2015.01.25.22.13.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Jan 2015 22:13:20 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, linus.walleij@linaro.org, horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org Date: Mon, 26 Jan 2015 15:19:31 +0900 Message-Id: <20150126061931.6848.54934.sendpatchset@little-apple> In-Reply-To: <20150126061747.6848.9708.sendpatchset@little-apple> References: <20150126061747.6848.9708.sendpatchset@little-apple> Subject: [PATCH 10/14 v2] ARM: shmobile: sh7372: Remove DT binding documentation Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Remove DT compatible string documentation for the now removed sh7372 SoC. Signed-off-by: Magnus Damm Acked-by: Laurent Pinchart --- Changes since V1: - None Documentation/devicetree/bindings/arm/shmobile.txt | 2 -- 1 file changed, 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0005/Documentation/devicetree/bindings/arm/shmobile.txt +++ work/Documentation/devicetree/bindings/arm/shmobile.txt 2015-01-21 11:36:21.787569650 +0900 @@ -7,8 +7,6 @@ SoCs: compatible = "renesas,emev2" - RZ/A1H (R7S72100) compatible = "renesas,r7s72100" - - SH-Mobile AP4 (R8A73720/SH7372) - compatible = "renesas,sh7372" - SH-Mobile AG5 (R8A73A00/SH73A0) compatible = "renesas,sh73a0" - R-Mobile APE6 (R8A73A40)