Commit c1485edf authored by Steven Kao's avatar Steven Kao Committed by Varun Wadekar
Browse files

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: default avatarSteven Kao <skao@nvidia.com>
parent c0e1bcd0
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment