drivers: mm: Move mm_drv_intel_adsp_mtl_tlb to zephyr/

This file was mistakenly placed in include/ instead of include/zephyr.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2022-11-21 10:06:34 +01:00 committed by Stephanos Ioannidis
commit 4796ffee7a
3 changed files with 3 additions and 2 deletions

View file

@ -35,8 +35,8 @@
#include <soc.h> #include <soc.h>
#include <adsp_memory.h> #include <adsp_memory.h>
#include <zephyr/drivers/mm/mm_drv_intel_adsp_mtl_tlb.h>
#include "mm_drv_common.h" #include "mm_drv_common.h"
#include <drivers/mm/mm_drv_intel_adsp_mtl_tlb.h>
DEVICE_MMIO_TOPLEVEL_STATIC(tlb_regs, DT_DRV_INST(0)); DEVICE_MMIO_TOPLEVEL_STATIC(tlb_regs, DT_DRV_INST(0));

View file

@ -13,7 +13,8 @@
#include <adsp_power.h> #include <adsp_power.h>
#include <adsp_memory.h> #include <adsp_memory.h>
#include <adsp_imr_layout.h> #include <adsp_imr_layout.h>
#include <drivers/mm/mm_drv_intel_adsp_mtl_tlb.h> #include <zephyr/drivers/mm/mm_drv_intel_adsp_mtl_tlb.h>
#define LPSRAM_MAGIC_VALUE 0x13579BDF #define LPSRAM_MAGIC_VALUE 0x13579BDF
#define LPSCTL_BATTR_MASK GENMASK(16, 12) #define LPSCTL_BATTR_MASK GENMASK(16, 12)
#define SRAM_ALIAS_BASE 0xA0000000 #define SRAM_ALIAS_BASE 0xA0000000