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 31E09C433F5 for ; Thu, 5 May 2022 03:21:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240964AbiEEDYm (ORCPT ); Wed, 4 May 2022 23:24:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241105AbiEEDYe (ORCPT ); Wed, 4 May 2022 23:24:34 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4D2F21E3A for ; Wed, 4 May 2022 20:20:55 -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 ams.source.kernel.org (Postfix) with ESMTPS id A7B26B82B22 for ; Thu, 5 May 2022 03:20:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64039C385AC; Thu, 5 May 2022 03:20:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651720853; bh=C1UoIuy17MfX8oCgAInzhXtBPcfF6w1tzEfJ3fiFDx8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sE/AHqZwS0CFdUpHhcaMTdPdnRwssLDh+C8nN9H9nCwYGltqRPW7L41OkSycY/YeV cFiaXtD46OHCpUkIVP77BREBVGw7kF9eOEt1afxCeQfSE48k+y94+adVxuailqRoT1 SQFbWfFd8Cu8YjDisaoWxhY9lbpV3UDXBhGkbSRFXcqIXFFzIxZHvMCcoNq1/0pqcm FafjDkrT5wZOalbyDEIhP4Ysw4JFW1w69w1PjTEN2rFS3O1nBjyrSAiQgoZTlIGKnm OF4svN5Jax1LleaqzFrd9gqEZ/3vlaLlP661g5qWAcogb3Np5926+ilIdzoOcqSNuI 27VgOfpaBaaVw== Date: Thu, 5 May 2022 11:20:23 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam , Marcel Ziswiler , Peng Fan , Rob Herring , NXP Linux Team , devicetree@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mm: Add CPLD on MX8Menlo board Message-ID: <20220505032023.GP14615@dragon> References: <20220426195901.252611-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220426195901.252611-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Apr 26, 2022 at 09:59:01PM +0200, Marek Vasut wrote: > The CPLD on MX8Menlo board is used to operate custom hardware, > the CPLD content is compatible with previous M53Menlo CPLD, > add the bindings. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Marcel Ziswiler > Cc: Peng Fan > Cc: Rob Herring > Cc: Shawn Guo > Cc: NXP Linux Team > Cc: devicetree@vger.kernel.org > To: linux-arm-kernel@lists.infradead.org Applied, thanks!