diff mbox

ARM: tegra: jetson-tk1: mark eMMC as non-removable

Message ID 1401799726-8161-1-git-send-email-l.stach@pengutronix.de
State Accepted, archived
Headers show

Commit Message

Lucas Stach June 3, 2014, 12:48 p.m. UTC
The eMMC is soldered to the board, reflect this in the DT.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/boot/dts/tegra124-jetson-tk1.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexandre Courbot June 3, 2014, 2:01 p.m. UTC | #1
On Tue, Jun 3, 2014 at 9:48 PM, Lucas Stach <l.stach@pengutronix.de> wrote:
> The eMMC is soldered to the board, reflect this in the DT.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

But what if I pull it really hard?

Oh, well.

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren June 16, 2014, 7:11 p.m. UTC | #2
On 06/03/2014 06:48 AM, Lucas Stach wrote:
> The eMMC is soldered to the board, reflect this in the DT.

Applied to Tegra's for-3.17/dt branch.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 {