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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
4c84472e3a
commit
ecb53f510a
1 changed files with 1 additions and 0 deletions
|
@ -899,6 +899,7 @@
|
||||||
sdhci@0,700b0600 {
|
sdhci@0,700b0600 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
|
non-removable;
|
||||||
};
|
};
|
||||||
|
|
||||||
ahub@0,70300000 {
|
ahub@0,70300000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue