From patchwork Wed Oct 12 14:21:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olivier Moysan X-Patchwork-Id: 13005102 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 ADDD4C4321E for ; Wed, 12 Oct 2022 14:24:58 +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:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=/k1hgE6MtNHHoO75LuPFdByzAEqUt1qAaobDgBxQ/+M=; b=2o+nYCb1318wAU E+gj5gBBmD6dGU5WF/MCNbhu+HIXDVBa+SHT5CvvjlfQYMBSXM5WZGgrkpL5l9ruBsvXkC3R2J/Br 5bsESRZn/sY+OcqUpEAdGmhlKRtvoa+ZjrtNdTDnnPczbrPiBs0ADjOCCQYuxKuyaN4pp5/XSpXv3 0F4CdhmoXkEPgUaq5E2XmbqYqAf4vhv//+hW8GQnxpuHC5EhzyKBzI7E7FETYrS/QydZpbkATQouj +RjoZALGoxyQbJaqekZ6/92vTo/zCdbGGbrcboNtg6GCEd3uKFGECGQoVxt19wHz0U3PHhCHos192 ACxNo4DnpO4I38Bl1tcg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiceG-008Ll8-IA; Wed, 12 Oct 2022 14:23:52 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oice6-008Lj1-9a for linux-arm-kernel@lists.infradead.org; Wed, 12 Oct 2022 14:23:43 +0000 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 29CAd0eb013878; Wed, 12 Oct 2022 16:23:34 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=selector1; bh=e2at5cECV3lmB6YhVf0LWjp6cb4WKD3ere/W0YhLlM0=; b=kyGyJREASfcq6DxrIVNDnu7zdMgKTf5qc7zWI9uJaNR3fNR12uZa1YHyNWQxmFAgRCJC DXgbhnHpp71W4d3IAhdpePzbj2mzMYy70Xbr5NuCCkR9DqXe5BWPX1kdk4KiosrhyS8e a1Q4iP/F8JcbD2/oFTnsLP6tKKpZTebYfN676zCixOs1O96HQNsaUJY0nHwCkrIClnua Rr/U9uHUKTkza/LOZKzWEsdme/FRUXepLYA10XYKylktKYcwP37iw3r2PiwVwec7/Jyi nWS1/BV6F3U/N24dFOlS4yLLN0f9C0ipjOBIOiwP51ikDTe1cEoqQLO9BahPg1cdFWIN Kg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3k31gq3kby-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 12 Oct 2022 16:23:34 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id C463810002A; Wed, 12 Oct 2022 16:23:04 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id BE95222F7D7; Wed, 12 Oct 2022 16:23:04 +0200 (CEST) Received: from localhost (10.75.127.45) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2375.31; Wed, 12 Oct 2022 16:23:04 +0200 From: Olivier Moysan To: Rob Herring , Alexandre Torgue , Andy Shevchenko , Fabrice Gasnier , Jonathan Cameron , Lars-Peter Clausen , Maxime Coquelin , Olivier Moysan CC: , , , , Subject: [PATCH v4 0/8] iio: stm32-adc: add support of adc for stm32mp13 Date: Wed, 12 Oct 2022 16:21:57 +0200 Message-ID: <20221012142205.13041-1-olivier.moysan@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.75.127.45] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-10-12_07,2022-10-12_01,2022-06-22_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221012_072342_665785_47D95166 X-CRM114-Status: GOOD ( 15.46 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On STM32MP13 SoCs, each ADC peripheral has a single ADC block. These ADC peripherals, ADC1 and ADC2, are fully independent. The STM32MP131 SoC provides only ADC2, while other STM32MP13x SoCs provide both ADC1 and ADC2. The STM32MP13 ADC features and characteristics are slightly different from STM32MP15 ADC ones, requiring a specific support in the driver. This patchset enables the ADC peripheral on STM32MP135F-DK board. On STM32MP135F-DK board the ADC is connected to VDDA voltage provided by the PMIC LOD1 supply, which has to be enabled through SCMI regulator framework. This serie introduces a fixed regulator to allow ADC probing, while SCMI regulators support is not available. This does not ensure ADC regulator enabling however. Changes in v4: - reformat patch 1 commit message - reorder adc1 node v3: - Remove blank line in tag block - Use HZ_PER_MHZ unit for max frequency definition - Coding style updates v2: - Rework commit message length - Add missing spaces - Remove useless defines Olivier Moysan (8): iio: adc: stm32-adc: fix channel sampling time init dt-bindings: iio: adc: stm32-adc: add stm32mp13 compatibles iio: adc: stm32-adc: add stm32mp13 support iio: adc: stm32: manage min sampling time on all internal channels ARM: dts: stm32: add adc support to stm32mp13 ARM: dts: stm32: add adc pins muxing on stm32mp135f-dk ARM: dts: stm32: add dummy vdd_adc regulator on stm32mp135f-dk ARM: dts: stm32: add adc support on stm32mp135f-dk .../bindings/iio/adc/st,stm32-adc.yaml | 68 ++++- arch/arm/boot/dts/stm32mp13-pinctrl.dtsi | 7 + arch/arm/boot/dts/stm32mp131.dtsi | 43 +++ arch/arm/boot/dts/stm32mp133.dtsi | 31 +++ arch/arm/boot/dts/stm32mp135f-dk.dts | 33 +++ drivers/iio/adc/stm32-adc-core.c | 30 ++- drivers/iio/adc/stm32-adc-core.h | 30 +++ drivers/iio/adc/stm32-adc.c | 247 +++++++++++++++--- 8 files changed, 443 insertions(+), 46 deletions(-) Reviewed-by: Andy Shevchenko Reviewed-by: Fabrice Gasnier