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 <twarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Tom Warren 2016-09-13 10:45:42 -06:00
parent 64a4fe7401
commit 9a06a1a3a1
13 changed files with 13 additions and 0 deletions

View File

@ -66,6 +66,7 @@
sdhci@78000600 {
bus-width = <8>;
status = "okay";
non-removable;
};
usb@7d000000 {

View File

@ -312,6 +312,7 @@
sdhci@700b0600 {
status = "okay";
bus-width = <8>;
non-removable;
};
usb@7d000000 {

View File

@ -81,6 +81,7 @@
sdhci@700b0600 {
status = "okay";
bus-width = <8>;
non-removable;
};
usb@7d000000 {

View File

@ -50,6 +50,7 @@
sdhci@3460000 {
status = "okay";
bus-width = <8>;
non-removable;
};
i2c@c240000 {

View File

@ -50,6 +50,7 @@
sdhci@c8000600 {
status = "okay";
bus-width = <8>;
non-removable;
};
clocks {

View File

@ -58,6 +58,7 @@
sdhci@c8000600 {
status = "okay";
bus-width = <8>;
non-removable;
};
clocks {

View File

@ -31,6 +31,7 @@
sdhci@0,700b0600 {
status = "okay";
bus-width = <8>;
non-removable;
};
i2c@0,7000d000 {

View File

@ -31,6 +31,7 @@
sdhci@0,700b0600 {
status = "okay";
bus-width = <8>;
non-removable;
};
i2c@0,7000d000 {

View File

@ -82,6 +82,7 @@
sdhci@0,700b0600 {
status = "okay";
bus-width = <8>;
non-removable;
};
i2c@0,7000d000 {

View File

@ -84,6 +84,7 @@
sdhci@0,700b0600 {
status = "okay";
bus-width = <8>;
non-removable;
};
usb@0,7d000000 {

View File

@ -205,6 +205,7 @@
sdhci@78000600 {
status = "okay";
bus-width = <8>;
non-removable;
};
usb@7d000000 {

View File

@ -194,6 +194,7 @@
sdhci@78000600 {
status = "okay";
bus-width = <8>;
non-removable;
};
usb@7d008000 {

View File

@ -64,6 +64,7 @@
sdhci@78000600 {
status = "okay";
bus-width = <8>;
non-removable;
};
usb@7d008000 {