From patchwork Thu Sep 4 02:29:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4842191 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0096FC0338 for ; Thu, 4 Sep 2014 02:26:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2BFEB2020F for ; Thu, 4 Sep 2014 02:26:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 470D120200 for ; Thu, 4 Sep 2014 02:26:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756915AbaIDC0q (ORCPT ); Wed, 3 Sep 2014 22:26:46 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:56921 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756262AbaIDC0p (ORCPT ); Wed, 3 Sep 2014 22:26:45 -0400 Received: by mail-pa0-f41.google.com with SMTP id lj1so18841704pab.14 for ; Wed, 03 Sep 2014 19:26:45 -0700 (PDT) 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=NloU3lCC2MiypQfkhxOflPnRD8ygKzrQXPyG3E5VNnk=; b=jwJjRRvUwn6vanOJaLQoRmI0/dusbh1Ox3kA081Zvm9vf2hpo+WQQxQBNZ/OrZugGr 0SI+mF+UUItHrHBUjLGyqrcmneH+MdScxakPXvCZae3KxlEBoN+BGl4Mv0EkEJC8DvQK 2QQ+e6yjdDV7sz3sQriVSbTdCfqtNnv3EujDDzos81JXiGMrQ7xBgiMrOjvFPO5urGIp cW5bEC84z47ZaqVLGX/S9fMYJqza7QkAd7JL3LzCpRLkbX06DCaZMsKXovscSV4HQ0jI UIFqPZAIEwom0G9N03FkTwzp/48TXt2eSy88n95EAu/VeHNnxtG9O5SyOkfUs7Uw+vr3 0HuQ== X-Received: by 10.70.90.198 with SMTP id by6mr2832481pdb.164.1409797605273; Wed, 03 Sep 2014 19:26:45 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id sl9sm206539pbc.46.2014.09.03.19.26.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Sep 2014 19:26:44 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: ulrich.hecht+renesas@gmail.com, Magnus Damm , horms@verge.net.au, geert+renesas@glider.be Date: Thu, 04 Sep 2014 11:29:05 +0900 Message-Id: <20140904022905.26216.71286.sendpatchset@w520> In-Reply-To: <20140904022835.26216.90336.sendpatchset@w520> References: <20140904022835.26216.90336.sendpatchset@w520> Subject: [PATCH 03/03] ARM: shmobile: kzm9g: Build DTS for Multiplatform Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-8.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 Build the sh73a0 KZM9G board DTB in case of Multiplatform. The DT reference case will be removed in the future and can be ignored for now. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 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 2014-09-04 11:05:49.000000000 +0900 @@ -375,7 +375,8 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += eme r8a7791-henninger.dtb \ r8a7791-koelsch.dtb \ r8a7790-lager.dtb \ - r8a7779-marzen.dtb + r8a7779-marzen.dtb \ + sh73a0-kzm9g.dtb dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \ socfpga_cyclone5_socdk.dtb \ socfpga_cyclone5_sockit.dtb \