Commit fd25c883 authored by Soeren Moch's avatar Soeren Moch Committed by Shawn Guo

ARM: dts: tbs2910: rename MMC node aliases

to be consistent with kernel versions up to v5.9 (mmc aliases not used here).
usdhc1 is not wired up on this board and therefore cannot be used.
Start mmc aliases with usdhc2.
Signed-off-by: default avatarSoeren Moch <smoch@web.de>
Cc: stable@vger.kernel.org                # 5.10.x
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1653e3d4
...@@ -16,6 +16,13 @@ chosen { ...@@ -16,6 +16,13 @@ chosen {
stdout-path = &uart1; stdout-path = &uart1;
}; };
aliases {
mmc0 = &usdhc2;
mmc1 = &usdhc3;
mmc2 = &usdhc4;
/delete-property/ mmc3;
};
memory@10000000 { memory@10000000 {
device_type = "memory"; device_type = "memory";
reg = <0x10000000 0x80000000>; reg = <0x10000000 0x80000000>;
......
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