Re: [PATCH 08/13] ARM: dts: imx7-mba7: update MMC aliases

2020-10-28 Thread Shawn Guo
On Fri, Sep 18, 2020 at 01:29:37PM +0200, Matthias Schiffer wrote:
> 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 

Applied, thanks.


[PATCH 08/13] ARM: dts: imx7-mba7: update MMC aliases

2020-09-18 Thread Matthias Schiffer
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 
---
 arch/arm/boot/dts/imx7-mba7.dtsi | 6 ++
 1 file changed, 6 insertions(+)

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 
 
 / {
+   aliases {
+   mmc0 = 
+   mmc1 = 
+   /delete-property/ mmc2;
+   };
+
beeper {
compatible = "gpio-beeper";
gpios = < 0 GPIO_ACTIVE_HIGH>;
-- 
2.17.1