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 52727CE7A91 for ; Mon, 25 Sep 2023 03:40:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230194AbjIYDeI (ORCPT ); Sun, 24 Sep 2023 23:34:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229843AbjIYDeH (ORCPT ); Sun, 24 Sep 2023 23:34:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FCDCC2 for ; Sun, 24 Sep 2023 20:34:01 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2605C433C7; Mon, 25 Sep 2023 03:33:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695612840; bh=U53U9H5MRNk5Ao2xW1Myg5M29nlgRmanL1dz8BY/Pvg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kwUil0biMAXdvV4HZfgrBoLk0cyZlneRMrldd+hCdrz2dOEa81WFgyLsxxPIvNrz2 SJw9dv7wY6xJx/UB6sVbqcBGjrlH+pQ9HyfdzojiI6KGd22QkroU00z41HzyrDK4gg EINMWWyAEr8pY6pBrmGasWVPtwNBJi/2xjqLZ2tb/T9ZrLThe8Ar72lzEdCAg1QDzy Js/GE4B2DtBcj5owiWxSqOUP88csbF6BnCJXisPzfCFFXbwTDiYAX4iMaZmErTnq4S KaBLSEr+B92RH8eHJfMkVTha79YS4RhxHKYEXWMS7pwLlTJuMRxyyQ+NNebE18Ilro SU1EuXgGs7mOw== Date: Mon, 25 Sep 2023 11:33:44 +0800 From: Shawn Guo To: James Hilliard Cc: devicetree@vger.kernel.org, Pierluigi Passaro , Krzysztof Kozlowski , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Marek Vasut , Tim Harvey , Stefan Wahren , Marco Felsch , Christoph Niedermaier , Markus Niebel , Marcel Ziswiler , Bjorn Helgaas , Philippe Schenker , Li Yang , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v9 1/3] dt-bindings: arm: fsl: Add VAR-SOM-MX6 SoM with Custom Board Message-ID: <20230925033344.GH7231@dragon> References: <20230921055611.1459374-1-james.hilliard1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230921055611.1459374-1-james.hilliard1@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 20, 2023 at 11:56:06PM -0600, James Hilliard wrote: > Add support for Variscite i.MX6Q VAR-SOM-MX6 SoM with Custom Board. > > Cc: Pierluigi Passaro > Acked-by: Krzysztof Kozlowski > Acked-by: Conor Dooley > Signed-off-by: James Hilliard Applied all, thanks!