From patchwork Mon Mar 20 13:27:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steffen Trumtrar X-Patchwork-Id: 13181259 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 A8DC1C7619A for ; Mon, 20 Mar 2023 13:29:44 +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=Hp6XYP10lbk/1/VJ5AzZqGFsWTfvkhQRVBTLkgjwuYs=; b=K8c0C142man1WS vk1fbSNpJKVsOC2qgzIMZeRSQgGkDv2qZ7066o5BxN75BFpBglo8Czx3yjIcPOwbUV9JOV4kXn4FX hw7yACZ6fFz58jo4oYabwthSe0x4cXHjpP0itBc3dMqOXYva3izbej1HHzZs0ORgbhpdq/hGhnMoS 4vHSDA3Yi3C5OfCqXhy8wmMIfnQAe8oY+gOWnVdMXI2HXkMvi7OBmBoprZKhmj8I/DTPDE7mE9z0W 2K5F8ATbk+e0MrXWF3g5SZ2f4OcM+3V9j5BOE+7ZESv7AgH5L3pmjptr4hIg30zFLBHYM8Y1Izucv eB2TwdzqFOKMMgC8hSZQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1peFZC-009A8B-0z; Mon, 20 Mar 2023 13:28:50 +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 1peFYe-0099s9-0I for linux-arm-kernel@lists.infradead.org; Mon, 20 Mar 2023 13:28:21 +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 1peFYU-00065i-AI; Mon, 20 Mar 2023 14:28:06 +0100 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 v5 00/10] ARM: stm32: add support for Phycore STM32MP1 Date: Mon, 20 Mar 2023 14:27:45 +0100 Message-Id: <20230320132755.2150384-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-20230320_062816_154147_1BDE1A08 X-CRM114-Status: GOOD ( 13.74 ) 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 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 - move the dt-bindings patch in front of the patch adding the board Changes since v3: - cleanup board-compatible - cleanup aliases - rename nodes according to schema - use interrupt flag - integrate pinmux into main stm32mp15-pinctrl.dtsi Best regards, Steffen 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 | 66 ++ .../stm32mp157c-phycore-stm32mp15-som.dtsi | 609 ++++++++++++++++++ 5 files changed, 914 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