From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B6658C433EF for ; Sat, 11 Jun 2022 16:06:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZrgRLzr0UrGJnx9CR04hZbd9g0rNldmSEjSUCLcZh7Y=; b=BC9fjBSKxlEhgg Umz1aHYm9uAXhL07qzt8cgaTiui9aXDYZf8no9ZwTinKeUjczDnezRv+jKc1hCm8zMPNIAN7c4ITB vHxMP2CO3XWUYmR9qX9hSsCPMvsbRhQ5FgTOApP7Io69nSrxzkmXJm/P+MIttJdEdOsd8uft7DjrP JXGv0f+3R5JFVEpYCXHvqMB+PrTQZgKRX/pbI79S151ggAIhsdoOSNJe4bcABtQxWx7waGQawcq9c X0D80874rS9eUuuKdlICXwwd9YtbwqrJeTJWj3hNOQFBBUyuH/R7ituzBtnEvb+HZPT2Ord4dZKef oUakcB6IYZSrXtK7EEyg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o03cV-00DjKx-Jk; Sat, 11 Jun 2022 16:05:51 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o03cS-00DjKQ-RS for linux-arm-kernel@lists.infradead.org; Sat, 11 Jun 2022 16:05:50 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C47766111E; Sat, 11 Jun 2022 16:05:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62B78C3411B; Sat, 11 Jun 2022 16:05:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654963546; bh=uQGH4sFj2WRe9mI9K7xL+Xi4+jrmG0wytJBcXdI8uRQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uQoZcgbrqa+VUdd4CByAP1V/QOoNk0uKWLK6fHizwKfaUQ56FQatX5hiMZm9pHt3a zxSc8cJVdPP80qAwZa+ug43Itb1GWDrMfYsf9KfTLKivwfxPmZOefIx2HzCmvNW2Rh QFDcBXII0MAhRJkzG22OYte/6H1W5ve+FSE9JU1PRJT56E33YQTQVmBRdiSJ9ESbSr IEQGVVcccWgQyB4lF1J0WfC3rySNci+YJezeOtoEkyAnoHQ+zni/wvhhVw8MEMi6jB UC1uDSvYCTYI5f+wUglCBy2szRNC820DdyUHmHoeEhnug41SangzcLktq82wpJBlfT YF23YnlJ3+rKA== Date: Sat, 11 Jun 2022 17:14:55 +0100 From: Jonathan Cameron To: Olivier Moysan Cc: Alexandre Torgue , Fabrice Gasnier , Lars-Peter Clausen , Maxime Coquelin , Paul Cercueil , , , , Subject: Re: [PATCH] iio: adc: stm32: fix maximum clock rate for stm32mp15x Message-ID: <20220611171455.13798411@jic23-huawei> In-Reply-To: <20220609095234.375925-1-olivier.moysan@foss.st.com> References: <20220609095234.375925-1-olivier.moysan@foss.st.com> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220611_090548_972842_C144D08D X-CRM114-Status: GOOD ( 17.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 9 Jun 2022 11:52:34 +0200 Olivier Moysan wrote: > Change maximum STM32 ADC input clock rate to 36MHz, as specified > in STM32MP15x datasheets. > > Fixes: d58c67d1d851 ("iio: adc: stm32-adc: add support for STM32MP1") No gap here as per the other patch. Fixed up whilst applying and marked for stable. Thanks, Jonathan > > Signed-off-by: Olivier Moysan > --- > drivers/iio/adc/stm32-adc-core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/adc/stm32-adc-core.c b/drivers/iio/adc/stm32-adc-core.c > index 142656232157..ce1a63a82034 100644 > --- a/drivers/iio/adc/stm32-adc-core.c > +++ b/drivers/iio/adc/stm32-adc-core.c > @@ -805,7 +805,7 @@ static const struct stm32_adc_priv_cfg stm32h7_adc_priv_cfg = { > static const struct stm32_adc_priv_cfg stm32mp1_adc_priv_cfg = { > .regs = &stm32h7_adc_common_regs, > .clk_sel = stm32h7_adc_clk_sel, > - .max_clk_rate_hz = 40000000, > + .max_clk_rate_hz = 36000000, > .has_syscfg = HAS_VBOOSTER | HAS_ANASWVDD, > .num_irqs = 2, > }; _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel