From patchwork Wed Jan 21 04:54:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5674761 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 535FA9F357 for ; Wed, 21 Jan 2015 04:48:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8E171204E4 for ; Wed, 21 Jan 2015 04:48:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B2E58204E3 for ; Wed, 21 Jan 2015 04:48:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752455AbbAUEsY (ORCPT ); Tue, 20 Jan 2015 23:48:24 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:37278 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751581AbbAUEsY (ORCPT ); Tue, 20 Jan 2015 23:48:24 -0500 Received: by mail-pa0-f49.google.com with SMTP id hz1so19740829pad.8 for ; Tue, 20 Jan 2015 20:48:23 -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=TKrRMF0bz5DzImaESf1OCHmBc8z2y+J2wAkWdbbBPaY=; b=PRB3ugaY4tyj7dMxrvWEl6qnUrsK3PFs67uCpYNYXa7UjvqYQLWBcY+ypuv9do4oei s36uVpH1SNiQlq+ImugAQUxrxDsGTu3lLYtnhtv8ayssmp/OGGNm4v2mGxtifymUAW3k VNYqo5t3nOH7PXz6YT47v4AtXkU24gklKWbiGMUTugURonHuBem2J4q/mTD4rCNJvqP5 6A8FBV5SKgCc19fNyGiO9U6isjD8nQV8eytAiDDksdjOpySIE3veFTq51MNxdcVWPPrQ +g+MtgxNmkPJ0Y/xbqYBhXFedjA/laNTwJinOGcO+NCE0mdDGZJ7paKbJD4wpwVsEbV1 6Y5w== X-Received: by 10.68.130.4 with SMTP id oa4mr50039727pbb.95.1421815703768; Tue, 20 Jan 2015 20:48:23 -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 a13sm1574537pdm.44.2015.01.20.20.48.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jan 2015 20:48:22 -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: Wed, 21 Jan 2015 13:54:27 +0900 Message-Id: <20150121045427.7648.51202.sendpatchset@little-apple> In-Reply-To: <20150121045256.7648.7451.sendpatchset@little-apple> References: <20150121045256.7648.7451.sendpatchset@little-apple> Subject: [PATCH 09/13] 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 --- 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)