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=-13.8 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_GIT 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 79C80C4363A for ; Mon, 5 Oct 2020 13:35:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E908207BC for ; Mon, 5 Oct 2020 13:35:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601904934; bh=QxMXAQ+yCvEEn6dM1e6qBOXZBOw7fFkONowEA4VtgVg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=t+YP6t4mRBCisUlJaikt5z4mLhk3L8U1zL0h5hY9wJRkQIUfyB4cxXU3P6UDFT6t5 ypb/AW2hXG2SZEDfmSUpxLCIyXMNPAOae1thUYB0mlI5SVZhXEI66ErxInM9hG1efa tRfeNFIxYj7Q1c/B3TBSSSstySozlxc8W1wydQjA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726160AbgJENfc (ORCPT ); Mon, 5 Oct 2020 09:35:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:42544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725936AbgJENfb (ORCPT ); Mon, 5 Oct 2020 09:35:31 -0400 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 638E720756; Mon, 5 Oct 2020 13:35:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601904930; bh=QxMXAQ+yCvEEn6dM1e6qBOXZBOw7fFkONowEA4VtgVg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1e/t/aI+colfpTAM8N4qwcH90Q+7vo/lnXUhRI0VM+bn23OgQZ+t/oKuHAsSnG1qu YyAUr+6XSImnKCL1x33tLJgt0i7mNX766dwnc2juex09x6SpP86/i4+6d465pn+1h5 jxJ+fZr9U8VynzflBIHAaY9HYeNjE+YI0MDW3/qc= Received: by pali.im (Postfix) id 1D75EA07; Mon, 5 Oct 2020 15:35:28 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Gregory CLEMENT Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Andre Heider , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] arm64: dts: marvell: espressobin: Update link to V7 schematic Date: Mon, 5 Oct 2020 15:35:13 +0200 Message-Id: <20201005133513.8649-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200925084306.16309-1-pali@kernel.org> References: <20200925084306.16309-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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