summaryrefslogtreecommitdiff
path: root/drivers/cpu/bmips_cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpu/bmips_cpu.c')
-rw-r--r--drivers/cpu/bmips_cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpu/bmips_cpu.c b/drivers/cpu/bmips_cpu.c
index f5bacd2b18..78560b0fb4 100644
--- a/drivers/cpu/bmips_cpu.c
+++ b/drivers/cpu/bmips_cpu.c
@@ -407,7 +407,7 @@ int bmips_cpu_probe(struct udevice *dev)
const struct bmips_cpu_hw *hw =
(const struct bmips_cpu_hw *)dev_get_driver_data(dev);
- priv->regs = dev_remap_addr(dev);
+ priv->regs = dev_remap_addr(dev_get_parent(dev));
if (!priv->regs)
return -EINVAL;