mirror of https://gitee.com/openkylin/linux.git
ARM: tegra: colibri: Replace eMMC label by comment
Rather than a bogus label just add a comment identifying the SDHCI instance connected to the on-module eMMC. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
737a7c26a8
commit
3791d1cc4b
|
@ -396,7 +396,8 @@ pmc@7000e400 {
|
|||
nvidia,sys-clock-req-active-high;
|
||||
};
|
||||
|
||||
emmc: sdhci@78000600 {
|
||||
/* eMMC */
|
||||
sdhci@78000600 {
|
||||
status = "okay";
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
|
|
Loading…
Reference in New Issue