From mboxrd@z Thu Jan 1 00:00:00 1970 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 1C1D4C4332F for ; Mon, 17 Oct 2022 15:11:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230196AbiJQPLS (ORCPT ); Mon, 17 Oct 2022 11:11:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231197AbiJQPLN (ORCPT ); Mon, 17 Oct 2022 11:11:13 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CE8513F87 for ; Mon, 17 Oct 2022 08:11:09 -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 B7C87CCF; Mon, 17 Oct 2022 17:11:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1666019466; bh=UywV9EwflqN7o1P8wZQ+8poHiBexF6cgCeCSBfcFieA=; h=From:To:Cc:Subject:Date:From; b=P/RnBJ+0d2XBUgeqBz6tV9r9692Y7VLp5ELaP3u03WjRB8c+5pTCN7cnajKtKSS5S UorMMNhlLo9avAMat1vwMtEyX5gold1V/27ef/OmOYJ2jZQdIoLig57SpwgQEElK9S DC02NbpO7jBr5LiPzAnLpb8Hojh3/aXvhLommBRo= 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 v4 0/3] Debix Model A board devicetree Date: Mon, 17 Oct 2022 16:10:47 +0100 Message-Id: <20221017151050.2321919-1-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 | 529 ++++++++++++++++++ 4 files changed, 533 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts -- 2.34.1