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/tegra30-tamonten.dtsi | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/dts/tegra30-tamonten.dtsi') diff --git a/arch/arm/dts/tegra30-tamonten.dtsi b/arch/arm/dts/tegra30-tamonten.dtsi index 8eff627..50ae9cc 100644 --- a/arch/arm/dts/tegra30-tamonten.dtsi +++ b/arch/arm/dts/tegra30-tamonten.dtsi @@ -64,6 +64,7 @@ sdhci@78000600 { status = "okay"; bus-width = <8>; + non-removable; }; usb@7d008000 { -- cgit v1.1