diff options
author | Matthias Schiffer <matthias.schiffer@ew.tq-group.com> | 2020-09-18 13:29:37 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-28 16:37:03 +0800 |
commit | ecb5ba9f112424ed43907cd95ddf6a5eb8c0e6fe (patch) | |
tree | c3dcce6a307db2dd6059831bb12614c5d5c4a9fe | |
parent | d50765205d8e59e4116a9dc512305cef15e70ad2 (diff) | |
download | lwn-ecb5ba9f112424ed43907cd95ddf6a5eb8c0e6fe.tar.gz lwn-ecb5ba9f112424ed43907cd95ddf6a5eb8c0e6fe.zip |
ARM: dts: imx7-mba7: update MMC aliases
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>
-rw-r--r-- | arch/arm/boot/dts/imx7-mba7.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7-mba7.dtsi b/arch/arm/boot/dts/imx7-mba7.dtsi index 84b5809f384c..215730e0453e 100644 --- a/arch/arm/boot/dts/imx7-mba7.dtsi +++ b/arch/arm/boot/dts/imx7-mba7.dtsi @@ -14,6 +14,12 @@ #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>; |