From patchwork Mon Jan 26 06:18:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5706721 Return-Path: X-Original-To: patchwork-linux-arm@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 ACC269F2ED for ; Mon, 26 Jan 2015 06:15:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D277420145 for ; Mon, 26 Jan 2015 06:15:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 148BC20148 for ; Mon, 26 Jan 2015 06:15:51 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YFcvJ-00074W-9i; Mon, 26 Jan 2015 06:13:21 +0000 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YFcue-0006dM-U2 for linux-arm-kernel@lists.infradead.org; Mon, 26 Jan 2015 06:12:42 +0000 Received: by mail-pd0-f176.google.com with SMTP id y10so10165057pdj.7 for ; Sun, 25 Jan 2015 22:12:19 -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=y/TKpyGuuye2soSgV9MPlML4U0ar7+ftLWfmHbG5aiU=; b=K4d00hY/mIett+/HmdtTs2CBTGok+pk4BSSTmQHWIiRgauimorGMuqMuY1D5YZT48g WV6B6TZ4K2FAOBjGgBVNk9WZsBbHJxblS/BceLPJZQvoWc7HFmJXWIoh+ATy8Cbg7Xi8 8wJ4Rl1ZzmTDJJIG690C9OG1T+xqfa1VIt62P924WWSs/9xuVtZ39xlWiiWJR3gH2A+s xrzWhajft/hPr5nwfXh3utS6ibeG3MQmORmj/1cFNvh25osgMBwooJfayRhmUidVNnhs aPdHG9QLuc+MifvemYkfpug75VrZ8NoIfLSoH1VysHKSrJTLenOYykR8AQlniiOKGGUR cUlg== X-Received: by 10.70.102.100 with SMTP id fn4mr2525955pdb.163.1422252739627; Sun, 25 Jan 2015 22:12:19 -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 kg2sm8757709pbc.72.2015.01.25.22.12.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Jan 2015 22:12:18 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 26 Jan 2015 15:18:29 +0900 Message-Id: <20150126061829.6848.75172.sendpatchset@little-apple> In-Reply-To: <20150126061747.6848.9708.sendpatchset@little-apple> References: <20150126061747.6848.9708.sendpatchset@little-apple> Subject: [PATCH 04/14 v2] ARM: shmobile: mackerel: Remove DT binding documentation X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150125_221241_046173_C40E9ACD X-CRM114-Status: UNSURE ( 6.42 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, linus.walleij@linaro.org, Magnus Damm , horms@verge.net.au, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, 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 the DT compatibile string documentation for the no longer supported Mackerel board. 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(-) --- 0001/Documentation/devicetree/bindings/arm/shmobile.txt +++ work/Documentation/devicetree/bindings/arm/shmobile.txt 2015-01-21 11:10:46.507575167 +0900 @@ -57,8 +57,6 @@ Boards: compatible = "renesas,kzm9g", "renesas,sh73a0" - Lager (RTP0RC7790SEB00010S) compatible = "renesas,lager", "renesas,r8a7790" - - Mackerel (R0P7372LC0016RL, AP4 EVM 2nd) - compatible = "renesas,mackerel" - Marzen compatible = "renesas,marzen", "renesas,r8a7779"