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 239684369A; Sat, 12 Sep 2026 19:02:31 +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=1789239753; cv=none; b=W5lPVs5y0NpIWx5IibEWYazzG23FluKWAK911QpUwBOoUaxnQn29QARn6Cd6AgzT0pgAftnbZKHqMxhlAfaybDNNU0BYU2YEVX7ke+6UWunKqoH+8YZPUOjlLtDRq1KKyD++dwz0KtVN80j0g0LExGCcmpsD35L17Ufpx/Jnsc8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789239753; c=relaxed/simple; bh=fh7eMKFsK2gzINw4pXFXALXMqOVmbfxR9QmSoZRDWKg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=MDVQOZbuJdY/RmDuDid0LdA4A8iVUl1ezONIXjnvA2pgkCaSsqY+KUFDEeTxCVgsGk56CAwnuONuGM4jUyk/gRvGxq3BmOzeM+UPiyQykHU025C4hZYEMZF547AZksAxrnUHugF0IKVwrM4qZd59cn0lzG2ooDS3Q4lWEAusa4I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Eyz7/Fi8; 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="Eyz7/Fi8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8A8931F000FF; Sat, 12 Sep 2026 19:02:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789239751; bh=g/kzMUaZhRIOuhLq8jEQROPrZJ24DPz0dQXg9V6znCc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Eyz7/Fi8rcLxXnrxmYv2E51xjnbg0smDZ4QkoYXHuMNaOxUx7E2PKVCbII422arRt qWgnXgc6hsa6+5wNOopOha2gMCpro7I7yX3UbzkBuPjLqS6FE5+D07d+hQzqnEzG6W WEBG6o8KCFYjerzMOCfOI1gSuyjUMKRcmX20qwDc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Michael Riesch , Gerald Loacker , Vinod Koul , Sasha Levin Subject: [PATCH 5.15 729/935] phy: rockchip: phy-rockchip-inno-csidphy: fix rk1808 hsfreq table Date: Sat, 12 Sep 2026 09:02:39 +0200 Message-ID: <20260912065543.553715859@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065526.833703348@linuxfoundation.org> References: <20260912065526.833703348@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 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Gerald Loacker [ Upstream commit 4fae43e33a7c10951fbdc6baf409d51bd66aaefb ] The rk1808 hsfreq table capped at 2499 Mbps, preventing a data rate of exactly 2500 Mbps. Extend the final entry to 2500 Mbps to support this rate. This is essential for RK3588 reusing this array and fully supporting rates up to 2500 Mbps. Fixes: bd1f775d6027 ("phy/rockchip: add Innosilicon-based CSI dphy") Reviewed-by: Michael Riesch Signed-off-by: Gerald Loacker Link: https://patch.msgid.link/20260725-feature-mipi-csi-dphy-4k60-v4-1-5b2c4626d31e@wolfvision.net Signed-off-by: Vinod Koul Signed-off-by: Sasha Levin --- drivers/phy/rockchip/phy-rockchip-inno-csidphy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/rockchip/phy-rockchip-inno-csidphy.c b/drivers/phy/rockchip/phy-rockchip-inno-csidphy.c index 286b38cc6f442..7f499d4dfda40 100644 --- a/drivers/phy/rockchip/phy-rockchip-inno-csidphy.c +++ b/drivers/phy/rockchip/phy-rockchip-inno-csidphy.c @@ -146,7 +146,7 @@ static const struct hsfreq_range rk1808_mipidphy_hsfreq_ranges[] = { { 299, 0x06}, { 399, 0x08}, { 499, 0x0b}, { 599, 0x0e}, { 699, 0x10}, { 799, 0x12}, { 999, 0x16}, {1199, 0x1e}, {1399, 0x23}, {1599, 0x2d}, {1799, 0x32}, {1999, 0x37}, - {2199, 0x3c}, {2399, 0x41}, {2499, 0x46} + {2199, 0x3c}, {2399, 0x41}, {2500, 0x46} }; static const struct hsfreq_range rk3326_mipidphy_hsfreq_ranges[] = { -- 2.53.0