projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf3213
)
arm64: dts: ti: iot2050: Flip mmc device ordering on Advanced devices
author
Jan Kiszka
<jan.kiszka@siemens.com>
Sun, 26 Sep 2021 12:05:12 +0000
(14:05 +0200)
committer
Nishanth Menon
<nm@ti.com>
Tue, 5 Oct 2021 22:46:39 +0000
(17:46 -0500)
This ensures that the SD card will remain mmc0 across Basic and Advanced
devices, also avoiding surprises for users coming from the downstream
kernels.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link:
https://lore.kernel.org/r/fe20d6346f119a28e47d129b616682001299cf0e.1632657917.git.jan.kiszka@web.de
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
index 1008e9162ba202cfd61b57589835a0c728d6ecd8..6261ca8ee2d87c47c4deb82d7be877f5a94e7eff 100644
(file)
--- a/
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
+++ b/
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
@@
-17,6
+17,8
@@
/ {
aliases {
spi0 = &mcu_spi0;
+ mmc0 = &sdhci1;
+ mmc1 = &sdhci0;
};
chosen {