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=-11.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,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 CBAEFC4742C for ; Fri, 13 Nov 2020 10:25:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 841C122245 for ; Fri, 13 Nov 2020 10:25:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="wFquYnst" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726433AbgKMKZy (ORCPT ); Fri, 13 Nov 2020 05:25:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:58432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726176AbgKMKZw (ORCPT ); Fri, 13 Nov 2020 05:25:52 -0500 Received: from pali.im (pali.im [31.31.79.79]) (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 8FB4E22245; Fri, 13 Nov 2020 10:25:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605263151; bh=fmMlFSkUkiIEEJjEslJKRhRoitzG9cHfpTbjNPi7h58=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wFquYnstrFjRHpS4pjUUPnL6NUiHBQf3xgKTwO6J+mrqdiH5Mf8q3b4mF19nn6+yE h7VJiEz74ARwUYXaeMV2y6n8cykIdsK6aAzsH93WQbKM0l6w7TNNcehEGZGRtoARZe nKlauhyHMRaXWEUYFP2T4WEzJ/UeNVnX+PeXKYcg= Received: by pali.im (Postfix) id 69C16723; Fri, 13 Nov 2020 11:25:49 +0100 (CET) Date: Fri, 13 Nov 2020 11:25:49 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Gregory CLEMENT Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Andre Heider , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] arm64: dts: marvell: espressobin: Update link to V7 schematic Message-ID: <20201113102549.qkyvc4ezlfjwr4rx@pali> References: <20200925084306.16309-1-pali@kernel.org> <20201005133513.8649-1-pali@kernel.org> <20201019081933.32w6flugk55n2i4q@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201019081933.32w6flugk55n2i4q@pali> User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ping? On Monday 19 October 2020 10:19:33 Pali Rohár wrote: > Gregory, it is OK now? > > On Monday 05 October 2020 15:35:13 Pali Rohár wrote: > > Up-to-date version of V7 schematic is on new URL linked from official > > tech-spec webpage http://espressobin.net/tech-spec/ > > > > Signed-off-by: Pali Rohár > > > > --- > > Changes in V2: > > * Added commit description > > --- > > arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts | 2 +- > > arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts > > index e225dce64b9e..4775a7eda481 100644 > > --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts > > +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts > > @@ -8,7 +8,7 @@ > > * > > */ > > /* > > - * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200 > > + * Schematic available at http://espressobin.net/wp-content/uploads/2020/05/ESPRESSObin_V7-0_Schematic.pdf > > */ > > > > /dts-v1/; > > diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts > > index 44dbe9a21cc7..c47a93978386 100644 > > --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts > > +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts > > @@ -8,7 +8,7 @@ > > * > > */ > > /* > > - * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200 > > + * Schematic available at http://espressobin.net/wp-content/uploads/2020/05/ESPRESSObin_V7-0_Schematic.pdf > > */ > > > > /dts-v1/; > > -- > > 2.20.1 > >