From patchwork Tue Aug 6 16:02:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 13755183 Received: from mail.fris.de (mail.fris.de [116.203.77.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B1DE122331 for ; Tue, 6 Aug 2024 16:07:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.77.234 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722960432; cv=none; b=D+3OHvd7CsH2/TbX07txdq71flyLBAfhpsep0vu0jVnUYRaiqoRNurVZ6QtrHTEcBvaBswnD/+BcSa4Xy5d17U0MIqs+WZj/povTOypjv6rOVHY1JDRMOHM7s7d/YEgqg37IEEP2e3qh+NA+qeGQO9PjXMX1ejNtFp/2yuoTpDY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722960432; c=relaxed/simple; bh=1FQ3LjegoDnlAhkNQHHzSWeJ7LVvwRA5e/urLwMVrco=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YOhpMz0KVQ0lp0i1smXWIIYA2Vv+hPvv/ts1v92eMS6bga/w2ku7gvdQjhwhjttpfO73DlW1DJp+VlStVKiRxB9321FoH5SQXI9cV2CiedDK8EKl4FqIjW9/c7O/kA8ympH+cjAn1y8yLF9TDGM1H6iNhwTmNiW3DhWUPNYZDRY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=fris.de; spf=fail smtp.mailfrom=fris.de; dkim=pass (2048-bit key) header.d=fris.de header.i=@fris.de header.b=KY90xx5s; arc=none smtp.client-ip=116.203.77.234 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=fris.de Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=fris.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=fris.de header.i=@fris.de header.b="KY90xx5s" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id BF4BBBFB05; Tue, 6 Aug 2024 18:07:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1722960427; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=FoB6Tdx3LKAMF9L3+LsSYtSPwQuugctbgeePMvmfXEo=; b=KY90xx5swM4QYf0pUvj+LTOcvrvuU6Pwrh0Rvr+1Pyq2tYpEVtkK38xACMLymcnkBGbmcZ CgFo3wTyP2MoSMApN4qpjKHxv99ubbgHSXvsuup246a9p1PMWwgzZaEBVEMCYbweeKe+t6 yemDJKxspVyKkEBuTn42zW7rrha7SSfYusiDNtBGlDXYmJAA/YUN5u99GxpLX75EBZzkVf mwR8vbPHm8n4zffctz6Obbqo4jrzI2nMHdnh4LNDeRTfGPJn5JGxh7pLfB5XFezORb9TvM v/8XYBPdWMm/mBorF8FxwHnR+5qE6Wiv9W+dkmdCIuNZ4yi7HDsLpFXcvqyqhg== From: Frieder Schrempf To: Conor Dooley , devicetree@vger.kernel.org, imx@lists.linux.dev, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Sascha Hauer , Shawn Guo Cc: Frieder Schrempf , Alexander Stein , Bjorn Helgaas , Conor Dooley , Fabio Estevam , Francesco Dolcini , Gregor Herburger , Hiago De Franco , Hugo Villeneuve , Joao Paulo Goncalves , Krzysztof Kozlowski , Marco Felsch , Mathieu Othacehe , Michael Walle , Parthiban Nallathambi , Peng Fan , Pengutronix Kernel Team Subject: [PATCH v4 0/2] Add support for Kontron OSM-S i.MX93 SoM and carrier board Date: Tue, 6 Aug 2024 18:02:40 +0200 Message-ID: <20240806160353.823785-1-frieder@fris.de> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 From: Frieder Schrempf Patch 1: board DT bindings Patch 2: add devicetrees Changes for v4: * Reorder enable-active-high property * Add dedicated pinctrl settings for different SDHC speed modes * Add SION bit for SDHC pinctrls as workaround for SoC erratum Changes for v3: * remove applied patches * rebase onto v6.11-rc1 Changes for v2: * remove applied patches 1 and 2 * add tags * improvements suggested by Krzysztof (thanks!) * add missing Makefile entry for DT Frieder Schrempf (2): dt-bindings: arm: fsl: Add Kontron i.MX93 OSM-S based boards arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier board .../devicetree/bindings/arm/fsl.yaml | 6 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx93-kontron-bl-osm-s.dts | 165 +++++ .../dts/freescale/imx93-kontron-osm-s.dtsi | 628 ++++++++++++++++++ 4 files changed, 800 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts create mode 100644 arch/arm64/boot/dts/freescale/imx93-kontron-osm-s.dtsi