mirror of https://gitee.com/openkylin/linux.git
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
|
@ -899,6 +899,7 @@ sdhci@0,700b0400 {
|
|||
sdhci@0,700b0600 {
|
||||
status = "okay";
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
};
|
||||
|
||||
ahub@0,70300000 {
|
||||
|
|
Loading…
Reference in New Issue