From patchwork Wed Aug 14 13:37:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 11093995 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 022FE13B1 for ; Wed, 14 Aug 2019 13:38:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E3DE222A2A for ; Wed, 14 Aug 2019 13:38:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D85C4286CB; Wed, 14 Aug 2019 13:38: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 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 D8B9C22A2A for ; Wed, 14 Aug 2019 13:38: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=cIinpEnvPatiFCkHwN6JIrtG+1Bczz6zJ6tFjNHfSrs=; b=Gi4ugdSXUMxQdc PSIuF9oDxKsYZt4ODRhMuLXd0LnPX4aMG2AayyxxAan+HtZZ9QYbSIidBefCV+YMvl690+ZyDMX1F TluWV1e5pWCLooqlPEU3+2iKfBWYDEhChCnruYqya+G165Y22wVjwyjQ1q6wES2GHPTpWBcmjl48U KLJEmHSc99EEek98e3O89TI1MBOvh702oeV89OnRvSXsxUfjdrI+VF2aQyE6d9QTQ0ZL8+DLC2qyf /3DGJ4hqhL+RrHNHyNIvEHOCgDMomnP/ULsS6HwtXqz42G5/FHaQ/rxYbAB2wyd1CiXjtOXyjDw60 PmXhkiu1+9szeBADKsxA==; 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 1hxtTd-00088b-Jn; Wed, 14 Aug 2019 13:38:09 +0000 Received: from guitar.tcltek.co.il ([192.115.133.116] helo=mx.tkos.co.il) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hxtTZ-00087q-Ia for linux-arm-kernel@lists.infradead.org; Wed, 14 Aug 2019 13:38:08 +0000 Received: from sapphire.lan (unknown [192.168.100.188]) by mx.tkos.co.il (Postfix) with ESMTP id 833CB440610; Wed, 14 Aug 2019 16:38:02 +0300 (IDT) From: Baruch Siach To: Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Subject: [PATCH v3 2/2] dt-bindings: arm: fsl: add Hummingboard Pulse Date: Wed, 14 Aug 2019 16:37:05 +0300 Message-Id: <156d9e10449c4abe8314319f536aa744bd952538.1565789825.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.20.1 In-Reply-To: <6bd3249a5f8ecd8af376145781c3f4345f198bdd.1565789825.git.baruch@tkos.co.il> References: <6bd3249a5f8ecd8af376145781c3f4345f198bdd.1565789825.git.baruch@tkos.co.il> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190814_063805_886847_DB687688 X-CRM114-Status: UNSURE ( 6.87 ) 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: Baruch Siach , Marco Felsch , 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 Add binding documentation for the SolidRun Hummingboard Pulse board. Signed-off-by: Baruch Siach --- v3: No change v2: New patch suggested by Fabio --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 7294ac36f4c0..14ca94928677 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -219,6 +219,7 @@ properties: - enum: - fsl,imx8mq-evk # i.MX8MQ EVK Board - purism,librem5-devkit # Purism Librem5 devkit + - solidrun,hummingboard-pulse # SolidRun Hummingboard Pulse - const: fsl,imx8mq - description: i.MX8QXP based Boards