From patchwork Tue Apr 30 14:03:53 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: 2504681 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 66DC23FD85 for ; Tue, 30 Apr 2013 14:04:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760753Ab3D3OEQ (ORCPT ); Tue, 30 Apr 2013 10:04:16 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:54092 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760736Ab3D3OEI (ORCPT ); Tue, 30 Apr 2013 10:04:08 -0400 Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r3UE45MQ032008; Tue, 30 Apr 2013 09:04:06 -0500 Received: from DBDE73.ent.ti.com (dbde73.ent.ti.com [172.24.171.98]) by dbdlxv05.itg.ti.com (8.14.3/8.13.8) with ESMTP id r3UE3ve8005936; Tue, 30 Apr 2013 09:04:04 -0500 Received: from dbdp32.itg.ti.com (172.24.170.251) by DBDE73.ent.ti.com (172.24.171.98) with Microsoft SMTP Server id 14.2.342.3; Tue, 30 Apr 2013 22:03:58 +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 r3UE3smm003935; Tue, 30 Apr 2013 19:33:58 +0530 From: Balaji T K To: , , , , CC: Balaji T K Subject: [PATCH 13/13] ARM: dts: am3517: add omap_control_mmc Date: Tue, 30 Apr 2013 19:33:53 +0530 Message-ID: <1367330633-5941-14-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 am3517 board. Update with devconf1 register address, used for loopback clock configuration in mmc2. Signed-off-by: Balaji T K --- arch/arm/boot/dts/am3517-evm.dts | 20 ++++++++++++++++++++ arch/arm/boot/dts/am3517_mt_ventoux.dts | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/am3517-evm.dts b/arch/arm/boot/dts/am3517-evm.dts index 474f760..2775c51 100644 --- a/arch/arm/boot/dts/am3517-evm.dts +++ b/arch/arm/boot/dts/am3517-evm.dts @@ -30,3 +30,23 @@ &i2c3 { clock-frequency = <400000>; }; + +&omap_control_mmc1 { + compatible = "ti,omap-hsmmc-control"; + ctrl-type = <0>; +}; + +omap_control_mmc2: omap-hsmmc-control@480022D8 { + compatible = "ti,omap-hsmmc-control"; + reg = <0x480022D8 0x4>; + reg-names = "devconf1"; + ctrl-type = <2>; +}; + +&mmc1 { + bus-width = <8>; +}; + +&mmc2 { + status = "disabled"; +}; diff --git a/arch/arm/boot/dts/am3517_mt_ventoux.dts b/arch/arm/boot/dts/am3517_mt_ventoux.dts index 5eb26d7..2a15345 100644 --- a/arch/arm/boot/dts/am3517_mt_ventoux.dts +++ b/arch/arm/boot/dts/am3517_mt_ventoux.dts @@ -25,3 +25,23 @@ }; }; }; + +&omap_control_mmc1 { + compatible = "ti,omap-hsmmc-control"; + ctrl-type = <0>; +}; + +omap_control_mmc2: omap-hsmmc-control@480022D8 { + compatible = "ti,omap-hsmmc-control"; + reg = <0x480022D8 0x4>; + reg-names = "devconf1"; + ctrl-type = <2>; +}; + +&mmc1 { + bus-width = <8>; +}; + +&mmc2 { + status = "disabled"; +};