Message ID | 20210605062313.418343-5-xieqinick@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add serial and i2c aliases for Khadas VIM boards | expand |
Hi Nick, thank you for this patch! On Sat, Jun 5, 2021 at 8:24 AM <xieqinick@gmail.com> wrote: > > From: Nick Xie <nick@khadas.com> > > Add i2c aliases for Khadas VIM3/3L. commit ab547c4fb39fe1 ("arm64: dts: amlogic: Assign a fixed index to mmc devices") added the aliases for the MMC controllers to the soc.dtsi I would like to hear your opinion as well as the opinions from other Amlogic reviewers whether the same makes sense for the I2C controllers as well Best regards, Martin
diff --git a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi index 4686ea7abe0b..b285341f862a 100644 --- a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi @@ -17,6 +17,11 @@ aliases { serial2 = &uart_B; serial3 = &uart_C; serial4 = &uart_AO_B; + i2c0 = &i2c0; + i2c1 = &i2c1; + i2c2 = &i2c2; + i2c3 = &i2c3; + i2c4 = &i2c_AO; ethernet0 = ðmac; rtc0 = &rtc; rtc1 = &vrtc;