commit | 1c77f027299d26035c903ab3dc45103e3f5e4149 | [log] [tgz] |
---|---|---|
author | Tom Warren <twarren@nvidia.com> | Tue Sep 13 10:45:42 2016 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Tue Sep 27 09:11:01 2016 -0700 |
tree | 43e88cf8c057bb7e5275e91c11f3de022a694d90 | |
parent | b644fad2dbc58bf1c3ca8d4c59765850cf9011dc [diff] |
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>