From patchwork Tue Nov 15 06:21:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varun Wadekar X-Patchwork-Id: 125675 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id AF6B7B6F72 for ; Tue, 15 Nov 2011 17:22:17 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752551Ab1KOGWJ (ORCPT ); Tue, 15 Nov 2011 01:22:09 -0500 Received: from hqemgate03.nvidia.com ([216.228.121.140]:12024 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752200Ab1KOGWA (ORCPT ); Tue, 15 Nov 2011 01:22:00 -0500 Received: from hqnvupgp08.nvidia.com (Not Verified[216.228.121.13]) by hqemgate03.nvidia.com id ; Mon, 14 Nov 2011 22:34:24 -0800 Received: from hqnvemgw01.nvidia.com ([172.17.108.22]) by hqnvupgp08.nvidia.com (PGP Universal service); Mon, 14 Nov 2011 22:21:41 -0800 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 14 Nov 2011 22:21:41 -0800 Received: from daphne.nvidia.com (Not Verified[172.16.212.96]) by hqnvemgw01.nvidia.com with MailMarshal (v6, 7, 2, 8378) id ; Mon, 14 Nov 2011 22:21:40 -0800 Received: from vwadekar-laptop.nvidia.com (dhcp-10-24-108-206.nvidia.com [10.24.108.206]) by daphne.nvidia.com (8.13.8+Sun/8.8.8) with ESMTP id pAF6La4Z016268; Mon, 14 Nov 2011 22:21:37 -0800 (PST) From: Varun Wadekar To: swarren@nvidia.com, olof@lixom.net, ccross@android.com Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Pritesh Raithatha , Varun Wadekar Subject: [PATCH v1] dts: tegra-ventana: use proper root instead of /dev/ram Date: Tue, 15 Nov 2011 11:51:27 +0530 Message-Id: <1321338087-3662-1-git-send-email-vwadekar@nvidia.com> X-Mailer: git-send-email 1.7.1 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Pritesh Raithatha The root file system on ventana resides on /dev/mmcblk0p1. Update the dts file to use the proper root instead of /dev/ram. Signed-off-by: Pritesh Raithatha Signed-off-by: Varun Wadekar Acked-by: Stephen Warren --- arch/arm/boot/dts/tegra-ventana.dts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts index 9b29a62..5f7fe74 100644 --- a/arch/arm/boot/dts/tegra-ventana.dts +++ b/arch/arm/boot/dts/tegra-ventana.dts @@ -8,7 +8,7 @@ compatible = "nvidia,ventana", "nvidia,tegra20"; chosen { - bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/ram rdinit=/sbin/init"; + bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk0p1 rw rootwait"; }; memory {