From patchwork Mon Jan 26 06:19:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5706801 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 53F049F2ED for ; Mon, 26 Jan 2015 06:21:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 81D462015A for ; Mon, 26 Jan 2015 06:21:05 +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 BF1CA20148 for ; Mon, 26 Jan 2015 06:21:04 +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 1YFczp-0003Hb-4v; Mon, 26 Jan 2015 06:18:01 +0000 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YFcvq-0007NX-6o for linux-arm-kernel@lists.infradead.org; Mon, 26 Jan 2015 06:13:55 +0000 Received: by mail-pa0-f52.google.com with SMTP id kx10so9893435pab.11 for ; Sun, 25 Jan 2015 22:13:31 -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=SbVLe+dmmExH5H1ybsnbStD9Gkdm6ghbDoZQsv2lKrI=; b=X3ZuLIQptXFj6EDLcQpy1mXE8DQQ+zVC13HIxEpfyuJUoXci3jEELlZnOl8PISZuv1 Fu760nQRIkZG4Cx6Mmo59vf2873VAW+s2W5ZP0XKOfDxliYYvSR6ecWZoVx2avW43jdL elNsiqt72XFBGOJUYpLtMfpOCqYBqeLQYIiM+dw4WCfci3azXQNckoixTbyTBUNGQ9aB 5LPH6MzqnreQKQIUqMq0VHYn2JZ9ISNwjkPDa1Ebf9rJkzkHYdiaD9om0wf13EEyS3iZ p+NFxXL4hffSBI0h6fg1gola9ywg/K8nGeQjwKv51fXmOCTHYXpgmFAMOBmB34VoXmkK tYtQ== X-Received: by 10.70.36.99 with SMTP id p3mr24286978pdj.81.1422252811807; Sun, 25 Jan 2015 22:13:31 -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 kw10sm8940778pab.29.2015.01.25.22.13.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Jan 2015 22:13:30 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 26 Jan 2015 15:19:41 +0900 Message-Id: <20150126061941.6848.46749.sendpatchset@little-apple> In-Reply-To: <20150126061747.6848.9708.sendpatchset@little-apple> References: <20150126061747.6848.9708.sendpatchset@little-apple> Subject: [PATCH 11/14 v2] ARM: shmobile: sh7372 dtsi: Remove Legacy DTSI file X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150125_221354_370966_C471902D X-CRM114-Status: UNSURE ( 7.45 ) 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 sh7372 DTSI file for the now unsupported sh7372 SoC. Signed-off-by: Magnus Damm Acked-by: Laurent Pinchart --- Changes since V1: - None arch/arm/boot/dts/sh7372.dtsi | 35 ----------------------------------- 1 file changed, 35 deletions(-) --- 0001/arch/arm/boot/dts/sh7372.dtsi +++ /dev/null 2015-01-13 15:44:39.280208949 +0900 @@ -1,35 +0,0 @@ -/* - * Device Tree Source for the sh7372 SoC - * - * Copyright (C) 2012 Renesas Solutions Corp. - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. - */ - -/include/ "skeleton.dtsi" - -/ { - compatible = "renesas,sh7372"; - - cpus { - #address-cells = <1>; - #size-cells = <0>; - - cpu@0 { - compatible = "arm,cortex-a8"; - device_type = "cpu"; - reg = <0x0>; - clock-frequency = <800000000>; - }; - }; - - pfc: pfc@e6050000 { - compatible = "renesas,pfc-sh7372"; - reg = <0xe6050000 0x8000>, - <0xe605801c 0x1c>; - gpio-controller; - #gpio-cells = <2>; - }; -};