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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 27913C6FA82 for ; Thu, 22 Sep 2022 11:44:39 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BE54584CF7; Thu, 22 Sep 2022 13:44:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="OLcDr2r7"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D0C1584CEB; Thu, 22 Sep 2022 13:44:08 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id DE8F184CEA for ; Thu, 22 Sep 2022 13:44:01 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5B78FB83601; Thu, 22 Sep 2022 11:44:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5B11C433D6; Thu, 22 Sep 2022 11:43:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663847039; bh=FbXLX2YkWc+gTSQI/TiJb6dlgF/tAWr3LZbRi6uyefE=; h=From:To:Cc:Subject:Date:From; b=OLcDr2r7bOoonOOknlh9vtjxiiDahN2PGOhkLfaSoS2mWvq0nXs5wC4cM+tjJcW9M bMV5HCrth5T5w68iCy8a3uds3tZOZU+VV+ic0r/MOu4kA3oPL1PVHxkyACdjZDpxx1 k7zstWRzb+GnzN6DByWSGge9TRl6vX4XG3LH8W/AR1jTZaYKMlJYC2bOMxpAJYQ4qz WwEFSmEIhFFoJlMdki4Ki2/u8O2leoHS7PTrBDkBPs92qswnvWz8lXtNAS3w8ffb7n wOAGgAFr4KqoZIHZENlWjgZmA0awxbvg/705LWcDJqxnuB5DJszYR8vDOILuPTU/b8 hL8rHN0dc+M2w== Received: by pali.im (Postfix) id F106E858; Thu, 22 Sep 2022 13:43:56 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese , =?UTF-8?q?Marek=20Beh=C3=BAn?= Cc: u-boot@lists.denx.de Subject: [PATCH 0/3] arm: mvebu: Add support for programming LD eFuse on Armada 385 Date: Thu, 22 Sep 2022 13:43:43 +0200 Message-Id: <20220922114346.25495-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This patch series add support for programming LD eFuse on Armada 385. I tested it on Turris Omnia board. Armada 385 LD1 eFuse is for General Purpose Data and is already mapped to U-Boot fuse word 65. Pali Rohár (3): arm: mvebu: Add support for programming LD0 and LD1 eFuse arm: mvebu: Add support for specifying VHV_Enable GPIO arm: mvebu: turris_omnia: Specify VHV gpio for eFUSE programming arch/arm/mach-mvebu/Kconfig | 15 +++++ arch/arm/mach-mvebu/efuse.c | 83 +++++++++++++++++++++++- arch/arm/mach-mvebu/include/mach/efuse.h | 4 ++ configs/turris_omnia_defconfig | 2 + 4 files changed, 102 insertions(+), 2 deletions(-) -- 2.20.1