From patchwork Tue Apr 30 14:03:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Balaji T K X-Patchwork-Id: 2504781 Return-Path: X-Original-To: patchwork-linux-mmc@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 0A85B3FD85 for ; Tue, 30 Apr 2013 14:04:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932143Ab3D3OEZ (ORCPT ); Tue, 30 Apr 2013 10:04:25 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:58093 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760729Ab3D3OEH (ORCPT ); Tue, 30 Apr 2013 10:04:07 -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 r3UE44B9019745; Tue, 30 Apr 2013 09:04:05 -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 r3UE3vae005935; Tue, 30 Apr 2013 09:04:03 -0500 Received: from dbdp32.itg.ti.com (172.24.170.251) by DBDE72.ent.ti.com (172.24.171.97) with Microsoft SMTP Server id 14.2.342.3; Tue, 30 Apr 2013 22:03:57 +0800 Received: from ulaa0393241.apr.dhcp.ti.com (smtpvbd.itg.ti.com [172.24.170.250]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3UE3smi003935; Tue, 30 Apr 2013 19:33:57 +0530 From: Balaji T K To: , , , , CC: Balaji T K Subject: [PATCH 09/13] ARM: dts: omap3: Add omap control mmc data Date: Tue, 30 Apr 2013 19:33:49 +0530 Message-ID: <1367330633-5941-10-git-send-email-balajitk@ti.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1367330633-5941-1-git-send-email-balajitk@ti.com> References: <1367330633-5941-1-git-send-email-balajitk@ti.com> MIME-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Add omap-hsmmc-control data to omap3. Update with pbias and devconf0 register address for mmc1. Update with devconf1 register address for mmc2 Signed-off-by: Balaji T K --- arch/arm/boot/dts/omap3.dtsi | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 1acc261..c5c7d17 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -218,15 +218,32 @@ ti,spi-num-cs = <1>; }; + omap_control_mmc1: omap-hsmmc-control@48002520 { + compatible = "ti,omap-hsmmc-control"; + reg = <0x48002520 0x4>, + <0x48002274 0x4>; + reg-names = "pbias", "devconf0"; + ctrl-type = <3>; + }; + mmc1: mmc@4809c000 { compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc1"; ti,dual-volt; + ctrl-module = <&omap_control_mmc1>; + }; + + omap_control_mmc2: omap-hsmmc-control@480022D8 { + compatible = "ti,omap-hsmmc-control"; + reg = <0x480022D8 0x4>; + reg-names = "devconf1"; + ctrl-type = <2>; }; mmc2: mmc@480b4000 { compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc2"; + ctrl-module = <&omap_control_mmc2>; }; mmc3: mmc@480ad000 {