diff options
author | Fabio Estevam <festevam@denx.de> | 2024-02-13 08:43:40 -0300 |
---|---|---|
committer | Fabio Estevam <festevam@denx.de> | 2024-02-19 08:19:39 -0300 |
commit | 399c4a9e1cc48322edbb72753d7af5dde477f812 (patch) | |
tree | 055a90db85534ded0ae7e739d6c0d828d9a04b2a | |
parent | b8d4b1c5820473926caa4bcb3adbcfc6d369106c (diff) | |
download | u-boot-399c4a9e1cc48322edbb72753d7af5dde477f812.zip u-boot-399c4a9e1cc48322edbb72753d7af5dde477f812.tar.gz u-boot-399c4a9e1cc48322edbb72753d7af5dde477f812.tar.bz2 |
imx8mp-msc-sm2s: Add mmc aliases
Add mmc alias so that the eMMC is mmc0 and the SD card
is mmc1 to have a well defined device numbering scheme.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Ian Ray <ian.ray@gehealthcare.com>
-rw-r--r-- | arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi b/arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi index 1a7b530..ce61ca6 100644 --- a/arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi @@ -9,6 +9,11 @@ model = "MSC SM2S-IMX8MPLUS"; compatible = "avnet,sm2s-imx8mp", "fsl,imx8mp"; + aliases { + mmc0 = &usdhc3; + mmc1 = &usdhc2; + }; + wdt-reboot { compatible = "wdt-reboot"; wdt = <&wdog1>; |