From patchwork Tue Jan 10 09:17:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olivier Moysan X-Patchwork-Id: 13094893 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 6B669C46467 for ; Tue, 10 Jan 2023 09:18:39 +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=V1/OHwaO9AfRfuL1JJo7+YuzdA4dhjfJTxF2HKmekyg=; b=33lfe1A7Zmgeob zLoYV2+JyzG/hT6CFx5ezmAF75qltqyBtdDmOwsy/J4C3+T6/k8Rn1sdVfjY1mVIKp/IU2ksmXn14 62gSdmEfsoyzyxWo9yuQ4yDZW8YbVT3dZTnoqEBqkv+EluUMm7nKnQRY3OuSSe7VS2GhjlFHqpJue G80+XOc0zdmAkfRBfiP4KZaY96V9mjgf/4Y/2bb3r+OAXngpasp1sNoWTZjpmUxzZoOWq6MfbOlI/ gwwisnOy1EnHMNCDaHXL4z1ZGCg+XKOnlyeIQYKfB2TTkRRdP5diQdXuv/PgwKzPwnAqcK52KTNRQ d47LrIvBDdJZaNDfIt5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFAlH-0062SN-NZ; Tue, 10 Jan 2023 09:17:39 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFAlD-0062QF-BI for linux-arm-kernel@lists.infradead.org; Tue, 10 Jan 2023 09:17:37 +0000 Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 30A74sUW030151; Tue, 10 Jan 2023 10:17:22 +0100 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=RBTTPdr7XMYkFxdupnjJacZTskuCtQaU/XM4tkVrI6s=; b=7quJX8teoZ7LxxA/Kw4+EMBVSpeb+bbyFyLsnaShehqbp4qksEM1MTzH9LJ/i+lDSJpT 3rqs4MGG/FsutRo8v4FF9/E0AxdjDkyau2uS8BI9RJ8/5p5F9NaciXHfCGf2Qooj1bOp wUm1moCQN4tT4lxa1ErAbLyus69akPMUWBMsIa9K+FYd/g/FDhtEaav3MR1MlgMyrebZ h3oUFRQ+ciJEkc1qR7XQcB23HZARE0ODCq+bPVxLW8F1QMQlGBcGr5N8mJbk2aKIKb/c hs5OcKFltoyetz8Q5g1pkl0T3iYRFSE1CTbaQEPXjq3fllggBAc8zgo+cWciOWecvx88 WQ== 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 3mxy1qqhvv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 10 Jan 2023 10:17:22 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 8D85910002A; Tue, 10 Jan 2023 10:17:21 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 85F9F20A8CB; Tue, 10 Jan 2023 10:17:21 +0100 (CET) Received: from localhost (10.201.20.178) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.13; Tue, 10 Jan 2023 10:17:21 +0100 From: Olivier Moysan To: Rob Herring , Krzysztof Kozlowski , Maxime Coquelin , Alexandre Torgue CC: Olivier Moysan , , , , Subject: [PATCH v2 0/3] ARM: dts: stm32: add timers support on stm32mp13 Date: Tue, 10 Jan 2023 10:17:09 +0100 Message-ID: <20230110091713.444395-1-olivier.moysan@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.201.20.178] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2023-01-10_02,2023-01-09_02,2022-06-22_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230110_011735_913603_8BFAF0CA X-CRM114-Status: GOOD ( 13.57 ) 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 Add STM32 TIM and LPTIM support to STM32MP13 SoCs family. Add also support of timers available on DK board RPI expansion connector. These timers are configured in the DK board device tree, but let in disabled state by default. Changes in v2: - rebase serie Olivier Moysan (3): ARM: dts: stm32: add timers support on stm32mp131 ARM: dts: stm32: add timer pins muxing for stm32mp135f-dk ARM: dts: stm32: add timers support on stm32mp135f-dk arch/arm/boot/dts/stm32mp13-pinctrl.dtsi | 60 +++ arch/arm/boot/dts/stm32mp131.dtsi | 557 +++++++++++++++++++++++ arch/arm/boot/dts/stm32mp135f-dk.dts | 58 +++ 3 files changed, 675 insertions(+)