aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/pmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/pmc.c')
-rw-r--r--src/soc/intel/alderlake/pmc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/alderlake/pmc.c b/src/soc/intel/alderlake/pmc.c
index c9a089bff6..f0b35dbb9d 100644
--- a/src/soc/intel/alderlake/pmc.c
+++ b/src/soc/intel/alderlake/pmc.c
@@ -85,8 +85,7 @@ static void soc_pmc_read_resources(struct device *dev)
struct resource *res;
/* Add the fixed MMIO resource */
- mmio_resource_kb(dev, PWRMBASE, PCH_PWRM_BASE_ADDRESS / KiB,
- PCH_PWRM_BASE_SIZE / KiB);
+ mmio_range(dev, PWRMBASE, PCH_PWRM_BASE_ADDRESS, PCH_PWRM_BASE_SIZE);
/* Add the fixed I/O resource */
res = new_resource(dev, 1);