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 6DD2AC433F5 for ; Thu, 5 May 2022 00:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233668AbiEEBDQ (ORCPT ); Wed, 4 May 2022 21:03:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232501AbiEEBDP (ORCPT ); Wed, 4 May 2022 21:03:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20EEE222B6; Wed, 4 May 2022 17:59:38 -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 B1DE661D68; Thu, 5 May 2022 00:59:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DFFFC385A4; Thu, 5 May 2022 00:59:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651712377; bh=RzoqizGBgBFxtC+JAKRWKJz/etia4XZv5igTPS9RyEc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q/o4pfKUV4uJrdUg4XXr8/DJ1dyyQ3RLWI0QdHi5M/aKcI7HzNnQp0h7IXvgzTmMY VDQgHJuFIUrlEFRf6tD1JcV3h4xEBuJl925gEUTEJferocDB/1gc/Vo5G3YZDZsp2v cepfMhX4Cay0kYFdb50emUzsBXwYyGCvvN0iC3KAm6kc0qNYF9SIGWZ1fFwcv29EeJ 8thA+gBfM+kF5uyDk2hAZCfrIK2I1akIMWtSRFvBmA09qZJCAo12lwCU9cQIW2hO8A CGWnBmoo5ypXBYbUol5zvw8DEiePoaNMV2l96SFZExCSyDOQ1rxFKGCacnSgdHAlxJ CZDqW9GjxpY5Q== Date: Thu, 5 May 2022 08:59:18 +0800 From: Shawn Guo To: Manoj Sai Cc: Rob Herring , Li Yang , Fabio Estevam , Krzysztof Kozlowski , Matteo Lisi , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, NXP Linux Team , linux-amarula@amarulasolutions.com, Jagan Teki , Catalin Marinas , Will Deacon , Rob Herring , Suniel Mahesh , Michael Nazzareno Trimarchi Subject: Re: [PATCH v3 1/3] dt-bindings: arm: fsl: Add Engicam i.Core MX8M Plus EDIMM2.2 Starter Kit Message-ID: <20220505005918.GD14615@dragon> References: <20220418144907.327511-2-abbaraju.manojsai@amarulasolutions.com> <20220425134224.368908-1-abbaraju.manojsai@amarulasolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220425134224.368908-1-abbaraju.manojsai@amarulasolutions.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 25, 2022 at 07:12:22PM +0530, Manoj Sai wrote: > i.Core MX8M Plus is an EDIMM SoM based on NXP i.MX8M Plus from Engicam. > > EDIMM2.2 Starter Kit is an EDIMM 2.2 Form Factor Capacitive Evaluation > Board from Engicam. > > i.Core MX8M Plus needs to mount on top of this Evaluation board for > creating complete i.Core MX8M Plus EDIMM2.2 Starter Kit. > > Add bindings for it. > > Signed-off-by: Manoj Sai > Reviewed-by: Jagan Teki Applied all, thanks!