ODROID-COMMON: arm64/dts: modify i2c alias bus number

Change-Id: I94d1bc2f56bac1af6c7b45ab1b9bf8cbf50407c1
(cherry picked from commit 842d3137e6)
This commit is contained in:
Hyeonki Hong
2020-04-17 16:14:51 +09:00
committed by Dongjin Kim
parent 2550d19d56
commit 4c251af783

View File

@@ -22,9 +22,9 @@
serial2 = &uart_B;
serial3 = &uart_C;
serial4 = &uart_AO_B;
i2c0 = &i2c0;
i2c1 = &i2c2;
i2c2 = &i2c3;
i2c0 = &i2c2;
i2c1 = &i2c3;
i2c2 = &i2c0;
i2c3 = &i2c1;
i2c4 = &i2c_AO;
tsensor0 = &p_tsensor;