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 X-Spam-Level: X-Spam-Status: No, score=-16.9 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,URIBL_BLOCKED, 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 D79BEC2B9F4 for ; Mon, 14 Jun 2021 17:10:10 +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 A73A761185 for ; Mon, 14 Jun 2021 17:10:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A73A761185 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=E7PwciIcaMqH0k1LpmexaGvZVqxZbwb5A/95JuxhSBs=; b=tkzSY4+IGbXlXo v3satHzsznoO7tTKlQBesVbSCN88vUG5UTpT3hTwo4lGsDWXxIofVdI51HRhWErlR+301k6Ut2Z9I oryFwain+YVHQgALE//V8dDx9RI6QcQfugqFnA4YxFF1VjO4ypjj+pCYEnd07+Tf19au9Skrhgo/a PZuJZS72GW0U/6LaASXhtz1+6ddY63N4yPGY7oqqv4TI6m3O3tsxQm3z3mg/G/B4kuQbk8VH0qgCs j7zwrm9PZa0FjYkzp2ByVZansnVgzBPNh9L43J/8f00zyqi8cGcWaaIUu3n0UoDB3FIXFPR5RzJT1 WzSjRy7fnXtNC7WI9V3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lsq47-00FJrc-1C; Mon, 14 Jun 2021 17:07:59 +0000 Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lsq3X-00FJiq-1z for linux-arm-kernel@lists.infradead.org; Mon, 14 Jun 2021 17:07:24 +0000 Received: by lynxeye.de (Postfix, from userid 501) id 26282E74251; Mon, 14 Jun 2021 19:06:52 +0200 (CEST) Received: from astat.fritz.box (a89-183-116-43.net-htp.de [89.183.116.43]) by lynxeye.de (Postfix) with ESMTPA id C163FE74225; Mon, 14 Jun 2021 19:06:47 +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 v4 4/5] dt-bindings: arm: fsl: add MNT Reform2 board Date: Mon, 14 Jun 2021 19:06:32 +0200 Message-Id: <20210614170633.31638-4-dev@lynxeye.de> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210614170633.31638-1-dev@lynxeye.de> References: <20210614170633.31638-1-dev@lynxeye.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210614_100723_270196_0960798F X-CRM114-Status: GOOD ( 10.02 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 -- 2.31.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel