Skip to content

Commit fd25c88

Browse files
s-mochShawn Guo
authored andcommitted
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: Soeren Moch <[email protected]> Cc: [email protected] # 5.10.x Signed-off-by: Shawn Guo <[email protected]>
1 parent 1653e3d commit fd25c88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/imx6q-tbs2910.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
stdout-path = &uart1;
1717
};
1818

19+
aliases {
20+
mmc0 = &usdhc2;
21+
mmc1 = &usdhc3;
22+
mmc2 = &usdhc4;
23+
/delete-property/ mmc3;
24+
};
25+
1926
memory@10000000 {
2027
device_type = "memory";
2128
reg = <0x10000000 0x80000000>;

0 commit comments

Comments
 (0)