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>
master
Tom Warren 8 years ago
parent 64a4fe7401
commit 9a06a1a3a1
  1. 1
      arch/arm/dts/tegra114-dalmore.dts
  2. 1
      arch/arm/dts/tegra124-jetson-tk1.dts
  3. 1
      arch/arm/dts/tegra124-venice2.dts
  4. 1
      arch/arm/dts/tegra186-p2771-0000.dtsi
  5. 1
      arch/arm/dts/tegra20-paz00.dts
  6. 1
      arch/arm/dts/tegra20-whistler.dts
  7. 1
      arch/arm/dts/tegra210-e2220-1170.dts
  8. 1
      arch/arm/dts/tegra210-p2371-0000.dts
  9. 1
      arch/arm/dts/tegra210-p2371-2180.dts
  10. 1
      arch/arm/dts/tegra210-p2571.dts
  11. 1
      arch/arm/dts/tegra30-beaver.dts
  12. 1
      arch/arm/dts/tegra30-cardhu.dts
  13. 1
      arch/arm/dts/tegra30-tamonten.dtsi

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save