Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1739614 > unrolled thread

[PATCH v3 02/14] ARM: dts: sunxi: h3/h5: Fix i2c2 register address

Started byCorentin Labbe <clabbe.montjoie@gmail.com>
First post2017-09-26 09:30 +0200
Last post2017-09-26 09:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 02/14] ARM: dts: sunxi: h3/h5: Fix i2c2 register address Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-09-26 09:30 +0200

#1739614 — [PATCH v3 02/14] ARM: dts: sunxi: h3/h5: Fix i2c2 register address

FromCorentin Labbe <clabbe.montjoie@gmail.com>
Date2017-09-26 09:30 +0200
Subject[PATCH v3 02/14] ARM: dts: sunxi: h3/h5: Fix i2c2 register address
Message-ID<utStA-1zD-21@gated-at.bofh.it>
The unit address and register address does not match.
This patch fix the register address with the good one.

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 arch/arm/boot/dts/sunxi-h3-h5.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
index b37ed3461229..289f2cd06dfe 100644
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
@@ -632,7 +632,7 @@
 
 		i2c2: i2c@1c2b400 {
 			compatible = "allwinner,sun6i-a31-i2c";
-			reg = <0x01c2b000 0x400>;
+			reg = <0x01c2b400 0x400>;
 			interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&ccu CLK_BUS_I2C2>;
 			resets = <&ccu RST_BUS_I2C2>;
-- 
2.13.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web