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:
parent
47c7918393
commit
368f6cfee4
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue