From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752159AbeEODXB (ORCPT ); Mon, 14 May 2018 23:23:01 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35335 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752118AbeEODW4 (ORCPT ); Mon, 14 May 2018 23:22:56 -0400 X-Google-Smtp-Source: AB8JxZpChC2uIy6eWlYGGwzxa1E4LdpjoU+vCGHGNXLUkwe7vEoF5kSNbeUg0KGMzY5KOqKLR3AIyCy3jve7VlTX3us= MIME-Version: 1.0 In-Reply-To: References: From: Chris Chiu Date: Tue, 15 May 2018 11:22:54 +0800 Message-ID: Subject: Re: [BUG] i2c-hid: ELAN Touchpad does not work on ASUS X580GD To: Jarkko Nikula Cc: Daniel Drake , Jian-Hong Pan , Jiri Kosina , Benjamin Tissoires , Jani Nikula , Hans de Goede , Dmitry Torokhov , Adrian Salido , Jason Gerecke , linux-input , Andy Shevchenko , Mika Westerberg , Wolfram Sang , linux-i2c@vger.kernel.org, Linux Kernel , Linux Upstreaming Team Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 14, 2018 at 10:20 PM, Jarkko Nikula wrote: > On 05/10/2018 03:03 PM, Chris Chiu wrote: >> >> Report from guys who can access scope. If i2c-sda-falling-time-ns=400ns >> , HCNT increase to 117, the SCL high duration is 576ns as follows >> https://pasteboard.co/HkwERvP.png >> >> The original SCL high duration (HCNT = 105, 120MHz) is as follows >> https://pasteboard.co/HkwFxgY.png >> >> So the HCNT does affect but per this HCNT/LCNT value, just not 400kHz >> as expected. Any suggestion? >> > Thanks for measurements. I was sidetracked last week so I don't have yet > explanation why signals run faster than expected :-( > > Using 120 MHz SPT I2C clocks in commit b418bbff36dd ("mfd: intel-lpss: Add > Intel Cannonlake PCI IDs") is clearly wrong but before going to 133 MHz > (which work for you but still runs too fast) I would like to find > explanation why it appears to be much higher. > > -- > Jarkko What if I change the 120MHz to 180MHz and then make sure that the I2C operates in target FS mode frequency 400kHz via scope? Would there be any side effect? Maybe some other busses frequency could be also affected and causing some other component malfunction? Chris