From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966078AbcIHOaW (ORCPT ); Thu, 8 Sep 2016 10:30:22 -0400 Received: from gloria.sntech.de ([95.129.55.99]:42338 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965157AbcIHOaU (ORCPT ); Thu, 8 Sep 2016 10:30:20 -0400 From: Heiko Stuebner To: Andy Yan Cc: lorenzo.pieralisi@arm.com, robh+dt@kernel.org, will.deacon@arm.com, mark.rutland@arm.com, jic23@kernel.org, wxt@rock-chips.com, catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] arm64: rockchip: fix i2c resource describe error of rk3368 Date: Thu, 08 Sep 2016 16:29:48 +0200 Message-ID: <1501249.i2J5ebpZs6@phil> User-Agent: KMail/5.2.3 (Linux/4.6.0-1-amd64; KDE/5.25.0; x86_64; ; ) In-Reply-To: <1473332623-31951-1-git-send-email-andy.yan@rock-chips.com> References: <1473332623-31951-1-git-send-email-andy.yan@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 8. September 2016, 19:03:43 CEST schrieb Andy Yan: > According to the TRM and downstream code from rockchip, the register > address of i2c1 on rk3368 is 0xff660000 and i2c2 is 0xff140000. > > This patch fix the i2c1 & i2c2 register address definition error, also > fix the clk and pinctrl reference error. > > Signed-off-by: Andy Yan after also checking the TRM for confirmation, applied to my dts64 branch Thanks for catching that Heiko