From patchwork Tue Sep 24 10:39:39 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: 13810770 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 DA23BCF9C77 for ; Tue, 24 Sep 2024 10:43:52 +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=cCtUOBTVdj5N5JcrvzMc7NB5cI LRZYIrBBft4Bd4SfjFVdb6WRDV+8r6Lc8f7LrcwqhFgNurbKRrEi6N5+DycBVwHQoVhJH+yQBEWCy n/Pg2rSmo/po/1BlJp0/9BThpjKqQsRLFXmKAxrWVEBaCuKepxPmKYG7d82/yOAchvNW/NpN68OEz 4KDJxy1H/p93PMzm3urRUuUQPHhMMaEFUrEjTUm4mCSwoA8yNJ4mtJn4Sg6vZv9E9tLyqikTQC/xf c+1gauXqlgIENPHl/OusjhWdcbHUPcPNs6WnDTXwbAxaN+WsNF810wXWhI8vRNF2bCrzEOP+mUXuC a5Ya1HwQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1st31C-000000022Kh-3oMp; Tue, 24 Sep 2024 10:43:42 +0000 Received: from uho.ysoft.cz ([81.19.3.130]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1st2xh-000000021on-3mo9 for linux-arm-kernel@lists.infradead.org; Tue, 24 Sep 2024 10:40:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1727174401; bh=b/byf2gL4R1q3RchD94jm7yV/wDyD9oU7cKPxmILi+0=; h=From:To:Cc:Subject:Date:From; b=pC8Ot6KnQD068NvG3k6OTdpC8op+YBVCyBGgBeMfEVA9YrSNM0bljqt+xkeGTqYry aD8EZKxpYkXtXbs0E5hRAePAjBFrptqUVqiMDue5rDIEL6jEhaT/SYCb2OOD0Kq9zo 27Q+qEQ+w79e68A1nhfXmEb4k9OQXMh/QPbvlpzU= Received: from vokac-nb.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 497B7A0419; Tue, 24 Sep 2024 12:40:01 +0200 (CEST) From: =?utf-8?b?TWljaGFsIFZva8OhxI0=?= To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Greg Kroah-Hartman , Shawn Guo , Petr Benes Cc: 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 v4 0/2] Add support for new IMX8MP based board Date: Tue, 24 Sep 2024 12:39:39 +0200 Message-ID: <20240924103941.1729061-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-20240924_034006_125907_1B4C0EE3 X-CRM114-Status: GOOD ( 11.69 ) 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