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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 43950C54FC9 for ; Tue, 21 Apr 2020 04:09:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 21B822084D for ; Tue, 21 Apr 2020 04:09:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587442198; bh=vVgjWSj4t0zjuBGj/5XSxzINm4DTHP8FETFc8y1UveM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MUg5LGD/cdUYmGhek8KtHMovyw4h+I2/Mf3lt7Mvm0BzwrvZQt7CbwQhUob6HqjoK jQ4ik2olaBQyPfcXFLn5sbhpbSZP7dY3toEk+WggjJE1H/xCDWPT9Bg3gSpvSeY1n/ 69kpworNAZTK64rzmG2u56HvMAoBV+s1G+NNU+tQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726558AbgDUEJ5 (ORCPT ); Tue, 21 Apr 2020 00:09:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:50856 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725730AbgDUEJ5 (ORCPT ); Tue, 21 Apr 2020 00:09:57 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E3DDF206CD; Tue, 21 Apr 2020 04:09:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587442197; bh=vVgjWSj4t0zjuBGj/5XSxzINm4DTHP8FETFc8y1UveM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ExykRY9mHe/Aln2NddYbWVwcTzDJAWsP8CWtrzAF7RdmLiUkyimHD81+at419FqWT nX5UG5BEgozEhrEZotdBx0T+xAcNlIskvj0zdmPubCepG6bGJmgUYF0/mYkjG6foHC dVoaTnBdIeebASzJKpw5Nn9ZfNuEmduB7nEKKbx0= Date: Tue, 21 Apr 2020 12:09:50 +0800 From: Shawn Guo To: Oleksij Rempel Cc: Mark Rutland , Rob Herring , Sascha Hauer , David Jander , devicetree@vger.kernel.org, Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, NXP Linux Team , Pengutronix Kernel Team Subject: Re: [PATCH v3 2/5] ARM: dts: add Protonic PRTI6Q board Message-ID: <20200421040944.GF8571@dragon> References: <20200324110432.25062-1-o.rempel@pengutronix.de> <20200324110432.25062-3-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200324110432.25062-3-o.rempel@pengutronix.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 24, 2020 at 12:04:29PM +0100, Oleksij Rempel wrote: > Protonic PRTI6Q is a development board and a base class for different > specific customer application boards based on the i.MX6 family of SoCs, > developed by Protonic Holland. > > Signed-off-by: David Jander > Signed-off-by: Oleksij Rempel > --- > .../devicetree/bindings/arm/fsl.yaml | 1 + Have bindings changes (all Protonic compatibles) in a separate patch. Shawn 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 E98C0C2BA19 for ; Tue, 21 Apr 2020 04:10:04 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id A6E48206CD for ; Tue, 21 Apr 2020 04:10:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="EjSiUObp"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ExykRY9m" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A6E48206CD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=YP4KmCUbeJJoay2mpm6JNFjtwdMcF90Tx6V1kM56WJM=; b=EjSiUObp8y+kd/ iBio8hvHbfW0WIOJX0vP0uV+4nAUJpg5hIzOoWuF8Bs6EgqIGUgXuneYC+DKv8B6GWJqHBfP2nE4h tsPjXsTHHqKuwEKTgfqtv+eJJQ2dgBpdPMaq8m12ZX1/RFH1qR5Z/I5ocUNOFjIhbEyV1wXGG0od0 9E9WFUsJwwD0tG7bYQSZRgoTlKMDFHutod15CK2vurqMwR9pCMaQkfcCSd8LQw1EE7HKsHkpmnHCW sSqmx8+7CtC6zB1lK3zD674xHYfVqmdJhHjOYUJ3epauet1lzbTeXBo+Kjq/dEK49Ov33ejuX8obo y+/FgfvNAlR3DgzMsHDA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jQkER-0006AZ-Nt; Tue, 21 Apr 2020 04:09:59 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jQkEP-0006A8-91 for linux-arm-kernel@lists.infradead.org; Tue, 21 Apr 2020 04:09:58 +0000 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E3DDF206CD; Tue, 21 Apr 2020 04:09:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587442197; bh=vVgjWSj4t0zjuBGj/5XSxzINm4DTHP8FETFc8y1UveM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ExykRY9mHe/Aln2NddYbWVwcTzDJAWsP8CWtrzAF7RdmLiUkyimHD81+at419FqWT nX5UG5BEgozEhrEZotdBx0T+xAcNlIskvj0zdmPubCepG6bGJmgUYF0/mYkjG6foHC dVoaTnBdIeebASzJKpw5Nn9ZfNuEmduB7nEKKbx0= Date: Tue, 21 Apr 2020 12:09:50 +0800 From: Shawn Guo To: Oleksij Rempel Subject: Re: [PATCH v3 2/5] ARM: dts: add Protonic PRTI6Q board Message-ID: <20200421040944.GF8571@dragon> References: <20200324110432.25062-1-o.rempel@pengutronix.de> <20200324110432.25062-3-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200324110432.25062-3-o.rempel@pengutronix.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-20200420_210957_333870_77E8FDFE X-CRM114-Status: GOOD ( 10.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Sascha Hauer , linux-kernel@vger.kernel.org, Rob Herring , NXP Linux Team , Pengutronix Kernel Team , David Jander , Fabio Estevam , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Mar 24, 2020 at 12:04:29PM +0100, Oleksij Rempel wrote: > Protonic PRTI6Q is a development board and a base class for different > specific customer application boards based on the i.MX6 family of SoCs, > developed by Protonic Holland. > > Signed-off-by: David Jander > Signed-off-by: Oleksij Rempel > --- > .../devicetree/bindings/arm/fsl.yaml | 1 + Have bindings changes (all Protonic compatibles) in a separate patch. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel