]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: imx7-mba7: update MMC aliases
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Fri, 18 Sep 2020 11:29:37 +0000 (13:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 28 Oct 2020 08:37:03 +0000 (16:37 +0800)
Together with the recently merged support for alias-based MMC host
numbering, this makes the MMC devices names match what the bootloader
expects.

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-mba7.dtsi

index 84b5809f384c4dab44759300b46e303d7d7a0d58..215730e0453eef079ff4a2ac60ca436e906a6653 100644 (file)
 #include <dt-bindings/net/ti-dp83867.h>
 
 / {
+       aliases {
+               mmc0 = &usdhc3;
+               mmc1 = &usdhc1;
+               /delete-property/ mmc2;
+       };
+
        beeper {
                compatible = "gpio-beeper";
                gpios = <&pca9555 0 GPIO_ACTIVE_HIGH>;