diff mbox series

[v3,1/5] arm64: dts: ti: iot2050: Flip mmc device ordering on Advanced devices

Message ID 7385701c47c11ff2c3455e02c81be24cbb919905.1631216478.git.jan.kiszka@siemens.com
State Superseded
Headers show
Series arm64: dts: Update IOT2050 boards | expand

Commit Message

Jan Kiszka Sept. 9, 2021, 7:41 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

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>
---
 arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Aswath Govindraju Sept. 15, 2021, 2:40 a.m. UTC | #1
On 10/09/21 1:11 am, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>

> 

> 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>


>  arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 2 ++

>  1 file changed, 2 insertions(+)

> 

> 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 1008e9162ba2..6261ca8ee2d8 100644

> --- 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 {

>
diff mbox series

Patch

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 1008e9162ba2..6261ca8ee2d8 100644
--- 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 {