From patchwork Mon Oct 3 08:37:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 12997152 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 A8BABC433F5 for ; Mon, 3 Oct 2022 08:38:49 +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=BYXWw5tpr5Cac6HLKR84krP5w2Loaj+thp1lx4JUCvg=; b=ChqMR6e5tjF2kh eyITTBtrIlJRCTKHvGjrY6NI7yNTcOIyse9wDlsMZXaq+bmWkRlO2WP4Iiu4uRiHjEwn4Z2edQnMU ojiKeyJsXQO/g6QcmAe17Gnu31y18H1XuVtuHHXsKzwFeJFOjoseROWy7J70FzQ1+z0ki8d8jKGWF wYlGQ1T22M4EYx2GtwzHrM+088OyDYHaBxHWiRzNvGnNdqpBQ97R7gROM8WYOv+IOsxoEmn/9ixd/ sW1/FoVhMkYc4r5bJTLyULkhQT8uno7/ct//WWMPpdyqqNXvVaf2xrVGP5UsLHJjGGrlefwCoXjYB jXvUjjqeK4DbuCajTmOA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofGxW-004iUw-14; Mon, 03 Oct 2022 08:37:54 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofGxB-004iKJ-5p for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 08:37:40 +0000 Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7E3D9519; Mon, 3 Oct 2022 10:37:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664786236; bh=/MqIsK/qEtq82VO9b2l7RvAht7ukLTESK16+yH3NnXs=; h=From:To:Cc:Subject:Date:From; b=cHANTbsyqyZ//k8JxGzG+1mPszZTWC0qs2KySHAMjVhtM7JUTEm71FQNElR1eyoDA tc3HbzZ90pNda87pnYJ9XOOs4Rcohxh666Yp491BjdhYe10Mv/bw6JFugP79UlDf82 4xU6+QAYfhj4bYhTn9CEx6n12aVAyar9dIwuWOoM= From: Daniel Scally To: Shawn Guo , Rob Herring , Marcel Ziswiler , Krzysztof Kozlowski , Li Yang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , laurent.pinchart@ideasonboard.com, kieran.bingham@ideasonboard.com, debix-tech@polyhex.net, Daniel Scally Subject: [PATCH 0/3] Debix Model A board devicetree Date: Mon, 3 Oct 2022 09:37:02 +0100 Message-Id: <20221003083705.22495-1-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221003_013733_399727_0F1BAA59 X-CRM114-Status: UNSURE ( 7.67 ) X-CRM114-Notice: Please train this message. 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 Hello This series adds a .dts file for the Polyhex Debix Model A (2GB) [1] A binding for the vendor is also added. [1] http://www.polyhex.net/product/embedded-motherboard/board/nxp.html?id=483 Thanks Dan Daniel Scally (3): dt-bindings: vendor-prefixes: Add Polyhex Technology Co. dt-bindings: arm: fsl: Enumerate Debix Model A Board arm64: dts: Add device tree for the Debix Model A Board .../devicetree/bindings/arm/fsl.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx8mp-debix-model-a.dts | 550 ++++++++++++++++++ 4 files changed, 554 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts