diff mbox series

[U-Boot,2/2] imx: mx7ulp: modify lpi2c seq number

Message ID 1514878913-24358-2-git-send-email-peng.fan@nxp.com
State Accepted
Commit 34b0af83902d43c05aa57e96cc06c1d5b42259e2
Delegated to: Heiko Schocher
Headers show
Series [U-Boot,1/2] i2c: lpi2c: do not add 4 for bus seq | expand

Commit Message

Peng Fan Jan. 2, 2018, 7:41 a.m. UTC
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>
---
 arch/arm/dts/imx7ulp.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Heiko Schocher Jan. 16, 2018, 9:48 a.m. UTC | #1
Hello Peng,

Am 02.01.2018 um 08:41 schrieb Peng Fan:
> 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>
> ---
>   arch/arm/dts/imx7ulp.dtsi | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)

Applied to u-boot-i2c.git master

Thanks!

bye,
Heiko
diff mbox series

Patch

diff --git a/arch/arm/dts/imx7ulp.dtsi b/arch/arm/dts/imx7ulp.dtsi
index 5497734..a8458f8 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 {