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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 E6049C10F14 for ; Tue, 8 Oct 2019 12:59:05 +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 B9A8520673 for ; Tue, 8 Oct 2019 12:59:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WfBk4DVD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B9A8520673 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com 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:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SpMZthXsbH6IXwodK2hoSJT6VfaOXf86bNU+NTnp5Jw=; b=WfBk4DVDm5h0HF JY7qB4B8k7ikshMPg3t4JQa/wYaDd+jFYMkOuLygxJ5Tb+bHCTR370zN9IKCc/baLCvVGLiI5YhBT UKnNJpIzgVGP6SSgM8cv0/am4SIB7WrYAukEGSKc2R3LUA1GJ2wf368vAoLfWzNOCcSHB1AtjZuiR WZxII2ClbvqA5ep5F652L3//317EaFV2Bg1705kpZNasWPaTGBusW0Kd/CX3qA2jFENdc6IDQ1dYB kUr3zE5NJvvwqRWnN/xr0Cc6OOOlp/j7/RP4B1D14Fj4wUD162DYC2GpZ3iwO9bO0O+MYBwWT07wo R9z+d8+WQ5wVXqC6rpmg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHp4y-00087U-NB; Tue, 08 Oct 2019 12:59:04 +0000 Received: from relay10.mail.gandi.net ([217.70.178.230]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iHp3d-0006qv-Dm for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2019 12:57:43 +0000 Received: from localhost (91.red-2-139-156.staticip.rima-tde.net [2.139.156.91]) (Authenticated sender: gregory.clement@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id A0E1D240004; Tue, 8 Oct 2019 12:57:28 +0000 (UTC) From: Gregory CLEMENT To: Tomasz Maciej Nowak , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Mark Rutland Subject: Re: [PATCH v2] arm64: dts: marvell: add ESPRESSObin variants In-Reply-To: <87a7abtn0y.fsf@FE-laptop> References: <20190603155354.3902-1-tmn505@gmail.com> <87a7abtn0y.fsf@FE-laptop> Date: Tue, 08 Oct 2019 14:57:27 +0200 Message-ID: <877e5ftmx4.fsf@FE-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191008_055741_616144_F1956336 X-CRM114-Status: UNSURE ( 7.96 ) X-CRM114-Notice: Please train this message. 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: Konstantin Porotchkin , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, 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 > Hi Tomasz Maciej Nowak, > >> This commit adds dts for different variants of ESPRESSObin board: >> >> ESPRESSObin with soldered eMMC, >> >> ESPRESSObin V7, compared to prior versions some passive elements changed >> and ethernet ports labels positions have been reversed, >> >> ESPRESSObin V7 with soldered eMMC. >> >> Since most of elements are the same, one common dtsi is created and >> referenced in each dts of particular variant. >> >> Signed-off-by: Tomasz Maciej Nowak > > > Applied on mvebu/dt I meant mvebu/dt64 > > Sorry for the delay. > > Thanks, > > Gregory -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH v2] arm64: dts: marvell: add ESPRESSObin variants Date: Tue, 08 Oct 2019 14:57:27 +0200 Message-ID: <877e5ftmx4.fsf@FE-laptop> References: <20190603155354.3902-1-tmn505@gmail.com> <87a7abtn0y.fsf@FE-laptop> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <87a7abtn0y.fsf@FE-laptop> Sender: linux-kernel-owner@vger.kernel.org To: Tomasz Maciej Nowak , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Mark Rutland Cc: Konstantin Porotchkin , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org > Hi Tomasz Maciej Nowak, > >> This commit adds dts for different variants of ESPRESSObin board: >> >> ESPRESSObin with soldered eMMC, >> >> ESPRESSObin V7, compared to prior versions some passive elements changed >> and ethernet ports labels positions have been reversed, >> >> ESPRESSObin V7 with soldered eMMC. >> >> Since most of elements are the same, one common dtsi is created and >> referenced in each dts of particular variant. >> >> Signed-off-by: Tomasz Maciej Nowak > > > Applied on mvebu/dt I meant mvebu/dt64 > > Sorry for the delay. > > Thanks, > > Gregory -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com