From patchwork Thu Dec 7 15:05:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hugo Villeneuve X-Patchwork-Id: 13483403 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 4AE6FC4167B for ; Thu, 7 Dec 2023 15:06:00 +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:Subject:MIME-Version:Message-Id:Date: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=nBmTh7MW1IQg8flB2cc1kAvmQorPn9gweRLA6OMaptk=; b=tBobupOnd6HTv/ CIpr++76A+BYwy35RhUPhqmiei08rvJ6p2lfPNGW1kUluFPUeraf4XrJrhHSz/++e14WuAn1BN+cU NxfoCzCeLKqODmia1AR3SDRgI3gmy9kk2FXV3JkMe1i1whPmma6kKLeilHK7TQF5KSndZJVfkSR4f lrA6ztIvEl02Nov3tdBu9AwQbDZlkzRryS2aMO8wgplRuWQRcIX4txGPOg5fo+xeeBPMzAr65N+3t c1+knIKSd9kI6myebpfR1KuRK/y1I/g3gWdF6K/87BJhz5/Eh5qcsI6T3nu13WB6E21kcFihgjp7z ROwEIWckeW14i4N30Lqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rBFwT-00D7Na-2X; Thu, 07 Dec 2023 15:05:33 +0000 Received: from mail.hugovil.com ([162.243.120.170]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rBFwQ-00D7Ko-2U for linux-arm-kernel@lists.infradead.org; Thu, 07 Dec 2023 15:05:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=x; h=Subject:Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Cc:To :From:subject:date:message-id:reply-to; bh=uxFGHxakStf7yH8nRFVFur6OexrjKQWIh4WIBrE+e5k=; b=gTaN9ieOG+xb95+U9xzUBuF6hX 7+KoPz3qKcNPWhY3HULkwaYfvqom/gjFOf9nUCB4W97ZYs+JUpnoEnIltMYW+druhljkAxtYh5D9Z okJYobKeWW8INde9Tz+C/QwwMR7EP1QDgOTUGAqvkwh/bkFb/hU8o6jt9l3w1GE8E4m8=; Received: from modemcable168.174-80-70.mc.videotron.ca ([70.80.174.168]:59044 helo=pettiford.lan) by mail.hugovil.com with esmtpa (Exim 4.92) (envelope-from ) id 1rBFwI-0006Zh-2x; Thu, 07 Dec 2023 10:05:22 -0500 From: Hugo Villeneuve To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, leoyang.li@nxp.com, robh@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, hugo@hugovil.com, Hugo Villeneuve Date: Thu, 7 Dec 2023 10:05:16 -0500 Message-Id: <20231207150519.1264808-1-hugo@hugovil.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 70.80.174.168 X-SA-Exim-Mail-From: hugo@hugovil.com Subject: [PATCH v2 0/3] board: imx8mn-dimonoff-gateway-evk: add support for Dimonoff gateway EVK board X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on mail.hugovil.com) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231207_070530_905230_60C5A713 X-CRM114-Status: GOOD ( 10.19 ) 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 From: Hugo Villeneuve Hello, this patch series add support for the Dimonoff gateway EVK board. Based on shawnguo/for-next branch. Thank you. Link: [v1] https://lore.kernel.org/all/20231206160303.33185-1-hugo@hugovil.com/ Changes for V2: - Add Krzysztof Acked-by tag - Wrap lines at 80 columns in dts - Remove company name from compatible property Hugo Villeneuve (3): dt-bindings: vendor-prefixes: add dimonoff dt-bindings: arm: fsl: add Dimonoff gateway EVK board arm64: dts: freescale: introduce dimonoff-gateway-evk board .../devicetree/bindings/arm/fsl.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../freescale/imx8mn-dimonoff-gateway-evk.dts | 160 ++++++++++++++++++ 4 files changed, 164 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-dimonoff-gateway-evk.dts base-commit: 8c3c7094bf5b965a6dfc74864838fa4954dcf1c9