mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-COMMON: arm64/dts: modify i2c alias bus number
Change-Id: I57a7d4b1ed78f86fbb7e4512fcabe9c008d89063
This commit is contained in:
committed by
Dongjin Kim
parent
4701ae8be9
commit
5125046c2b
@@ -23,9 +23,9 @@
|
||||
serial3 = &uart_C;
|
||||
serial4 = &uart_AO_B;
|
||||
i2c0 = &i2c0;
|
||||
i2c1 = &i2c1;
|
||||
i2c2 = &i2c2;
|
||||
i2c3 = &i2c3;
|
||||
i2c1 = &i2c2;
|
||||
i2c2 = &i2c3;
|
||||
i2c3 = &i2c1;
|
||||
i2c4 = &i2c_AO;
|
||||
tsensor0 = &p_tsensor;
|
||||
tsensor1 = &d_tsensor;
|
||||
|
||||
Reference in New Issue
Block a user