diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-28 21:10:32 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-28 21:10:32 -0500 |
commit | 3e12744a90241b08788ab7f20b5437381dbc9f68 (patch) | |
tree | cd06563bd79c890e6221aaa330fd145133e57e64 /arch/arm/mach-exynos/include | |
parent | b00c3c995bf2293e32cd2be3cb4be7eb39c4ac26 (diff) | |
parent | 51521e43603d37e6be2ffd1ad2607361650500e9 (diff) |
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
- Various exynos fixes
Diffstat (limited to 'arch/arm/mach-exynos/include')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/cpu.h b/arch/arm/mach-exynos/include/mach/cpu.h index 766edeeb29..fb5fdaf3ba 100644 --- a/arch/arm/mach-exynos/include/mach/cpu.h +++ b/arch/arm/mach-exynos/include/mach/cpu.h @@ -17,6 +17,7 @@ #define EXYNOS4_GPIO_PART3_BASE 0x03860000 #define EXYNOS4_PRO_ID 0x10000000 +#define EXYNOS4_OP_MODE 0x10000008 #define EXYNOS4_SYSREG_BASE 0x10010000 #define EXYNOS4_POWER_BASE 0x10020000 #define EXYNOS4_SWRESET 0x10020400 |