From: Alexander Kurz Date: Fri, 15 Mar 2019 21:14:23 +0000 (+0000) Subject: ARM: dts: i.MX35: Add i2c and mmc aliases X-Git-Tag: v5.15~6343^2~17^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67814a9b1b3bb312b31e7da181d488191b4115b6;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: i.MX35: Add i2c and mmc aliases Using aliases, the devices will be enumerated properly. Signed-off-by: Alexander Kurz Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi index 59cadee..9cbdc1a 100644 --- a/arch/arm/boot/dts/imx35.dtsi +++ b/arch/arm/boot/dts/imx35.dtsi @@ -21,6 +21,12 @@ gpio0 = &gpio1; gpio1 = &gpio2; gpio2 = &gpio3; + i2c0 = &i2c1; + i2c1 = &i2c2; + i2c2 = &i2c3; + mmc0 = &esdhc1; + mmc1 = &esdhc2; + mmc2 = &esdhc3; serial0 = &uart1; serial1 = &uart2; serial2 = &uart3;