From patchwork Wed Sep 5 11:58:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1408971 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id EAAE240220 for ; Wed, 5 Sep 2012 11:58:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757310Ab2IEL6t (ORCPT ); Wed, 5 Sep 2012 07:58:49 -0400 Received: from na3sys009aog113.obsmtp.com ([74.125.149.209]:44352 "EHLO na3sys009aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753408Ab2IEL6s (ORCPT ); Wed, 5 Sep 2012 07:58:48 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]) (using TLSv1) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKUEc+eA6tGj6BO9P5Gi5GmFbmgRWrmKdD@postini.com; Wed, 05 Sep 2012 04:58:48 PDT Received: by ggdk6 with SMTP id k6so50621ggd.19 for ; Wed, 05 Sep 2012 04:58:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=JQc6pOzASQJ3j0BXOxUPHEy06ZZuIvwLz/Vq5QMLsT8=; b=XVyH6CqRjl+5SoU10ciXU8dZH2hHBlF3MZ6/FPyss6ewHtoDLS0GZCPmwJw8b7ZPZI bO7cg7ruaJ7PTf+FRlGxfib6Vq+ywDs1GFDadJp9Bp2XaHArN5b5tDRkdNgHXhKrbawE oficp6yAfia8nGToroZpfmmIso2oXip2x0VUlIM7W3BqneePkVbZriV23wk8t1pmefFF jZSKg1LQ0mh6eu6Doi/6b/4TOCzifEsrS2NsmLh1m0tFESwMBWoEIQPmU8mj795Voc7I RjTm7ToWA0430S9Wl7Ie8SVR8C3nfXfp5+HZ/9beS9Voc1DGSNK/rjUfcVan54ZqusRI ytOA== Received: by 10.236.165.1 with SMTP id d1mr22327131yhl.26.1346846327406; Wed, 05 Sep 2012 04:58:47 -0700 (PDT) Received: from barack.emea.dhcp.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id h8sm1450364ank.9.2012.09.05.04.58.45 (version=SSLv3 cipher=OTHER); Wed, 05 Sep 2012 04:58:46 -0700 (PDT) From: Peter Ujfalusi To: Tony Lindgren , Benoit Cousson Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org Subject: [PATCH v3 2/8] ARM/dts: omap2420-h4: Include omap2420.dtsi file instead the common omap2 Date: Wed, 5 Sep 2012 14:58:50 +0300 Message-Id: <1346846336-27321-3-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1346846336-27321-1-git-send-email-peter.ujfalusi@ti.com> References: <1346846336-27321-1-git-send-email-peter.ujfalusi@ti.com> X-Gm-Message-State: ALoCoQnJxW85df+VVylMBEyVRAxQ2D1RPHEwFWbkGvnwVDQ8BQnI2Fubybws4PNCX6HPXQ+V26p/ Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Since the board is based on OMAP2420 we should include the dedicated dtsi file (which includes the common omap2 dtsi). Signed-off-by: Peter Ujfalusi --- arch/arm/boot/dts/omap2420-h4.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts index 25b50b7..77b84e1 100644 --- a/arch/arm/boot/dts/omap2420-h4.dts +++ b/arch/arm/boot/dts/omap2420-h4.dts @@ -7,7 +7,7 @@ */ /dts-v1/; -/include/ "omap2.dtsi" +/include/ "omap2420.dtsi" / { model = "TI OMAP2420 H4 board";