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 73175C433F5 for ; Thu, 5 May 2022 02:42:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239805AbiEECqH (ORCPT ); Wed, 4 May 2022 22:46:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239791AbiEECqG (ORCPT ); Wed, 4 May 2022 22:46:06 -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 3FF534D604; Wed, 4 May 2022 19:42:29 -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 021E4B82B1D; Thu, 5 May 2022 02:42:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F68FC385A4; Thu, 5 May 2022 02:42:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651718546; bh=3eHb7EIdSPLfgesF9HzKJvUCDSgi+lW/ZwMmFKVynUk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P4kwGXuyRAhYJMq1ppu6xkMmAPy4uH6ViW4TreXyPHewQrOUNxP5N1hF3YHXfLnna ebrQH/lO5km6i9UqDfOzUy78dJyTUh7XYNsBqbWU3/UJuWyaCi33iKWgC+szgzq0/Y NcVDJ+gTj6iTjU7DstKqZF24NruvgiB3H2KCaMQhtEXCPh1ps3E9C0rSElWw5ouOcw wTBGMX82V8FuNzEDkDDb6bbdHzFwUyWjaAAt+P5NftIew1YXqDFlyp2TfrKsUY3tB8 tKN7mIn4DiBDivcn+fYa0KkfXCCzysqV+ipad+Iw/V9ZWJpVYBDqtvUmYCNnCe/+Ap oOtviDBlP6szw== Date: Thu, 5 May 2022 10:42:18 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Denys Drozdov , Marcel Ziswiler , Alexander Stein , Frank Rowand , Krzysztof Kozlowski , Li Yang , Lucas Stach , Marek Vasut , Matthias Schiffer , Max Krummenacher , Rob Herring , Russell King , Sascha Hauer , Tim Harvey , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 08/14] dt-bindings: arm: fsl: add toradex,colibri-imx6ull Message-ID: <20220505024218.GN14615@dragon> References: <20220425162356.176665-1-marcel@ziswiler.com> <20220425162356.176665-9-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220425162356.176665-9-marcel@ziswiler.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Apr 25, 2022 at 06:23:50PM +0200, Marcel Ziswiler wrote: > From: Denys Drozdov > > Add toradex,colibri-imx6ull for carrier board dts, > including aster, iris and iris-v2 device tree, > wifi and nonwifi variants for NAND and eMMC modules. > > Signed-off-by: Denys Drozdov > Signed-off-by: Marcel Ziswiler Applied, thanks!