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 <skao@nvidia.com>
This commit is contained in:
Steven Kao 2017-08-31 13:35:01 +08:00 committed by Varun Wadekar
parent c0e1bcd0d3
commit c1485edf7a
1 changed files with 1 additions and 1 deletions

View File

@ -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)