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

Change-Id: I57a7d4b1ed78f86fbb7e4512fcabe9c008d89063
This commit is contained in:
Hyeonki Hong
2020-04-02 18:46:17 +09:00
committed by Dongjin Kim
parent 4701ae8be9
commit 5125046c2b

View File

@@ -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;