From 33f34f0ca9be50885045d22fa40ddccc2c7ca520 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Tue, 3 Jun 2014 14:48:46 +0200 Subject: [PATCH] ARM: tegra: jetson-tk1: mark eMMC as non-removable The eMMC is soldered to the board, reflect this in the DT. Signed-off-by: Lucas Stach Reviewed-by: Alexandre Courbot Signed-off-by: Stephen Warren --- 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 e31fb61..16082c0 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 { -- 2.7.4