Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753150AbdIUR0q (ORCPT ); Thu, 21 Sep 2017 13:26:46 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:33729 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752904AbdIURYY (ORCPT ); Thu, 21 Sep 2017 13:24:24 -0400 X-Google-Smtp-Source: AOwi7QBU1jt3KKa4xS0g1OjEriQbss7YVa+S9ySjpCsgpwLriV4CZFEiU2aoiVPdGkTEH2bW4CIs4w== From: Corentin Labbe To: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org, catalin.marinas@arm.com, will.deacon@arm.com Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH 02/12] ARM: dts: sunxi: h3/h5: Fix i2c2 register address Date: Thu, 21 Sep 2017 19:21:41 +0200 Message-Id: <20170921172151.29779-3-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170921172151.29779-1-clabbe.montjoie@gmail.com> References: <20170921172151.29779-1-clabbe.montjoie@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 26 The unit address and register address does not match. This patch fix the register address with the good one. Signed-off-by: Corentin Labbe --- arch/arm/boot/dts/sunxi-h3-h5.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index 59ddac9f65a7..37464d4d07f6 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -630,9 +630,9 @@ #size-cells = <0>; }; - i2c2: i2c@01c2b400 { + i2c2: i2c@1c2b400 { compatible = "allwinner,sun6i-a31-i2c"; - reg = <0x01c2b000 0x400>; + reg = <0x1c2b400 0x400>; interrupts = ; clocks = <&ccu CLK_BUS_I2C2>; resets = <&ccu RST_BUS_I2C2>; -- 2.13.5