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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 536ADECAAD3 for ; Wed, 14 Sep 2022 03:51:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229504AbiINDvH (ORCPT ); Tue, 13 Sep 2022 23:51:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbiINDvG (ORCPT ); Tue, 13 Sep 2022 23:51:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC0726BD62; Tue, 13 Sep 2022 20:51:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 48D926172C; Wed, 14 Sep 2022 03:51:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D39B1C433C1; Wed, 14 Sep 2022 03:51:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663127463; bh=z8tc2ny0iFtuM5BfRqU4jj6Iv1L3O0pRxMBp27sVGlE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s+EkfzWhfz6I0+9PBt12GbOskPncWqFE0sEtFo5zv/hgxDwWNOJ87fqwA7ibJrPWb M+SYHXFdEvhlqpMcfSSwfzEoPHPoSTU0hlXOAsOpzwlEm0Z/oQ4vWrTGWwvHZ8sOtQ gyvZuypo0tavxdQwlYbjplrOsyDVqIv4RzjdDiz5A5/G7AsxRzqewt/XO+XPRIuVH/ LOxFmWDo8xx8rOMevJzO7HeV4sEdXdZy0v0jEjF/xtOa/oiihM23m7/38FdjpDh9X+ GQvtZQ7PBZ0GnDSu7iT8kJDyXlPFaLLnUu7onndf3SSoj7bxNMtHA/WBf8ZwKH723W rLYdZ25EL4LHA== Date: Wed, 14 Sep 2022 11:50:47 +0800 From: Shawn Guo To: Tim Harvey Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, NXP Linux Team , Fabio Estevam , Pengutronix Kernel Team , Sascha Hauer , Krzysztof Kozlowski , Rob Herring Subject: Re: [PATCH v2 1/2] dt-bindings: arm: Add i.MX8M Mini Gateworks GW7904 board Message-ID: <20220914035047.GJ1728671@dragon> References: <20220912181819.775919-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220912181819.775919-1-tharvey@gateworks.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Sep 12, 2022 at 11:18:18AM -0700, Tim Harvey wrote: > Add DT compatible string for i.MX8M Mini based Gateworks GW7904 board. > > Signed-off-by: Tim Harvey Applied both, thanks!