From patchwork Thu Jul 25 12:14:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dafna Hirschfeld X-Patchwork-Id: 11058735 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7FC2C912 for ; Thu, 25 Jul 2019 12:15:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6E42F2887D for ; Thu, 25 Jul 2019 12:15:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 62B18288EF; Thu, 25 Jul 2019 12:15:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 060E528900 for ; Thu, 25 Jul 2019 12:15:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rI3hvfrYdEmYfEglj0i/yQUj5tZItnDr9cKUtypDa4E=; b=WhMq4/FvYC8TCU aQHSGIDdxOdtP882KaODyTcltIOU6Qn+wlc6IB91Ix/DTQDrzgI3pKvNo5f/2yOMZjm2xHagm91gt /1U3MOlSqqNTUjjdYGycKPaJNkCODwigJB13CZQwADDJ4YI/CnVMkc7v7adHVIQ2D6FeapQD6omEB uo6Qy54sLXXSxvRwwRXpWHG48QTRoi7BX1+imukNM1ObIMi2PLgkfyttHvXCjk/gaGyMTtxw2akQt VRyIuglu8qyfqDqdynv3BWa0RJrkXYshvbiXkvDG/o1HkH42qoACP4Bl3Azi4wsj4UgN97c/h7Df7 9siRwWOGXbnLDjxPfPRw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hqceM-0004b0-FM; Thu, 25 Jul 2019 12:15:10 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqceI-0003c6-9d for linux-arm-kernel@lists.infradead.org; Thu, 25 Jul 2019 12:15:07 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: dafna) with ESMTPSA id 498D928AACB From: Dafna Hirschfeld To: dafna.hirschfeld@collabora.com Subject: [PATCH v2 1/2] dt-bindings: arm: imx: add imx8mq nitrogen support Date: Thu, 25 Jul 2019 14:14:52 +0200 Message-Id: <20190725121452.16607-2-dafna.hirschfeld@collabora.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190725121452.16607-1-dafna.hirschfeld@collabora.com> References: <20190725121452.16607-1-dafna.hirschfeld@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190725_051506_476589_84B76FBA X-CRM114-Status: UNSURE ( 7.96 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, ezequiel@collabora.com, s.hauer@pengutronix.de, linux-kernel@vger.kernel.org, Troy Kisky , Gary Bisson , robh+dt@kernel.org, kernel@pengutronix.de, kernel@collabora.com, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Gary Bisson i.MX 8Quad is a quad (4x) Cortex-A53 processor with powerful graphic and multimedia features. This patch adds Nitrogen8M board support. Signed-off-by: Gary Bisson Signed-off-by: Troy Kisky [Dafna: porting vendor's code to mainline] Signed-off-by: Dafna Hirschfeld --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 7294ac36f4c0..728c41ef83bb 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -227,6 +227,12 @@ properties: - fsl,imx8qxp-mek # i.MX8QXP MEK Board - const: fsl,imx8qxp + - description: i.MX8MQ based Boards + items: + - enum: + - boundary,imx8mq-nitrogen8m # i.MX8MQ NITROGEN Board + - const: fsl,imx8mq + - description: Freescale Vybrid Platform Device Tree Bindings