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 7A6C1C74A5B for ; Mon, 27 Mar 2023 02:49:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229850AbjC0CtN (ORCPT ); Sun, 26 Mar 2023 22:49:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34284 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229546AbjC0CtM (ORCPT ); Sun, 26 Mar 2023 22:49:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D424C102 for ; Sun, 26 Mar 2023 19:49:11 -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 67A5160F9B for ; Mon, 27 Mar 2023 02:49:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 839F7C4339C; Mon, 27 Mar 2023 02:49:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679885350; bh=JBkGynhYZI68Cr+XUEwlfI/pjGdATfMj4cihdWAXMe0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RjVGskJgdvFIR0TBmPjDb/GdyHRpuH1vYt1IHOZr830ujD9EvlV1kNPVFVU3BunEu OA0LFvru4Kmv1Iig1hm1wBu2xyzjbnm1jMhpQJsZ14pDKcqD9L0JT5Q0/uegJLulUo mn3Rt5s6IMPmgcK2nToJBtZRgG22N7eG8300mmO82uVBOBkh9RN0wkRW25f57qA/D+ XsBEcpW+EwKrMwT90o/iCryQD0qmHhovX5318z07+fHuN/XkRR2K49qEKp0gv7WOx/ Ai3yuOJleycUBzkGiYe33v1GDpM6vM5Uu+Z8ti07fnx79EfO3kD02AUCFYOjSIBO9D mhqXzlexzAxhQ== Date: Mon, 27 Mar 2023 10:49:03 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , Fabio Estevam , Frieder Schrempf , Krzysztof Kozlowski , Li Yang , Marcel Ziswiler , Matthias Schiffer , Max Krummenacher , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Stefan Wahren , devicetree@vger.kernel.org Subject: Re: [PATCH v3 1/2] dt-bindings: arm: Add DH electronics i.MX8M Plus DHCOM on PDK3 Message-ID: <20230327024903.GH3364759@dragon> References: <20230317094725.48305-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230317094725.48305-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Mar 17, 2023 at 10:47:24AM +0100, Marek Vasut wrote: > Add DT compatible string for DH electronics i.MX8M Plus DHCOM on PDK3 > evaluation board into YAML DT binding document. This setup is a general > purpose SoM evaluation board. > > Acked-by: Krzysztof Kozlowski > Signed-off-by: Marek Vasut Applied both, thanks!