From 78828427a49f9ec6bf35e05a4f75273b5f7d73fc Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 9 May 2019 20:47:18 -0700 Subject: [PATCH] boot: fix writes to WAKE2_MASK --- stratosphere/boot/source/boot_registers_pmc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/boot/source/boot_registers_pmc.hpp b/stratosphere/boot/source/boot_registers_pmc.hpp index d543f360b..a1b638506 100644 --- a/stratosphere/boot/source/boot_registers_pmc.hpp +++ b/stratosphere/boot/source/boot_registers_pmc.hpp @@ -43,7 +43,7 @@ static constexpr u32 PMC_CRYPTO_OP_SE_ENABLE = 0; static constexpr u32 PMC_CRYPTO_OP_SE_DISABLE = 1; static constexpr size_t APBDEV_PMC_SCRATCH33 = 0x120; static constexpr size_t APBDEV_PMC_SCRATCH40 = 0x13C; -static constexpr size_t APBDEV_PMC_WAKE2_MASK = 0x164; +static constexpr size_t APBDEV_PMC_WAKE2_MASK = 0x160; static constexpr size_t APBDEV_PMC_WAKE2_LVL = 0x164; static constexpr size_t APBDEV_PMC_AUTO_WAKE2_LVL_MASK = 0x170; static constexpr size_t APBDEV_PMC_OSC_EDPD_OVER = 0x1A4;