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 AA5EFC433FE for ; Sun, 13 Nov 2022 14:57:50 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EACFD85175; Sun, 13 Nov 2022 15:57:28 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com 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=intel.com header.i=@intel.com header.b="f91hgY5/"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 786BF85170; Sun, 13 Nov 2022 15:57:22 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 3EDC58516F for ; Sun, 13 Nov 2022 15:57:16 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=jitloonl@ecsmtp.png.intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668351436; x=1699887436; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=duBqIgv3+FzQAwpEIzqwPh68sZMcgByChfSnm2WBe00=; b=f91hgY5/N7k1udFCohHU/2zyxt7rcCgjXrqTpnrrS2Ow1XFiG5Ykl7ZU 9bOBTqHc0Nt8n4VJaRv/ZHeOKX1lCC4DAV86ja1d5TU/Ia0G1yfZQxbr8 jjy2UIfrGVUZ8NZhOqOethxUrRaqWz9t8llaUmXUL2Da2D/The8TjLzHi wJY/Yizlnbt3juxazkIyVH7DRkgcryXMrcTPZngR75Mxi0Ct51WRHopM0 1vWUwakzLk0UgdT+18FoDErKddzPwUBJIEWXtFGHuTQL+jMe8PqNMOdb7 zO4/G58pKg4WW+ZHLSG4DeRpw3+P41u2qJmLkloypOfBxInv9P8FhE/mF Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10529"; a="292215254" X-IronPort-AV: E=Sophos;i="5.96,161,1665471600"; d="scan'208";a="292215254" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Nov 2022 06:57:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10529"; a="967287419" X-IronPort-AV: E=Sophos;i="5.96,161,1665471600"; d="scan'208";a="967287419" Received: from pglmail07.png.intel.com ([10.221.193.207]) by fmsmga005.fm.intel.com with ESMTP; 13 Nov 2022 06:57:09 -0800 Received: from localhost (pgli0028.png.intel.com [10.221.84.177]) by pglmail07.png.intel.com (Postfix) with ESMTP id C587B4838; Sun, 13 Nov 2022 22:57:08 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id C49DCE0094D; Sun, 13 Nov 2022 22:57:08 +0800 (+08) From: Jit Loon Lim To: u-boot@lists.denx.de Cc: Jagan Teki , Vignesh R , Marek , Simon , Tien Fong , Kok Kiang , Siew Chin , Sin Hui , Raaj , Dinesh , Boon Khai , Alif , Teik Heng , Hazim , Jit Loon Lim , Sieu Mun Tang , Ley Foon Tan Subject: [PATCH 2/5] arm: socfpga: soc64: Update reset manager registers Date: Sun, 13 Nov 2022 22:57:03 +0800 Message-Id: <20221113145706.5002-2-jit.loon.lim@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20221113145706.5002-1-jit.loon.lim@intel.com> References: <20221113145706.5002-1-jit.loon.lim@intel.com> MIME-Version: 1.0 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 From: Ley Foon Tan HSD #1508586908-2: Add reset manager registers, preparation for f2s bridge reset support. Signed-off-by: Ley Foon Tan Signed-off-by: Jit Loon Lim --- arch/arm/mach-socfpga/include/mach/reset_manager_soc64.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-socfpga/include/mach/reset_manager_soc64.h b/arch/arm/mach-socfpga/include/mach/reset_manager_soc64.h index ca5739c30c..9589b61749 100644 --- a/arch/arm/mach-socfpga/include/mach/reset_manager_soc64.h +++ b/arch/arm/mach-socfpga/include/mach/reset_manager_soc64.h @@ -29,7 +29,6 @@ void socfpga_bridges_reset(int enable); #define RSTMGR_BRGMODRST_F2SDRAM1_MASK BIT(4) #define RSTMGR_BRGMODRST_F2SDRAM2_MASK BIT(5) #define RSTMGR_BRGMODRST_DDRSCH_MASK BIT(6) - #define BRGMODRST_SOC2FPGA_BRIDGES (RSTMGR_BRGMODRST_SOC2FPGA_MASK | \ RSTMGR_BRGMODRST_LWSOC2FPGA_MASK) #define BRGMODRST_FPGA2SOC_BRIDGES (RSTMGR_BRGMODRST_FPGA2SOC_MASK | \ -- 2.26.2