From patchwork Wed Sep 25 12:49:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGFsIFZva8OhxI0=?= X-Patchwork-Id: 13811999 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 55BB3C369D9 for ; Wed, 25 Sep 2024 12:51:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type: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=b/byf2gL4R1q3RchD94jm7yV/wDyD9oU7cKPxmILi+0=; b=m9JmhNsUNT+TgbX7ksomWM1T16 Unkpn6TUFYfIQfVcvmKrPxIs9RfxzoFhBP91FD6irDbWCWEQf0wLWKZjceqqCZOP7PtLDn2F/DvjF tsOcZq+yi5H3k9P9ky9i5FYXJAJyYnAX96v8UOq89HnD2UXNQgnZMPRhA0tmQyS56hiyMVhIRVnQd sgo1Bry8aqOr67yqcsO4dubxI1zBbNGUpqCUujumvdZySwlXodxMLk/9XjfL0OemAAJGfpFm9ZvvN Ev6+i1Jab2QdMYXBWS1RmwQb+QTu78lzKc3f2QCZPjuJvYL4nWT3C1K5iD04Q/KB5lnwe+mNqHupf ybZYGqYw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1stRUR-00000005EYe-28sZ; Wed, 25 Sep 2024 12:51:31 +0000 Received: from uho.ysoft.cz ([81.19.3.130]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1stRSc-00000005Dw0-1VP4 for linux-arm-kernel@lists.infradead.org; Wed, 25 Sep 2024 12:49:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1727268574; bh=b/byf2gL4R1q3RchD94jm7yV/wDyD9oU7cKPxmILi+0=; h=From:To:Cc:Subject:Date:From; b=JC8ybgvySmpK0QTK1RuXuKxQJz7gkfiC68gRZmsUtBnMorZeBIMrNI6FKznrbGAgy Gpe43NAooAxMt+V5rsh7oqsCryfr/4RPLbwOizw8V85bmOuwHSMOZI+s9hIeJkzCvw 8g6VyGjtWw1tjQ+S4mIDM+XQN/KKBTEgKYoKueJg= Received: from vokac-nb.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 2CCFDA025E; Wed, 25 Sep 2024 14:49:34 +0200 (CEST) From: =?utf-8?b?TWljaGFsIFZva8OhxI0=?= To: Shawn Guo , Petr Benes , Marco Felsch Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Greg Kroah-Hartman , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Herburger , Hiago De Franco , Hugo Villeneuve , Joao Paulo Goncalves , Michael Walle , Alexander Stein , Mathieu Othacehe , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, =?utf-8?b?TWljaGFsIFZva8OhxI0=?= Subject: [PATCH v5 0/2] Add support for new IMX8MP based board Date: Wed, 25 Sep 2024 14:49:01 +0200 Message-ID: <20240925124903.1837869-1-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240925_054938_824668_9825D826 X-CRM114-Status: GOOD ( 11.51 ) 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 series adds support for a new member in our IOTA platform. The board is based on the i.MX8MP SoC. It adds support for most of the board functionality except USB Type-C port and some other minor things. This series originally included the dt-binding for that Type-C port controller but I finally removed it based on a good comment from Krzysztof. I will post the Type-C binding including the driver in a followup series. Michal Michal Vokáč (2): dt-bindings: arm: Add i.MX8MP IOTA2 Lumpy board arm64: dts: imx: Add imx8mp-iota2-lumpy board .../devicetree/bindings/arm/fsl.yaml | 1 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../boot/dts/freescale/imx8mp-iota2-lumpy.dts | 423 ++++++++++++++++++ 3 files changed, 425 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-iota2-lumpy.dts