From patchwork Tue May 28 11:41:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: pekon gupta X-Patchwork-Id: 2624101 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 3C92140077 for ; Tue, 28 May 2013 11:42:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933171Ab3E1LmC (ORCPT ); Tue, 28 May 2013 07:42:02 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:55872 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933051Ab3E1LmA (ORCPT ); Tue, 28 May 2013 07:42:00 -0400 Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id r4SBfYqQ030414; Tue, 28 May 2013 06:41:34 -0500 Received: from DBDE72.ent.ti.com (dbde72.ent.ti.com [172.24.171.97]) by dbdlxv05.itg.ti.com (8.14.3/8.13.8) with ESMTP id r4SBfR8f004368; Tue, 28 May 2013 06:41:32 -0500 Received: from dbdp33.itg.ti.com (172.24.170.252) by DBDE72.ent.ti.com (172.24.171.97) with Microsoft SMTP Server id 14.2.342.3; Tue, 28 May 2013 19:41:27 +0800 Received: from psplinux064.india.ti.com (smtpvbd.itg.ti.com [172.24.170.250]) by dbdp33.itg.ti.com (8.13.8/8.13.8) with ESMTP id r4SBfRRa016552; Tue, 28 May 2013 17:11:27 +0530 From: "Gupta, Pekon" To: Tony Lindgren , CC: , "Gupta, Pekon" , "Philip, Avinash" , "Nori, Sekhar" , "Balbi, Felipe" , Subject: [PATCH v4,2/3] ARM: dts: AM33XX: update GPMC node Date: Tue, 28 May 2013 17:11:24 +0530 Message-ID: <1369741285-1967-3-git-send-email-pekon@ti.com> X-Mailer: git-send-email 1.8.1 In-Reply-To: <1369741285-1967-1-git-send-email-pekon@ti.com> References: <1369741285-1967-1-git-send-email-pekon@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Gupta, Pekon" add prefix to 'gpmc' specific properties Signed-off-by: Gupta, Pekon --- arch/arm/boot/dts/am33xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 0425af8..095f696 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -418,7 +418,7 @@ reg = <0x50000000 0x2000>; interrupts = <100>; num-cs = <7>; - num-waitpins = <2>; + gpmc,num-waitpins = <2>; #address-cells = <2>; #size-cells = <1>; status = "disabled";