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 Luke go
parent 512176cb85
commit 900da3cb7f
2 changed files with 6 additions and 6 deletions

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;

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;