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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41F03CA9EB5 for ; Mon, 4 Nov 2019 14:39:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0A8CD21D81 for ; Mon, 4 Nov 2019 14:39:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572878358; bh=rBD591jAd5nuzaGDk6Z/gE1VUXjG7vny3xKcPb3R5hQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=2ZrAkpJPy2hjFDorNDbbVkigccSoK9RlJ1WEp2kxOYDgx2lFkLqkXY+xMOPT9Zh4R vfBwuYYQElvxPuD8EB+R09KGzFsuErOqOo/DQ+UkqpEwpvhFo3Ew6R2OR1oaRxymBQ PxOnYYJcBui/VVGEDaenYhq5ZKlcN9L+b1LdFazE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728336AbfKDOjR (ORCPT ); Mon, 4 Nov 2019 09:39:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:48240 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727838AbfKDOjR (ORCPT ); Mon, 4 Nov 2019 09:39:17 -0500 Received: from dragon (li1038-30.members.linode.com [45.33.96.30]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4BEF721D7D; Mon, 4 Nov 2019 14:39:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572878356; bh=rBD591jAd5nuzaGDk6Z/gE1VUXjG7vny3xKcPb3R5hQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zK/5Iy8EzzxsdwVFYIqQjFAqf3sny0M+yC08xIROTlZfFllRHCWvvN7lnEHp7oksa +BH0PLqkrNhRGd9XAsrdhe8OErtjUReXs3uKIh7M1vz+wSfwSeM5eCkB16iH2O8jZE vcRCrd6vx1ykwc/p1gsdG4Lco/WVnG/zpMN0wIdo= Date: Mon, 4 Nov 2019 22:38:48 +0800 From: Shawn Guo To: Schrempf Frieder Cc: Krzysztof Kozlowski , Fabio Estevam , Mark Rutland , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v4 0/9] Add support for more Kontron i.MX6UL/ULL SoMs and boards Message-ID: <20191104143844.GZ24620@dragon> References: <20191104115352.8728-1-frieder.schrempf@kontron.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191104115352.8728-1-frieder.schrempf@kontron.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Nov 04, 2019 at 11:53:56AM +0000, Schrempf Frieder wrote: > Frieder Schrempf (9): > ARM: dts: imx6ul-kontron-n6310: Move common SoM nodes to a separate > file > ARM: dts: Add support for two more Kontron SoMs N6311 and N6411 > ARM: dts: imx6ul-kontron-n6310-s: Disable the snvs-poweroff driver > ARM: dts: imx6ul-kontron-n6310-s: Move common nodes to a separate file > ARM: dts: Add support for two more Kontron evalkit boards 'N6311 S' > and 'N6411 S' > ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path' > ARM: dts: imx6ul-kontron-n6x1x-s: Add vbus-supply and overcurrent > polarity to usb nodes > ARM: dts: imx6ul-kontron-n6x1x-s: Remove an obsolete comment and fix > indentation > dt-bindings: arm: fsl: Add more Kontron i.MX6UL/ULL compatibles Applied all, thanks.