From patchwork Sun Oct 20 18:49:55 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: 3073791 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9994C9F3E3 for ; Sun, 20 Oct 2013 18:50:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D86CE20320 for ; Sun, 20 Oct 2013 18:50:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0B1FA20334 for ; Sun, 20 Oct 2013 18:50:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751598Ab3JTSug (ORCPT ); Sun, 20 Oct 2013 14:50:36 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:55355 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541Ab3JTSu2 (ORCPT ); Sun, 20 Oct 2013 14:50:28 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r9KIoMro030438; Sun, 20 Oct 2013 13:50:22 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id r9KIoMNY000833; Sun, 20 Oct 2013 13:50:22 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.2.342.3; Sun, 20 Oct 2013 13:50:21 -0500 Received: from ulaa0393241.apr.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id r9KIoC0K025822; Sun, 20 Oct 2013 13:50:19 -0500 From: Balaji T K To: , , , , , CC: , Sekhar Nori , Balaji T K Subject: [PATCH v2 2/6] ARM: dts: OMAP4/5: start using generic binding for non-removable mmc cards Date: Mon, 21 Oct 2013 00:19:55 +0530 Message-ID: <1382294999-18790-3-git-send-email-balajitk@ti.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1382294999-18790-1-git-send-email-balajitk@ti.com> References: <1381936707-10336-1-git-send-email-balajitk@ti.com> <1382294999-18790-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 X-Spam-Status: No, score=-7.3 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 From: Sekhar Nori start using generic non-removable dt binding Signed-off-by: Sekhar Nori Signed-off-by: Balaji T K --- arch/arm/boot/dts/omap4-var-som.dts | 2 +- arch/arm/boot/dts/omap5-uevm.dts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 e06a04a..eb9d913 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -220,12 +220,12 @@ &mmc2 { vmmc-supply = <&vmmcsd_fixed>; bus-width = <8>; - ti,non-removable; + non-removable; }; &mmc3 { bus-width = <4>; - ti,non-removable; + non-removable; }; &mmc4 {