From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2AE215437CC; Wed, 9 Sep 2026 13:53:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788962011; cv=none; b=m+CemF/ZWahqeXROYRpnZeH9vLuyRNHqep7Rn/RI4/+Bbplqcxjp7AxDbJbGFn4NGDBhOGiiSIqVRI17JqL3nHDb+ceXVtWJdpQbzKFhebZTgH/phgyrDf+8ooD2TNofyEqj2BYgU8EWYQIvirX6JFb1CeQoi/Nu6/nG9iNcXHM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788962011; c=relaxed/simple; bh=4aF7PlHx1I7aAqc0Ht92bNW9pCSf7jZyza/rDqrVhhI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RCs1fkbM5fuvy4ovbeh/Dr7DCl4xwCvxdhTY/UNU9izWB8Pz0UUJABsBG93jyTof+v/70xkm6pHpHwrJgeG8xNTK0CL/nHYtQ8kQ7eY60X59WaR7NxR0U0VH6Y452n34qfmVnZnnCDDg/bODp/axkWPoBjk8muHXoB04aJtFXU4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=oGM36/Kn; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="oGM36/Kn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5144F1F00A3D; Wed, 9 Sep 2026 13:53:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1788962009; bh=8AC3N2uB6irPxxhANZufvuBaBiZGE+QTaZgm8AueBrU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=oGM36/Kn6GpMicpGlSROqXIbb56on3LLt1GuyWBNTJ+lTlimjFqn7rWrKlsW4mJLS t6my5OAjIQKoQFp9hC4jG09V2hFA0x4M30WjsCNKCTxg9satsKe2fSXdGGwHp9sIDa SOXQTKhqi4Ey0VUkejg0X/WtrDGB303kpG4lN5PE= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Kathiravan Thirumoorthy , Mukesh Savaliya , Konrad Dybcio , Andi Shyti Subject: [PATCH 7.2 142/556] i2c: qcom-geni: update frequency table to fix timing parameters Date: Wed, 9 Sep 2026 15:37:02 +0200 Message-ID: <20260909134235.445568903@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260909134230.441546314@linuxfoundation.org> References: <20260909134230.441546314@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 7.2-stable review patch. If anyone has any objections, please let me know. ------------------ From: Kathiravan Thirumoorthy commit a4f3fbccb65de757569686baaf2b72e329096aba upstream. In IPQ5424, to meet the setup and hold timing requirements in the standard mode, update the frequency table with the values recommended by HW design team. Also remove the stray space in the I2C_MAX_FAST_MODE_FREQ entry. Fixes: 85c34532849d ("i2c: qcom-geni: fix I2C frequency table to achieve accurate bus rates") Fixes: 506bb2ab0075 ("i2c: qcom-geni: Support systems with 32MHz serial engine clock") Signed-off-by: Kathiravan Thirumoorthy Cc: # v6.13+ Reviewed-by: Mukesh Savaliya Reviewed-by: Konrad Dybcio Signed-off-by: Andi Shyti Link: https://patch.msgid.link/20260812-ipq5424_i2c_scl_updates-v2-1-e09cd39d01d7@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman --- drivers/i2c/busses/i2c-qcom-geni.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/i2c/busses/i2c-qcom-geni.c +++ b/drivers/i2c/busses/i2c-qcom-geni.c @@ -177,8 +177,8 @@ static const struct geni_i2c_clk_fld gen /* source_clock = 32 MHz */ static const struct geni_i2c_clk_fld geni_i2c_clk_map_32mhz[] = { - { I2C_MAX_STANDARD_MODE_FREQ, 8, 14, 18, 38 }, - { I2C_MAX_FAST_MODE_FREQ, 4, 3, 9, 19 }, + { I2C_MAX_STANDARD_MODE_FREQ, 12, 9, 10, 26 }, + { I2C_MAX_FAST_MODE_FREQ, 4, 3, 9, 19 }, { I2C_MAX_FAST_MODE_PLUS_FREQ, 2, 3, 5, 15 }, {} };