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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E209BC4332F for ; Sun, 1 Jan 2023 03:19:07 +0000 (UTC) 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8ZIAmFuT4FxGTVQRrFXuQXO7cYJWFkSVfX/DgAacbNI=; b=bD1hjLTmpNm8rp 6aBRrAkORmPRN5sctTh4mLw+0751nQHtmrnonhHbiwNQYkkygxHtw8x/fZJN3MyB1X9bg08Ycw/vC A1zrrKxXjhZIeXQ2wFOH0I6iu08FDsz4gXsQsb8f6eIsL6voFaJORuqrv/uNI5eReuNcuAnbPFYQf VmbSz0KlunDTdZVM4fptAmWtPmB3cj9OR8FWhQR38pjJ+KfqT8jpI3mKalUn0NLe9oG/o4bC0JJdw SGkuNBHtU6LGv6zsuigczVhrgE0e+NjBsZ37J5wwbbfOFONJXQRTgiDFTAimUdm5t2EcjfTmbiO/y BDIcC7BleIF0Z/1ZSW/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBorR-00DbxD-Pk; Sun, 01 Jan 2023 03:18:09 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBorM-00Dbvt-OL for linux-arm-kernel@lists.infradead.org; Sun, 01 Jan 2023 03:18:07 +0000 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 ams.source.kernel.org (Postfix) with ESMTPS id 2933BB80949; Sun, 1 Jan 2023 03:18:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 531E3C433D2; Sun, 1 Jan 2023 03:18:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672543081; bh=d3D0c60h2zIpUTKq8xzNonNLw/LrXGrkIBfhqqpWzBI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GkBMwTWp3fI8k3ueIffWlco8AjJj7r7ZueuJHmjJLy1XA2hUDjEsPfDrn5rvayoHh DdCAgtrTC8IYDf2YbgUbRZpirPy8Qm32i8YjTCQZ1CgALgGlkyq6koFIatdNjWVSMZ gKLEC9vpQLNQFezHZ8ndnmJ/yVlJzz1lGsPdftxFMmdJD0PbqfK2wWM7rqth+LGXcC QRuKNlVLaVxFSaMZfDp4XpvDMgsBayvfFA+E7TLqbmNN78NqzW4KInAzMLRFhTz7bn 6wyFBcei3FpF8RR0GhSFjO7imrS9iC+Sj+uoHPYU8CDwhOhclV656J6zD2cW+bXM+F 4PoJFkymxPzZw== Date: Sun, 1 Jan 2023 11:17:55 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam , Francesco Dolcini , Marcel Ziswiler , Peng Fan , NXP Linux Team Subject: Re: [PATCH] arm64: dts: imx8mm: Update i.MX8M Mini Toradex Verdin based Menlo board compatible string Message-ID: <20230101031755.GQ6112@T480> References: <20221216210150.591838-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221216210150.591838-1-marex@denx.de> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221231_191804_992203_3664B2DF X-CRM114-Status: UNSURE ( 9.84 ) X-CRM114-Notice: Please train this message. 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 On Fri, Dec 16, 2022 at 10:01:50PM +0100, Marek Vasut wrote: > Update the board compatible string such that it matches the YAML DT > schema for validation, add the "toradex,verdin-imx8mm-nonwifi" entry. > > Signed-off-by: Marek Vasut Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel