From patchwork Fri Sep 13 10:09:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 2882921 Return-Path: X-Original-To: patchwork-linux-mmc@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 32A18BFF05 for ; Fri, 13 Sep 2013 10:10:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9910D202F7 for ; Fri, 13 Sep 2013 10:10:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D7202039A for ; Fri, 13 Sep 2013 10:10:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755575Ab3IMKKW (ORCPT ); Fri, 13 Sep 2013 06:10:22 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:42770 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755320Ab3IMKKQ (ORCPT ); Fri, 13 Sep 2013 06:10:16 -0400 Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r8DAADGq022883; Fri, 13 Sep 2013 05:10:14 -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 r8DAA35w010129; Fri, 13 Sep 2013 05:10:12 -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; Fri, 13 Sep 2013 18:10:07 +0800 Received: from psplinux063.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 r8DA9vgX024620; Fri, 13 Sep 2013 15:40:07 +0530 From: Sekhar Nori To: Chris Ball , Benoit Cousson CC: Grant Likely , Rob Herring , Device Tree Mailing List , Linux OMAP Mailing List , Koen Kooi , Linux MMC Mailing List , Sekhar Nori Subject: [PATCH 2/3] ARM: OMAP2+: DT: start using generic binding for non-removable mmc cards Date: Fri, 13 Sep 2013 15:39:45 +0530 Message-ID: X-Mailer: git-send-email 1.7.10.1 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 The TI specific binding for non-removable cards is now gone. The driver supports the generic binding, start using it. Signed-off-by: Sekhar Nori --- arch/arm/boot/dts/omap4-panda-common.dtsi | 2 +- arch/arm/boot/dts/omap4-sdp.dts | 4 ++-- arch/arm/boot/dts/omap4-var-som.dts | 2 +- arch/arm/boot/dts/omap5-uevm.dts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi index faa95b5..8dcefc0 100644 --- a/arch/arm/boot/dts/omap4-panda-common.dtsi +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi @@ -314,7 +314,7 @@ }; &mmc5 { - ti,non-removable; + non-removable; bus-width = <4>; }; diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index 7951b4e..ecce3f5 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts @@ -408,7 +408,7 @@ &mmc2 { vmmc-supply = <&vaux1>; bus-width = <8>; - ti,non-removable; + non-removable; }; &mmc3 { @@ -421,7 +421,7 @@ &mmc5 { bus-width = <4>; - ti,non-removable; + non-removable; }; &emif1 { diff --git a/arch/arm/boot/dts/omap4-var-som.dts b/arch/arm/boot/dts/omap4-var-som.dts index b41269e..b25b9ad 100644 --- a/arch/arm/boot/dts/omap4-var-som.dts +++ b/arch/arm/boot/dts/omap4-var-som.dts @@ -76,7 +76,7 @@ &mmc1 { vmmc-supply = <&vmmc>; ti,bus-width = <8>; - ti,non-removable; + non-removable; }; &mmc2 { diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 65d7b60..67d6ed7 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -242,12 +242,12 @@ &mmc2 { vmmc-supply = <&vmmcsd_fixed>; bus-width = <8>; - ti,non-removable; + non-removable; }; &mmc3 { bus-width = <4>; - ti,non-removable; + non-removable; }; &mmc4 {