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

From: Aswath Govindraju
Date: Tue Sep 14 2021 - 22:43:44 EST


On 10/09/21 1:11 am, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx>
>
> 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@xxxxxxxxxxx>
> ---

Acked-by: Aswath Govindraju <a-govindraju@xxxxxx>

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