From patchwork Mon May 24 12:45:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 12276797 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2BBBC04FF3 for ; Mon, 24 May 2021 18:38:44 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 888A361400 for ; Mon, 24 May 2021 18:38:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 888A361400 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lynxeye.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=80GabQrQAwqHVvM7+fopFXFWFJwUPyz4p2bIf/Z+cfo=; b=SG5ZEajBRMYEFW rcMbTLJGtk0cPBHjOYZQ1GRbDUO2LP9QMfjFTarFCtfiOfZjKSwTIXK3jiN2lSMzPe9vrx0o6frKS VZ6AWljiIVJHVc/kbYWBHfAfxrRIDw73Syi/j1ehMidbWp+E/21zq3Chtwl3WQ5NrvUJ+hoQ9LBxl xaa0NfOV66QbRqO4FHAe5DMpzklGaLa0ZvTNctMCYm2t0QRYo6+FZnVb6SKO4nGY1/Ov6KE+cfNWJ 4NI50LVo/9F2FISN++wlBBLkCgY4mU4GETqQtTzr9Y0vXWMUSaboD1rR8Vl5l6l3FPOIcfto54OvD cTHU5mDWnyf+DOdNHShQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1llFQr-001UjU-Jf; Mon, 24 May 2021 18:36:06 +0000 Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ll9yT-000vC2-5S for linux-arm-kernel@lists.infradead.org; Mon, 24 May 2021 12:46:26 +0000 Received: by lynxeye.de (Postfix, from userid 501) id D1505E74214; Mon, 24 May 2021 14:45:50 +0200 (CEST) Received: from astat.fritz.box (a89-183-24-20.net-htp.de [89.183.24.20]) by lynxeye.de (Postfix) with ESMTPA id 8FB75E74217; Mon, 24 May 2021 14:45:46 +0200 (CEST) From: Lucas Stach To: Shawn Guo Cc: Fabio Estevam , Rob Herring , NXP Linux Team , "Lukas F . Hartmann" , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Subject: [PATCH v3 3/4] dt-bindings: arm: fsl: add MNT Reform2 board Date: Mon, 24 May 2021 14:45:35 +0200 Message-Id: <20210524124536.27854-3-dev@lynxeye.de> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210524124536.27854-1-dev@lynxeye.de> References: <20210524124536.27854-1-dev@lynxeye.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210524_054625_375505_4C164184 X-CRM114-Status: GOOD ( 10.12 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add compatible for the MNT Reform2 laptop board. Signed-off-by: Lucas Stach Acked-by: Rob Herring --- 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 15519cc2d2c0..a16c55d29164 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -734,6 +734,7 @@ properties: - einfochips,imx8mq-thor96 # i.MX8MQ Thor96 Board - fsl,imx8mq-evk # i.MX8MQ EVK Board - google,imx8mq-phanbell # Google Coral Edge TPU + - mntre,reform2 # MNT Reform2 Laptop - purism,librem5-devkit # Purism Librem5 devkit - solidrun,hummingboard-pulse # SolidRun Hummingboard Pulse - technexion,pico-pi-imx8m # TechNexion PICO-PI-8M evk