mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-COMMON: arm64/dts: modify i2c alias bus number
Change-Id: I94d1bc2f56bac1af6c7b45ab1b9bf8cbf50407c1
(cherry picked from commit 842d3137e6)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user