From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933470AbcI2KNq (ORCPT ); Thu, 29 Sep 2016 06:13:46 -0400 Received: from mga03.intel.com ([134.134.136.65]:1654 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932607AbcI2KNj (ORCPT ); Thu, 29 Sep 2016 06:13:39 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,414,1470726000"; d="scan'208";a="1063892722" Date: Thu, 29 Sep 2016 13:13:34 +0300 From: Mika Westerberg To: Jarkko Nikula Cc: linux-kernel@vger.kernel.org, Lee Jones , Andy Shevchenko , Xiang A Wang Subject: Re: [PATCH] mfd: lpss: Fix Intel Kaby Lake PCH-H properties Message-ID: <20160929101334.GM1218@lahna.fi.intel.com> References: <20160929095939.10236-1-jarkko.nikula@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160929095939.10236-1-jarkko.nikula@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 29, 2016 at 12:59:39PM +0300, Jarkko Nikula wrote: > There are a few issues on Intel Kaby Lake PCH-H properties added by > commit a6a576b78e09 ("mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs"): > > - Input clock of I2C controller on Intel Kaby Lake PCH-H is 120 MHz not > 133 MHz. This was probably copy-paste error from Intel Broxton I2C > properties. > - There is no default I2C SDA hold time specified which is used when > ACPI doesn't provide it. I got information from Windows driver team > that Kaby Lake PCH-H can use the same configuration than Intel > Sunrisepoint PCH. > - Common HS-UART properties are not used. > > Fix these by reusing the Sunrisepoint properties on Kaby Lake PCH-H. > > Fixes: a6a576b78e09 ("mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs") > Reported-by: Xiang A Wang > Signed-off-by: Jarkko Nikula Thanks for fixing this! Acked-by: Mika Westerberg