ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes
authorTom Warren <twarren@nvidia.com>
Tue, 13 Sep 2016 16:45:42 +0000 (10:45 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 27 Sep 2016 16:11:01 +0000 (09:11 -0700)
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 <twarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
13 files changed:
arch/arm/dts/tegra114-dalmore.dts
arch/arm/dts/tegra124-jetson-tk1.dts
arch/arm/dts/tegra124-venice2.dts
arch/arm/dts/tegra186-p2771-0000.dtsi
arch/arm/dts/tegra20-paz00.dts
arch/arm/dts/tegra20-whistler.dts
arch/arm/dts/tegra210-e2220-1170.dts
arch/arm/dts/tegra210-p2371-0000.dts
arch/arm/dts/tegra210-p2371-2180.dts
arch/arm/dts/tegra210-p2571.dts
arch/arm/dts/tegra30-beaver.dts
arch/arm/dts/tegra30-cardhu.dts
arch/arm/dts/tegra30-tamonten.dtsi

index 49195c3..f0331a7 100644 (file)
@@ -66,6 +66,7 @@
        sdhci@78000600 {
                bus-width = <8>;
                status = "okay";
+               non-removable;
        };
 
        usb@7d000000 {
index 21ed1ae..4a63b6d 100644 (file)
        sdhci@700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d000000 {
index 9de86c0..6c39563 100644 (file)
@@ -81,6 +81,7 @@
        sdhci@700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d000000 {
index d867674..5550ac6 100644 (file)
@@ -50,6 +50,7 @@
        sdhci@3460000 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        i2c@c240000 {
index 5c7e805..946862e 100644 (file)
@@ -50,6 +50,7 @@
        sdhci@c8000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        clocks {
index 358c582..d4577c9 100644 (file)
@@ -58,6 +58,7 @@
        sdhci@c8000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        clocks {
index 75efbba..c6e2176 100644 (file)
@@ -31,6 +31,7 @@
        sdhci@0,700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        i2c@0,7000d000 {
index 10172a2..3aa59d0 100644 (file)
@@ -31,6 +31,7 @@
        sdhci@0,700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        i2c@0,7000d000 {
index bf35497..c4db2a4 100644 (file)
@@ -82,6 +82,7 @@
        sdhci@0,700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        i2c@0,7000d000 {
index de35bba..726c893 100644 (file)
@@ -84,6 +84,7 @@
        sdhci@0,700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@0,7d000000 {
index ae83636..2ff7497 100644 (file)
        sdhci@78000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d000000 {
index 23ca141..3dc2043 100644 (file)
        sdhci@78000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d008000 {
index 8eff627..50ae9cc 100644 (file)
@@ -64,6 +64,7 @@
        sdhci@78000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d008000 {