From patchwork Tue Mar 28 12:10:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steffen Trumtrar X-Patchwork-Id: 13190964 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 5B378C76196 for ; Tue, 28 Mar 2023 12:11:53 +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=BdSep+2cRs+dlsGq6/kWxBm/gfJz3lehpHv1OoOcrlg=; b=c4G8jBGAvy8j2X dkZHr80asC/o3A9RSg+JwFUiCJeId0/xagc3PLKfXpxDHnLAY50OgNqX/EeRcYZ7o3TdIjb+9jjJC L+I2jaYWxdDgbetauJJuwSqd4tiS91lDfaszQMCpwrG0KQ/MtNkt80SE33TQJgsKQDLMtNP2XgjA8 XTl+yrzklnVG7pCNkqGyrc5xIN4PyPGYpunS6Ao9X4IOs1nTS7pdF8Xlu0MF0BiZi8E1OoEmatCno 4UXXPBXqtjQyt3f+XYHR2z1UzUuI2TdZO1nnhNF6w0LtNZU3z9/aORT9GNivOxwCdNWo1THRNrf8q OjEMHupZbFu2v0LwaH8g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ph8A7-00EIUu-1B; Tue, 28 Mar 2023 12:10:51 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1ph8A3-00EIRk-0Q for linux-arm-kernel@lists.infradead.org; Tue, 28 Mar 2023 12:10:48 +0000 Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ph89u-0007AZ-N3; Tue, 28 Mar 2023 14:10:38 +0200 From: Steffen Trumtrar To: linux-stm32@st-md-mailman.stormreply.com Cc: Krzysztof Kozlowski , Maxime Coquelin , Alexandre Torgue , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v6 00/10] ARM: stm32: add support for Phycore STM32MP1 Date: Tue, 28 Mar 2023 14:10:06 +0200 Message-Id: <20230328121016.2472819-1-s.trumtrar@pengutronix.de> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::77 X-SA-Exim-Mail-From: s.trumtrar@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230328_051047_164449_0076A633 X-CRM114-Status: GOOD ( 13.34 ) 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 Hi, this is the fifth installement of my series for adding support for the Phytec STM32MP1-based SoM and board. Phytec itself calls the board "Phycore STM32MP1-3" and has other endnumbers. I only have access to the "-3" and that's what this series adds. Changes since v5: - add reviewed/acked-by - cleanup dt_bindings_check warnings Changes since v4: - cleanup usage of "status = okay|disabled" - fix remaining non-generic node names - rework sai nodes to not duplicate the existing settings in stm32mp151.dtsi Changes since v3: - cleanup board-compatible - cleanup aliases - rename nodes according to schema - use interrupt flag Steffen Trumtrar (10): ARM: dts: stm32: Add alternate pinmux for ethernet ARM: dts: stm32: Add alternate pinmux for sai2b ARM: dts: stm32: Add new pinmux for sdmmc1_b4 ARM: dts: stm32: Add new pinmux for sdmmc2_d47 ARM: dts: stm32: Add pinmux for USART1 pins ARM: dts: stm32: Add idle/sleep pinmux for USART3 ARM: dts: stm32: Add sleep pinmux for SPI1 pins_a dt-bindings: arm: stm32: Add Phytec STM32MP1 board ARM: dts: stm32: add STM32MP1-based Phytec SoM ARM: dts: stm32: add STM32MP1-based Phytec board .../devicetree/bindings/arm/stm32/stm32.yaml | 6 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 231 +++++++ .../dts/stm32mp157c-phycore-stm32mp1-3.dts | 65 ++ .../stm32mp157c-phycore-stm32mp15-som.dtsi | 594 ++++++++++++++++++ 5 files changed, 898 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/stm32mp157c-phycore-stm32mp1-3.dts create mode 100644 arch/arm/boot/dts/stm32mp157c-phycore-stm32mp15-som.dtsi