aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-06-03 08:48:46 -0400
committerThierry Reding <treding@nvidia.com>2014-07-17 09:02:08 -0400
commit33f34f0ca9be50885045d22fa40ddccc2c7ca520 (patch)
treeefb4d2f2e5ced384cfbdce0fb87112140534be22
parent0f3d3bf8ba3d22c1eaa92c10dfd0f6b002edbdc1 (diff)
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 <l.stach@pengutronix.de> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--arch/arm/boot/dts/tegra124-jetson-tk1.dts1
1 files changed, 1 insertions, 0 deletions
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 @@
1633 sdhci@0,700b0600 { 1633 sdhci@0,700b0600 {
1634 status = "okay"; 1634 status = "okay";
1635 bus-width = <8>; 1635 bus-width = <8>;
1636 non-removable;
1636 }; 1637 };
1637 1638
1638 ahub@0,70300000 { 1639 ahub@0,70300000 {