From patchwork Fri Sep 13 10:09:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 2882901 Return-Path: X-Original-To: patchwork-linux-omap@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 6E5829F1C0 for ; Fri, 13 Sep 2013 10:10:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 62AA4202F7 for ; Fri, 13 Sep 2013 10:10:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B6791203E3 for ; Fri, 13 Sep 2013 10:10:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755503Ab3IMKKS (ORCPT ); Fri, 13 Sep 2013 06:10:18 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:42766 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755282Ab3IMKKO (ORCPT ); Fri, 13 Sep 2013 06:10:14 -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 r8DAAAHD022879; Fri, 13 Sep 2013 05:10:10 -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 r8DAA7uv010143; Fri, 13 Sep 2013 05:10:08 -0500 Received: from dbdp33.itg.ti.com (172.24.170.252) by DBDE73.ent.ti.com (172.24.171.98) 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 r8DA9vgY024620; 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 3/3] ARM: OMAP2+: BBB DT: mark eMMC as non removable Date: Fri, 13 Sep 2013 15:39:46 +0530 Message-ID: X-Mailer: git-send-email 1.7.10.1 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@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 Mark the eMMC module on BeagleBone black as non removable. Signed-off-by: Sekhar Nori Acked-by: Koen Kooi --- arch/arm/boot/dts/am335x-boneblack.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts index f4703cf..58515dc 100644 --- a/arch/arm/boot/dts/am335x-boneblack.dts +++ b/arch/arm/boot/dts/am335x-boneblack.dts @@ -25,6 +25,7 @@ pinctrl-names = "default"; pinctrl-0 = <&emmc_pins>; bus-width = <8>; + non-removable; status = "okay"; ti,vcc-aux-disable-is-sleep; };