soc: intel_adsp: ace30: extend hwreg1 MMU mapping

This patch will extend MMU mapping range for hwreg1 entry
because it is required to access lower register addresses

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
This commit is contained in:
Adrian Bonislawski 2025-04-02 08:39:42 +02:00 committed by Benjamin Cabé
commit 368f6cfee4

View file

@ -148,7 +148,7 @@ const struct xtensa_mmu_range xtensa_soc_mmu_ranges[] = {
},
{
/* FIXME: definitely need more refinements... */
.start = (uint32_t)0x170000,
.start = (uint32_t)0x160000,
.end = (uint32_t)0x180000,
.attrs = XTENSA_MMU_PERM_W,
.name = "hwreg1",