Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2667004pxj; Mon, 31 May 2021 07:48:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwAWYV933IB+zxMhGEsnQJDZqRxltDz2oc/gfbsYyXtfKjR8J9MGUxF7e7n2H8pSBbPDKih X-Received: by 2002:a05:6638:775:: with SMTP id y21mr21023723jad.115.1622472528701; Mon, 31 May 2021 07:48:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622472528; cv=none; d=google.com; s=arc-20160816; b=HrbIkXYkBqfTsEBwo7g7Nb0pw+M70vv4xSayWoXDIiuUvcfrY6W9eCIlngI4ykfJK8 C1WyRO86sPSZ/Ih4tKbtETxiAexOhfEe30UkTOCGKtAwPMMcxEFTegGYYnOydQQDaHo8 icqnvw4b6u/4e1T8QNCt30j/svXcdVPDPvtR6RS3Z8JnMYvXvidwaGmt4rYwryY1uEqu AdA+l9DZgwryz5W5NPf8yOsMpSB5VjylPtAFro5VJon/iFO+XhJiK3Nre+JyecCvbS0z ufh21nCgK7Z25c7UU9ueILQvrAlmrZT3Y5ruF9zXIza7t+gyi5K38IYUhX9bH/1CLKbw OkJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=r6QMFWUa8s6oduoqwUQHh3CHjsJ+8nldnaM4YOzr1EI=; b=fDhe2AWeqEpw5L87uJ8mUG/JxGbkcu4TYVPXx96iRB0WXAlEM/6HrJlOTT6E4ESMu9 IrV9Qu0TLUSlycm5+p8iVM7oLZh7vh1YPo572X7SXkO+tFKG1cGRihXkm+J6RYmGsgD9 8n/Tb1ocGNVmx4E4UceJI4qQY8Cqut1SJclKyvtJVqExQeNPt4XSE2k7oQG9vJi4jpOI isYwT1HI4hfHYvR6is3x/UNnACO/+c8YCLtPGnBRYe5Lo6kXlwzQgPrJoCQFrc2SQeGz z5V1JL5uVDJbQwZTlA/jt5p5XNwYvhP1ZCy1oYb5/papxLo1L0DKehN5Nd51Fp8duA/S r3yw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="FHI/2fff"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h21si14149213jav.99.2021.05.31.07.48.34; Mon, 31 May 2021 07:48:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="FHI/2fff"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233990AbhEaOtN (ORCPT + 99 others); Mon, 31 May 2021 10:49:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:36882 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231377AbhEaOBX (ORCPT ); Mon, 31 May 2021 10:01:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C898E610A0; Mon, 31 May 2021 13:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622468209; bh=LaB3UTQvPX++WABDJkqPhH0V1OsEQ6q1tF4fYa/kK94=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FHI/2fffMnyR9Dhchsfx6SvvH/OmyhE7y325OwjtO+UlE3YuanCE3hFoTNO+dFR3l Dq/VEG8hHmvd25BSN5T8SjBRlkWNvFCiBndmAy3owvsn9Fc5RsnO1k80+BKEjNJeiq gAZ3VUsOr1Jg8Pgy83i+YtFOWlxoS2KBnKHLP+gY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Fabrizio Castro , Wolfram Sang Subject: [PATCH 5.10 123/252] i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E Date: Mon, 31 May 2021 15:13:08 +0200 Message-Id: <20210531130702.180257192@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210531130657.971257589@linuxfoundation.org> References: <20210531130657.971257589@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Geert Uytterhoeven commit c4740e293c93c747e65d53d9aacc2ba8521d1489 upstream. When switching the Gen3 SoCs to the new clock calculation formulas, the match entry for RZ/G2E added in commit 51243b73455f2d12 ("i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)") was forgotten. Fixes: e8a27567509b2439 ("i2c: sh_mobile: use new clock calculation formulas for Gen3") Signed-off-by: Geert Uytterhoeven Reviewed-by: Fabrizio Castro Signed-off-by: Wolfram Sang Signed-off-by: Greg Kroah-Hartman --- drivers/i2c/busses/i2c-sh_mobile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/i2c/busses/i2c-sh_mobile.c +++ b/drivers/i2c/busses/i2c-sh_mobile.c @@ -807,7 +807,7 @@ static const struct sh_mobile_dt_config static const struct of_device_id sh_mobile_i2c_dt_ids[] = { { .compatible = "renesas,iic-r8a73a4", .data = &fast_clock_dt_config }, { .compatible = "renesas,iic-r8a7740", .data = &r8a7740_dt_config }, - { .compatible = "renesas,iic-r8a774c0", .data = &fast_clock_dt_config }, + { .compatible = "renesas,iic-r8a774c0", .data = &v2_freq_calc_dt_config }, { .compatible = "renesas,iic-r8a7790", .data = &v2_freq_calc_dt_config }, { .compatible = "renesas,iic-r8a7791", .data = &v2_freq_calc_dt_config }, { .compatible = "renesas,iic-r8a7792", .data = &v2_freq_calc_dt_config },