From c1485edf7a61f65fcf301d5dd9435092d552c11a Mon Sep 17 00:00:00 2001 From: Steven Kao Date: Thu, 31 Aug 2017 13:35:01 +0800 Subject: [PATCH] Tegra194: correct the TEGRA_CAR_RESET_BASE macro value This patch corrects the TEGRA_CAR_RESET_BASE macro value to 0x20000000 from 0x200000000. Change-Id: Iba25394ea99237df85395c39059926c5a8b26a84 Signed-off-by: Steven Kao --- plat/nvidia/tegra/include/t194/tegra_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/nvidia/tegra/include/t194/tegra_def.h b/plat/nvidia/tegra/include/t194/tegra_def.h index 577ee9b46..3d2eee522 100644 --- a/plat/nvidia/tegra/include/t194/tegra_def.h +++ b/plat/nvidia/tegra/include/t194/tegra_def.h @@ -224,7 +224,7 @@ /******************************************************************************* * Tegra Clock and Reset Controller constants ******************************************************************************/ -#define TEGRA_CAR_RESET_BASE 0x200000000 +#define TEGRA_CAR_RESET_BASE 0x20000000 #define TEGRA_GPU_RESET_REG_OFFSET 0x18UL #define GPU_RESET_BIT (1UL << 0)