diff options
author | Peng Fan | 2018-01-02 15:41:53 +0800 |
---|---|---|
committer | Heiko Schocher | 2018-01-16 06:59:15 +0100 |
commit | 34b0af83902d43c05aa57e96cc06c1d5b42259e2 (patch) | |
tree | bb70bf310240691cb0df62521073cefae299edce /arch/arm | |
parent | 0074d4bf2d9f9b32b9939dfba6c84a160d250763 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/imx7ulp.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/imx7ulp.dtsi b/arch/arm/dts/imx7ulp.dtsi index 5497734a215..a8458f89d5f 100644 --- a/arch/arm/dts/imx7ulp.dtsi +++ b/arch/arm/dts/imx7ulp.dtsi @@ -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 { |