From patchwork Wed Jul 24 17:17:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dafna Hirschfeld X-Patchwork-Id: 11057347 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 198BA138D for ; Wed, 24 Jul 2019 17:20:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E1837286D6 for ; Wed, 24 Jul 2019 17:20:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D0EB428974; Wed, 24 Jul 2019 17:20:33 +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 96B3D287B3 for ; Wed, 24 Jul 2019 17:20:23 +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=4n0dmgGkclwPZv0CgyUdhe4fqzHAwHXBgvb5oHtMysE=; b=sMuHDO4uQbAvkK G35RwzPdvArwcWumcyZEhtp21NEQzR6QgHfoOiEx4xdgCiL55lbZugYFuu8yV0WWrq4Umi68vyC6H RyThmVHndOodWw3pt1EOfuaWxDHJM925ELYZYNrEuwao426uHU6QtJLTr/7u59PfiW4OqTWfxAjb4 eMpKbn/iIcPpLA/nEZdpuCEUAQ//IAEljhNdKriiZHMXlRf/B2MUVcFDBKjx6DLSmcWPiJgGGVN6C EMyDWGoa5lmxaJZ+sXafGXjzX0z/qIuQGsisGFRTNLVBNU2ac7EV/DH/pnVfVaOzzCnQQGOAsFAR0 573k74S6eG4akqa5qVkQ==; 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 1hqKw1-0001Jt-2e; Wed, 24 Jul 2019 17:20:13 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqKu7-0005Tf-OK for linux-arm-kernel@lists.infradead.org; Wed, 24 Jul 2019 17:18:21 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: dafna) with ESMTPSA id B14FE28B60A From: Dafna Hirschfeld To: dafna.hirschfeld@collabora.com Subject: [PATCH 1/2] dt-bindings: arm: imx: add imx8mq nitrogen support Date: Wed, 24 Jul 2019 19:17:47 +0200 Message-Id: <20190724171747.26076-2-dafna.hirschfeld@collabora.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190724171747.26076-1-dafna.hirschfeld@collabora.com> References: <20190724171747.26076-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-20190724_101815_976258_D7293260 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.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, 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 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: 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