From patchwork Mon Oct 10 13:31:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 613953 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2DFFC433FE for ; Mon, 10 Oct 2022 13:32:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229471AbiJJNcH (ORCPT ); Mon, 10 Oct 2022 09:32:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229520AbiJJNcG (ORCPT ); Mon, 10 Oct 2022 09:32:06 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0675572B50 for ; Mon, 10 Oct 2022 06:32:01 -0700 (PDT) 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 B4F67BB0; Mon, 10 Oct 2022 15:31:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1665408718; bh=GZ9V7PAMl9t1SJW86CjCS4yI0ToudvJ+jOKUuLnnYNI=; h=From:To:Cc:Subject:Date:From; b=gz8IO0/K7jXxpwagc+cVt4NhU+bXcguigq7nD1MdqPMWf13GIHVWkNz3B+XY80Nn+ 3c+oypkpqj5pUUrd6gcykGwL4dMdlfghIH19YZVHz71yz0WpOTBDcUU6L4ubrt7kqC +Xs/XzA5WBzs7Cs/nl2NqEMePGKTkybEOtXT3gYg= From: Daniel Scally To: krzysztof.kozlowski@linaro.org, shawnguo@kernel.org, robh@kernel.org, marcel.ziswiler@toradex.com, leoyang.li@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, laurent.pinchart@ideasonboard.com, kieran.bingham@ideasonboard.com, debix-tech@polyhex.net, Daniel Scally Subject: [PATCH v2 0/3] Debix Model A board devicetree Date: Mon, 10 Oct 2022 14:31:43 +0100 Message-Id: <20221010133146.1430768-1-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello This series adds a .dts file for the Polyhex Debix Model A board [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