Commit ecb53f51 authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: venice2: Mark eMMC as non-removable

eMMC is soldered on to the board, and as such isn't removable. Mark it
as non-removable so that operating systems can treat it appropriately.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 4c84472e
......@@ -899,6 +899,7 @@ sdhci@0,700b0400 {
sdhci@0,700b0600 {
status = "okay";
bus-width = <8>;
non-removable;
};
ahub@0,70300000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment