mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
imx: mx7ulp: modify lpi2c seq number
Modify the lpi2c alias seq number to align with device. Then no need to add 4 to get the device index. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
0074d4bf2d
commit
34b0af8390
1 changed files with 4 additions and 4 deletions
|
@ -27,10 +27,10 @@
|
|||
serial2 = &lpuart6;
|
||||
serial3 = &lpuart7;
|
||||
usbphy0 = &usbphy1;
|
||||
i2c0 = &lpi2c4;
|
||||
i2c1 = &lpi2c5;
|
||||
i2c2 = &lpi2c6;
|
||||
i2c3 = &lpi2c7;
|
||||
i2c4 = &lpi2c4;
|
||||
i2c5 = &lpi2c5;
|
||||
i2c6 = &lpi2c6;
|
||||
i2c7 = &lpi2c7;
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
|
Loading…
Add table
Reference in a new issue