From patchwork Tue Jun 3 12:48:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 355514 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 60EA4140094 for ; Tue, 3 Jun 2014 22:49:00 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753989AbaFCMsw (ORCPT ); Tue, 3 Jun 2014 08:48:52 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:41763 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752786AbaFCMsv (ORCPT ); Tue, 3 Jun 2014 08:48:51 -0400 Received: from dude.hi.pengutronix.de ([10.1.0.7] helo=dude.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Wro93-0004MX-FN; Tue, 03 Jun 2014 14:48:49 +0200 From: Lucas Stach To: linux-tegra@vger.kernel.org Cc: Thierry Reding , Stephen Warren Subject: [PATCH] ARM: tegra: jetson-tk1: mark eMMC as non-removable Date: Tue, 3 Jun 2014 14:48:46 +0200 Message-Id: <1401799726-8161-1-git-send-email-l.stach@pengutronix.de> X-Mailer: git-send-email 2.0.0.rc2 X-SA-Exim-Connect-IP: 10.1.0.7 X-SA-Exim-Mail-From: l.stach@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-tegra@vger.kernel.org Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org The eMMC is soldered to the board, reflect this in the DT. Signed-off-by: Lucas Stach Reviewed-by: Alexandre Courbot --- arch/arm/boot/dts/tegra124-jetson-tk1.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts index e31fb61a81d3..16082c0bdaca 100644 --- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts +++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts @@ -1633,6 +1633,7 @@ sdhci@0,700b0600 { status = "okay"; bus-width = <8>; + non-removable; }; ahub@0,70300000 {