]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 49195c35964a294fa1b217fafd4feaf6e560927a..f0331a74017842428f9bab584209b310949de1dc 100644 (file)
@@ -66,6 +66,7 @@
        sdhci@78000600 {
                bus-width = <8>;
                status = "okay";
+               non-removable;
        };
 
        usb@7d000000 {
index 21ed1aef0bb297332c4d6ced7967bd89972f1ac6..4a63b6d86160db551adfbba5e4b61f15107b1a84 100644 (file)
        sdhci@700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d000000 {
index 9de86c014361476b33add11e6da6fe5df1baf7fb..6c39563bfc64114cea26b19e1532dcb9ed88c325 100644 (file)
@@ -81,6 +81,7 @@
        sdhci@700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d000000 {
index d867674fd04e327c67e76579a67e68de8a59425b..5550ac65de8ee1d2b9e7988aa553ffe22b3834ff 100644 (file)
@@ -50,6 +50,7 @@
        sdhci@3460000 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        i2c@c240000 {
index 5c7e80558da355426033ebbf4bfd6bd60b0d6a71..946862e72095530bd93658b8c7e5c049b153b98d 100644 (file)
@@ -50,6 +50,7 @@
        sdhci@c8000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        clocks {
index 358c5824f7cc1b46b5e4991dca6c46228155f153..d4577c99c5d9dab54c1a1ffb0706b9b0114be32f 100644 (file)
@@ -58,6 +58,7 @@
        sdhci@c8000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        clocks {
index 75efbba1061e74dbbbb91ac2278c0231b3b404c0..c6e21762815f36a74f65baa3462494b2b8f7ee9f 100644 (file)
@@ -31,6 +31,7 @@
        sdhci@0,700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        i2c@0,7000d000 {
index 10172a23ad706290a26cdbdbb0f46730fd8594d1..3aa59d087bc8672f9e0297fcf7c51f5245bbc4f1 100644 (file)
@@ -31,6 +31,7 @@
        sdhci@0,700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        i2c@0,7000d000 {
index bf35497d83f7f9ac113c10750f5f0d68f958348b..c4db2a45c56196c0db721e2d277159e658b05bcd 100644 (file)
@@ -82,6 +82,7 @@
        sdhci@0,700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        i2c@0,7000d000 {
index de35bba44bef16818e5901d5ccdb2460e074b89f..726c893aa500b45b7f73c6d7fe8d94f78a1a6af5 100644 (file)
@@ -84,6 +84,7 @@
        sdhci@0,700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@0,7d000000 {
index ae836363ab5242550886196ea1d7a884218a83e6..2ff7497a37ea757617bf6c1515507aa2af1f4cad 100644 (file)
        sdhci@78000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d000000 {
index 23ca141df2a55b9634a5e034a3a5c7dfddde79a4..3dc2043d547e91e465d5938314b1daee331af8b0 100644 (file)
        sdhci@78000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d008000 {
index 8eff627f3d0ba546309d2127323aa2bbbe5aca99..50ae9ccce2784addcf7fd38dfb26ba3ce533e828 100644 (file)
@@ -64,6 +64,7 @@
        sdhci@78000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d008000 {