From patchwork Thu Aug 28 03:35:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4792491 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 B7030C0338 for ; Thu, 28 Aug 2014 03:32:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 04EDF20158 for ; Thu, 28 Aug 2014 03:32:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 39273200F3 for ; Thu, 28 Aug 2014 03:32:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755895AbaH1Dcn (ORCPT ); Wed, 27 Aug 2014 23:32:43 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:46902 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086AbaH1Dcm (ORCPT ); Wed, 27 Aug 2014 23:32:42 -0400 Received: by mail-pa0-f52.google.com with SMTP id eu11so705119pac.25 for ; Wed, 27 Aug 2014 20:32:42 -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=fe37DqozFc3O6k2qDGsy/3A5PLY6TIAYLwftRpTsZA0=; b=q7gSqc66hPCOEZ+ME8k1aAjH29kSaTnwvOsm9iH9GnDdiPrAHGoEp4sUw/zdKoemr+ CmO4wQ7ie1ltHGFBoiD7mMR4lUWlcDhGSz4LQ9Ci8BAfT/M1VpXsM1aD+eonYrzPFCGv nXWh6/+9DvE92w3w3Hrr6Nqomh+wmECJbYrPdbE1b1koPHYwTCSiXgR7XWuoBhodndrE 0miyYBEIkvLF/159AU/Q8lJfW8RUavAL/8lXmqLX++A5BnlDQp7YSdco7fE0sRfBwqBD 2FQjdX8cvh2dCH8B3oJ1OccE6wkIHGl6T+WTuVGvZx0ckX6N431NG41aRUP2ZtfKlSgw 0hcg== X-Received: by 10.66.159.8 with SMTP id wy8mr1640721pab.17.1409196762195; Wed, 27 Aug 2014 20:32:42 -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 gf5sm1905314pbc.89.2014.08.27.20.32.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Aug 2014 20:32:41 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Thu, 28 Aug 2014 12:35:01 +0900 Message-Id: <20140828033501.18867.73429.sendpatchset@w520> In-Reply-To: <20140828033443.18867.55162.sendpatchset@w520> References: <20140828033443.18867.55162.sendpatchset@w520> Subject: [PATCH 02/05] ARM: shmobile: armadillo800eva: 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=-6.8 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 r8a7740 Armadillo800EVA board DTB in case of Multiplatform. The DT reference case will be removed and can be ignored for now. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/Makefile | 1 + 1 file changed, 1 insertion(+) -- 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-08-27 18:38:49.000000000 +0900 @@ -372,6 +372,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) += r7 sh7372-mackerel.dtb dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \ r7s72100-genmai.dtb \ + r8a7740-armadillo800eva.dtb \ r8a7791-henninger.dtb \ r8a7791-koelsch.dtb \ r8a7790-lager.dtb \