From 9a06a1a3a1d5e65d7a14b060e4171b415d614072 Mon Sep 17 00:00:00 2001 From: Tom Warren Date: Tue, 13 Sep 2016 10:45:42 -0600 Subject: ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes During debug of the DM_MMC changes to the Tegra MMC driver, I noticed that the 'removable' property wasn't being set correctly for the eMMC parts on most Tegra boards. Since the kernel DTS has this property set correctly, it should be in U-Boot's Tegra DT too. Signed-off-by: Tom Warren Signed-off-by: Stephen Warren Reviewed-by: Simon Glass --- arch/arm/dts/tegra124-jetson-tk1.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/dts/tegra124-jetson-tk1.dts') diff --git a/arch/arm/dts/tegra124-jetson-tk1.dts b/arch/arm/dts/tegra124-jetson-tk1.dts index 21ed1aef0b..4a63b6d861 100644 --- a/arch/arm/dts/tegra124-jetson-tk1.dts +++ b/arch/arm/dts/tegra124-jetson-tk1.dts @@ -312,6 +312,7 @@ sdhci@700b0600 { status = "okay"; bus-width = <8>; + non-removable; }; usb@7d000000 { -- cgit v1.2.1