From patchwork Mon Jan 26 06:18:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5706571 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 60A39C058D for ; Mon, 26 Jan 2015 06:12:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9BFE82012E for ; Mon, 26 Jan 2015 06:12:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C047620145 for ; Mon, 26 Jan 2015 06:12:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751837AbbAZGMK (ORCPT ); Mon, 26 Jan 2015 01:12:10 -0500 Received: from mail-pd0-f174.google.com ([209.85.192.174]:50649 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751588AbbAZGMJ (ORCPT ); Mon, 26 Jan 2015 01:12:09 -0500 Received: by mail-pd0-f174.google.com with SMTP id ft15so10157725pdb.5 for ; Sun, 25 Jan 2015 22:12:09 -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=MXqLt3dd1p5a+uAbbt/bt9aXYur6vjlJQPk+KA2RZx0=; b=HqT9fZuBW2jaoE2v0f1A/aOwbJEJNHlce3LJaWCV23KCVNIEzBOB7JC4WJH63iLZkz LmXjlL4A7KAVjZQ0OkNQUuDMpP24P0hVO8LG9y9WyjV8gA/4SH7ZA0agXumotJ6pBaUF XwfyF3C/3GMmHvf7HexHBPKyEcVtETTi13YfYaQ7+7Tn2aRlyOZ4492LLgpdL+i0AlpX yT6b/6PIiV7aE+Aelrki06J8oMtbRMzczhEy5x7etyMU/Xw3Nbcmcm3trDSB6KMSxO99 WenZ/2vvR/VYTDJoWJLtwsIYzdLAf2oSqqe/12FdJvfpONrODLU2teacOsPqi91Mf31x SN1g== X-Received: by 10.67.22.162 with SMTP id ht2mr32236600pad.49.1422252729352; Sun, 25 Jan 2015 22:12:09 -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 rf7sm8943009pab.3.2015.01.25.22.12.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Jan 2015 22:12:08 -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:18:19 +0900 Message-Id: <20150126061819.6848.91352.sendpatchset@little-apple> In-Reply-To: <20150126061747.6848.9708.sendpatchset@little-apple> References: <20150126061747.6848.9708.sendpatchset@little-apple> Subject: [PATCH 03/14 v2] ARM: shmobile: mackerel dts: Remove Legacy DTS file 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 the DTS file for the no longer supported Mackerel board. Signed-off-by: Magnus Damm Acked-by: Laurent Pinchart --- Changes since V1: - Rebased and resolved conflicts arch/arm/boot/dts/Makefile | 1 - arch/arm/boot/dts/sh7372-mackerel.dts | 26 -------------------------- 2 files changed, 27 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 --- 0001/arch/arm/boot/dts/Makefile +++ work/arch/arm/boot/dts/Makefile 2015-01-26 13:30:37.155992584 +0900 @@ -410,7 +410,6 @@ dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += \ r8a7778-bockw.dtb \ r8a7778-bockw-reference.dtb \ r8a7779-marzen.dtb \ - sh7372-mackerel.dtb \ sh73a0-kzm9g.dtb \ sh73a0-kzm9g-reference.dtb dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \ --- 0001/arch/arm/boot/dts/sh7372-mackerel.dts +++ /dev/null 2015-01-13 15:44:39.280208949 +0900 @@ -1,26 +0,0 @@ -/* - * Device Tree Source for the mackerel board - * - * 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. - */ - -/dts-v1/; -#include "sh7372.dtsi" - -/ { - model = "Mackerel (AP4 EVM 2nd)"; - compatible = "renesas,mackerel"; - - chosen { - bootargs = "console=tty0, console=ttySC0,115200 earlyprintk=sh-sci.0,115200 root=/dev/nfs nfsroot=,tcp,v3 ip=dhcp mem=240m rw"; - }; - - memory { - device_type = "memory"; - reg = <0x40000000 0x10000000>; - }; -};