From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 94ACA1DE3A8; Thu, 17 Apr 2025 18:04:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744913095; cv=none; b=bgk+V47QNWIaQEX0GH4EUYbvybOtPTBksohAbln3D4FqXr5KHC0vBTJbAR2g8FWi1YSVbvMPS2+FY9lW5Fp//M0eWdv93HkoYtjfBv6c7spT92O86DvgzU6/Ai2RsEcHNmib2J1+in2MAo09y3ju8dEtDyAuEvf9lnljh7Nl9Nw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744913095; c=relaxed/simple; bh=Zsthdqp7WdCN9JX8hu64Isat1U2ZYr9he68ls+ojpiQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=H45Al4GQKxYyqu4xizQ8IZ4WtovRBe9AY9OLOj5uO6AE235vNveZxpvfFu3Idgevlh1AMWocZPGHiUkW5iO1Pcibe0ojS26zf1UnZxY6NDlEmRdj9vv83TvopQaCcXIsNwJzGt/y0QrzCGNF+Xxbhqqxlqz6ieYxFJSdvu0qapY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=YXF/gEVi; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="YXF/gEVi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 017BBC4CEE4; Thu, 17 Apr 2025 18:04:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744913095; bh=Zsthdqp7WdCN9JX8hu64Isat1U2ZYr9he68ls+ojpiQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YXF/gEVieuPwTGsYj24CuZWGgA5U4sfzYRrEXqPlr2wS0ZXoH/lCiEAX3ym4tYNgj mGForJxVPAJefA8tVeKJ9shGFzqtXYUw4J60A8xzQhkOTmkga3IS6K2OluUf/PzbJ0 v0ZHkDT3X+yB6T6OjtU1ubZDapfyW3a9cet49ynI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, =?UTF-8?q?Martin=20T=C5=AFma?= , Hans Verkuil Subject: [PATCH 6.14 224/449] media: mgb4: Fix switched CMT frequency range "magic values" sets Date: Thu, 17 Apr 2025 19:48:32 +0200 Message-ID: <20250417175127.007825022@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250417175117.964400335@linuxfoundation.org> References: <20250417175117.964400335@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Martin Tůma commit 450acf0840232eaf6eb7a80da11cf492e57498e8 upstream. The reason why this passed unnoticed is that most infotainment systems use frequencies near enough the middle (50MHz) where both sets work. Fixes: 0ab13674a9bd ("media: pci: mgb4: Added Digiteq Automotive MGB4 driver") Cc: stable@vger.kernel.org Signed-off-by: Martin Tůma Signed-off-by: Hans Verkuil Signed-off-by: Greg Kroah-Hartman --- drivers/media/pci/mgb4/mgb4_cmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/media/pci/mgb4/mgb4_cmt.c +++ b/drivers/media/pci/mgb4/mgb4_cmt.c @@ -135,8 +135,8 @@ static const u16 cmt_vals_out[][15] = { }; static const u16 cmt_vals_in[][13] = { - {0x1082, 0x0000, 0x5104, 0x0000, 0x11C7, 0x0000, 0x1041, 0x02BC, 0x7C01, 0xFFE9, 0x9900, 0x9908, 0x8100}, {0x1104, 0x0000, 0x9208, 0x0000, 0x138E, 0x0000, 0x1041, 0x015E, 0x7C01, 0xFFE9, 0x0100, 0x0908, 0x1000}, + {0x1082, 0x0000, 0x5104, 0x0000, 0x11C7, 0x0000, 0x1041, 0x02BC, 0x7C01, 0xFFE9, 0x9900, 0x9908, 0x8100}, }; static const u32 cmt_addrs_out[][15] = {